aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJason Gaston <jason.d.gaston@intel.com>2005-04-16 15:24:41 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 15:24:41 -0700
commite285f8091b4ae9972f812400dc8b4b40ee779010 (patch)
treeda5e44dd66c8535eeeafe4ab7835627a401abc1a /arch
parent48bb35831bb0344abc9aecb39467fd006b2f5d7d (diff)
downloadlinux-e285f8091b4ae9972f812400dc8b4b40ee779010.tar.gz
[PATCH] irq and pci_ids: patch for Intel ESB2
This patch adds the Intel ESB2 DID's to the irq.c and pci_ids.h files. Signed-off-by: Jason Gaston <Jason.d.gaston@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/pci/irq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/pci/irq.c b/arch/i386/pci/irq.c
index 1128451b5d742b..e07589d04f64ed 100644
--- a/arch/i386/pci/irq.c
+++ b/arch/i386/pci/irq.c
@@ -495,6 +495,7 @@ static __init int intel_router_probe(struct irq_router *r, struct pci_dev *route
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_ESB2_0:
r->name = "PIIX/ICH";
r->get = pirq_piix_get;
r->set = pirq_piix_set;