]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: PCI quirk for hwmon access on MSI MS-7031 board
authorJean Delvare <khali@linux-fr.org>
Mon, 15 Jun 2009 16:39:50 +0000 (18:39 +0200)
committerJean Delvare <khali@linux-fr.org>
Mon, 15 Jun 2009 16:39:50 +0000 (18:39 +0200)
commit2958b1ec6be1d71105d67d70de9d7d70f5e97151
treecf4c9b80aea488135435bef72de68b940efe7849
parentc1e48dce05ff06266cdfd0cba55fc5367cd499a5
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>
drivers/hwmon/hwmon.c