[PATCH] PCI: Rapid Hance quirk

From: Greg KH
Date: Wed May 04 2005 - 02:36:50 EST


[PATCH] PCI: Rapid Hance quirk

This patch just adds Intel's Hance Rapid south bridge IDs to ICH4 region quirk.
Patch was successfuly tested by Chunhao Huang from Winbond.

Signed-Off-By: Rudolf Marek <r.marek@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
commit 3aa8c4febf74b1f23bd9fc329321af6d531fe4dd
tree 7e0b5b3d9a0308224fb40e452d93ec842a3377fe
parent 034ecc724cc6ba662d0b2b5a1e11e7e66a768596
author R.Marek@xxxxxxxxxx <R.Marek@xxxxxxxxxx> 1114080546 +0000
committer Greg KH <gregkh@xxxxxxx> 1115189116 -0700

Index: drivers/pci/quirks.c
===================================================================
--- d34ced60da68e2dca2aae90e2b29d8f94618ffbc/drivers/pci/quirks.c (mode:100644 sha1:00388a14a3c61693ac734dee4c4cef172b2a0acc)
+++ 7e0b5b3d9a0308224fb40e452d93ec842a3377fe/drivers/pci/quirks.c (mode:100644 sha1:026aa04669a29467559af822be1ad69d06f61ef0)
@@ -329,6 +329,7 @@
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_0, quirk_ich4_lpc_acpi );
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_12, quirk_ich4_lpc_acpi );
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801EB_0, quirk_ich4_lpc_acpi );
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_1, quirk_ich4_lpc_acpi );

/*
* VIA ACPI: One IO region pointed to by longword at

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/