diff options
author | Jason Gaston <jason.d.gaston@intel.com> | 2005-04-16 15:24:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 15:24:41 -0700 |
commit | e285f8091b4ae9972f812400dc8b4b40ee779010 (patch) | |
tree | da5e44dd66c8535eeeafe4ab7835627a401abc1a /arch/i386/pci | |
parent | 48bb35831bb0344abc9aecb39467fd006b2f5d7d (diff) | |
download | kernel_samsung_smdk4412-e285f8091b4ae9972f812400dc8b4b40ee779010.zip kernel_samsung_smdk4412-e285f8091b4ae9972f812400dc8b4b40ee779010.tar.gz kernel_samsung_smdk4412-e285f8091b4ae9972f812400dc8b4b40ee779010.tar.bz2 |
[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/i386/pci')
-rw-r--r-- | arch/i386/pci/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/pci/irq.c b/arch/i386/pci/irq.c index 1128451..e07589d 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; |