[PATCH 2.6.12-rc3 1/1] irq and pci_ids: patch for Intel ICH7DH & ICH7-M DH

From: Jason Gaston
Date: Mon Apr 25 2005 - 13:30:21 EST


Hello,

This patch adds the Intel ICH7DH and ICH7-M DH DID's to the irq.c and pci_ids.h files.  This patch was built against the 2.6.12-rc3 kernel.  
If acceptable, please apply.

Thanks,

Jason Gaston

Signed-off-by:  Jason Gaston <Jason.d.gaston@xxxxxxxxx>

--- linux-2.6.12-rc3/arch/i386/pci/irq.c.orig 2005-04-25 07:26:14.689634256 -0700
+++ linux-2.6.12-rc3/arch/i386/pci/irq.c 2005-04-25 07:27:09.188349192 -0700
@@ -495,6 +495,8 @@
case PCI_DEVICE_ID_INTEL_ICH6_1:
case PCI_DEVICE_ID_INTEL_ICH7_0:
case PCI_DEVICE_ID_INTEL_ICH7_1:
+ case PCI_DEVICE_ID_INTEL_ICH7_30:
+ case PCI_DEVICE_ID_INTEL_ICH7_31:
case PCI_DEVICE_ID_INTEL_ESB2_0:
r->name = "PIIX/ICH";
r->get = pirq_piix_get;
--- linux-2.6.12-rc3/include/linux/pci_ids.h.orig 2005-04-25 07:20:04.330937336 -0700
+++ linux-2.6.12-rc3/include/linux/pci_ids.h 2005-04-25 07:25:13.983862936 -0700
@@ -2414,6 +2414,8 @@
#define PCI_DEVICE_ID_INTEL_ICH7_1 0x27b9
#define PCI_DEVICE_ID_INTEL_ICH7_2 0x27c0
#define PCI_DEVICE_ID_INTEL_ICH7_3 0x27c1
+#define PCI_DEVICE_ID_INTEL_ICH7_30 0x27b0
+#define PCI_DEVICE_ID_INTEL_ICH7_31 0x27bd
#define PCI_DEVICE_ID_INTEL_ICH7_5 0x27c4
#define PCI_DEVICE_ID_INTEL_ICH7_6 0x27c5
#define PCI_DEVICE_ID_INTEL_ICH7_7 0x27c8
-
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/