![]() | |||||||||||
Messages in this thread Patch in this message |
[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@sh.cvut.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- commit 3aa8c4febf74b1f23bd9fc329321af6d531fe4dd tree 7e0b5b3d9a0308224fb40e452d93ec842a3377fe parent 034ecc724cc6ba662d0b2b5a1e11e7e66a768596 author R.Marek@sh.cvut.cz <R.Marek@sh.cvut.cz> 1114080546 +0000 committer Greg KH <gregkh@suse.de> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2005-05-04 09:39 [from the cache] ©2003-2008 | |||||||||||