* (one more) PCI quirk for SMBus bridge on Asus P4 boards
@ 2004-05-24 3:38 Oswald Buddenhagen
0 siblings, 0 replies; only message in thread
From: Oswald Buddenhagen @ 2004-05-24 3:38 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 258 bytes --]
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.
[-- Attachment #2: quirks.c.diff --]
[-- Type: text/plain, Size: 330 bytes --]
--- 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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-24 3:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-24 3:38 (one more) PCI quirk for SMBus bridge on Asus P4 boards Oswald Buddenhagen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.