* [PATCH 2.5] pci: add Asus P4G8X Deluxe to asus_hides_smbus quirk
@ 2003-06-20 7:49 Dominik Brodowski
0 siblings, 0 replies; only message in thread
From: Dominik Brodowski @ 2003-06-20 7:49 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, trivial
Yet another Asus motherboard hiding features
quirks.c | 4 ++++
1 files changed, 4 insertions(+)
diff -ruN linux-original/drivers/pci/quirks.c linux/drivers/pci/quirks.c
--- linux-original/drivers/pci/quirks.c 2003-06-10 21:59:13.000000000 +0200
+++ linux/drivers/pci/quirks.c 2003-06-10 22:06:12.000000000 +0200
@@ -690,6 +690,9 @@
if ((dev->device == PCI_DEVICE_ID_INTEL_82850_HB) &&
(dev->subsystem_device == 0x8030)) /* P4T533 */
asus_hides_smbus = 1;
+ if ((dev->device == PCI_DEVICE_ID_INTEL_7205_0) &&
+ (dev->subsystem_device == 0x8070)) /* P4G8X Deluxe */
+ asus_hides_smbus = 1;
return;
}
@@ -838,6 +841,7 @@
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82845_HB, asus_hides_smbus_hostbridge },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82845G_HB, asus_hides_smbus_hostbridge },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82850_HB, asus_hides_smbus_hostbridge },
+ { PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_7205_0, asus_hides_smbus_hostbridge },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_0, asus_hides_smbus_lpc },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801BA_0, asus_hides_smbus_lpc },
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-20 17:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-20 7:49 [PATCH 2.5] pci: add Asus P4G8X Deluxe to asus_hides_smbus quirk Dominik Brodowski
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.