diff options
author | Jason Gaston <jason.d.gaston@intel.com> | 2006-01-09 13:53:45 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-31 21:00:11 -0500 |
commit | b6ebb2659065b6e03605e7f0c69449bda382261a (patch) | |
tree | aeecc95a173786d761ca759cd076328c1fdb52c0 | |
parent | 051d9897731abfac62c4d1a2efcef83a89bd4482 (diff) |
[PATCH] PCI: irq and pci_ids: patch for Intel ICH8
This patch adds the Intel ICH8 DID's to the irq.c and pci_ids.h files.
Signed-off-by: Jason Gaston <Jason.d.gaston@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | arch/i386/pci/irq.c | 5 | ||||
-rw-r--r-- | include/linux/pci_ids.h | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/arch/i386/pci/irq.c b/arch/i386/pci/irq.c index e715aa930036..3ca59cad05f3 100644 --- a/arch/i386/pci/irq.c +++ b/arch/i386/pci/irq.c | |||
@@ -539,6 +539,11 @@ static __init int intel_router_probe(struct irq_router *r, struct pci_dev *route | |||
539 | case PCI_DEVICE_ID_INTEL_ICH7_30: | 539 | case PCI_DEVICE_ID_INTEL_ICH7_30: |
540 | case PCI_DEVICE_ID_INTEL_ICH7_31: | 540 | case PCI_DEVICE_ID_INTEL_ICH7_31: |
541 | case PCI_DEVICE_ID_INTEL_ESB2_0: | 541 | case PCI_DEVICE_ID_INTEL_ESB2_0: |
542 | case PCI_DEVICE_ID_INTEL_ICH8_0: | ||
543 | case PCI_DEVICE_ID_INTEL_ICH8_1: | ||
544 | case PCI_DEVICE_ID_INTEL_ICH8_2: | ||
545 | case PCI_DEVICE_ID_INTEL_ICH8_3: | ||
546 | case PCI_DEVICE_ID_INTEL_ICH8_4: | ||
542 | r->name = "PIIX/ICH"; | 547 | r->name = "PIIX/ICH"; |
543 | r->get = pirq_piix_get; | 548 | r->get = pirq_piix_get; |
544 | r->set = pirq_piix_set; | 549 | r->set = pirq_piix_set; |
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 4401a7e06057..9eb1983b8787 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2106,6 +2106,13 @@ | |||
2106 | #define PCI_DEVICE_ID_INTEL_ICH7_19 0x27dd | 2106 | #define PCI_DEVICE_ID_INTEL_ICH7_19 0x27dd |
2107 | #define PCI_DEVICE_ID_INTEL_ICH7_20 0x27de | 2107 | #define PCI_DEVICE_ID_INTEL_ICH7_20 0x27de |
2108 | #define PCI_DEVICE_ID_INTEL_ICH7_21 0x27df | 2108 | #define PCI_DEVICE_ID_INTEL_ICH7_21 0x27df |
2109 | #define PCI_DEVICE_ID_INTEL_ICH8_0 0x2810 | ||
2110 | #define PCI_DEVICE_ID_INTEL_ICH8_1 0x2811 | ||
2111 | #define PCI_DEVICE_ID_INTEL_ICH8_2 0x2812 | ||
2112 | #define PCI_DEVICE_ID_INTEL_ICH8_3 0x2814 | ||
2113 | #define PCI_DEVICE_ID_INTEL_ICH8_4 0x2815 | ||
2114 | #define PCI_DEVICE_ID_INTEL_ICH8_5 0x283e | ||
2115 | #define PCI_DEVICE_ID_INTEL_ICH8_6 0x2850 | ||
2109 | #define PCI_DEVICE_ID_INTEL_82855PM_HB 0x3340 | 2116 | #define PCI_DEVICE_ID_INTEL_82855PM_HB 0x3340 |
2110 | #define PCI_DEVICE_ID_INTEL_82830_HB 0x3575 | 2117 | #define PCI_DEVICE_ID_INTEL_82830_HB 0x3575 |
2111 | #define PCI_DEVICE_ID_INTEL_82830_CGC 0x3577 | 2118 | #define PCI_DEVICE_ID_INTEL_82830_CGC 0x3577 |