(one more) PCI quirk for SMBus bridge on Asus P4 boards

From: Oswald Buddenhagen
Date: Sun May 23 2004 - 22:39:45 EST


heya,

my board has one of those "clever" bioses that hide the smbus. this tiny
patch adds it to the Bad Guy List (TM).

greetings

--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.
--- quirks.c.orig 2004-05-24 05:35:42.000000000 +0200
+++ quirks.c 2004-05-24 05:25:49.000000000 +0200
@@ -705,6 +705,7 @@
}
if (dev->device == PCI_DEVICE_ID_INTEL_82845G_HB)
switch(dev->subsystem_device) {
+ case 0x80b1: /* P4GE-V */
case 0x80b2: /* P4PE */
case 0x8093: /* P4B533-V */
asus_hides_smbus = 1;