[PATCH 2.6.26.2] irq: patch for Intel Ibex Peak DeviceIDs

From: Seth Heasley
Date: Fri Aug 08 2008 - 19:05:27 EST


This patch adds the Intel Ibex Peak (PCH) LPC Controller DeviceIDs.

Signed-off-by: Seth Heasley <seth.heasley@xxxxxxxxx>

--- linux-2.6.26.2/arch/x86/pci/irq.c.orig 2008-08-08 11:23:03.000000000 -0700
+++ linux-2.6.26.2/arch/x86/pci/irq.c 2008-08-08 11:24:02.000000000 -0700
@@ -589,6 +589,8 @@
case PCI_DEVICE_ID_INTEL_ICH10_1:
case PCI_DEVICE_ID_INTEL_ICH10_2:
case PCI_DEVICE_ID_INTEL_ICH10_3:
+ case PCI_DEVICE_ID_INTEL_PCH_0:
+ case PCI_DEVICE_ID_INTEL_PCH_1:
r->name = "PIIX/ICH";
r->get = pirq_piix_get;
r->set = pirq_piix_set;
--
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/