Searched hist:"2958 b1ec6be1d71105d67d70de9d7d70f5e97151" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | hwmon.c | diff 2958b1ec6be1d71105d67d70de9d7d70f5e97151 Mon Jun 15 18:39:50 CEST 2009 Jean Delvare <khali@linux-fr.org> hwmon: PCI quirk for hwmon access on MSI MS-7031 board
The MSI MS-7031 is based on an ATI IXP300 south bridge. On this south bridge, accessible I/O ports must be enabled explicitly. Unfortunately the BIOS forgets to enable access to the hardware monitoring chip I/O ports, so hardware monitoring fails.
Add a quirk enabling access to the required ports (0x295-0x296). This is exactly what MSI's own hardware monitoring application is doing, so it has to be the right way.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
|