diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-24 04:03:21 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-02-24 04:03:21 -0800 |
| commit | 895f649ebbe517a92455821525658f3f3f7fba45 (patch) | |
| tree | 0177296910a6817709be52199acf2849b8d4c0c7 /include/linux | |
| parent | 79468292661ac5df1bdfe69d42d6e93d192ce55a (diff) | |
[PATCH] add the Intel Alder IO-APIC PCI device to quirks
From: James Bottomley <James.Bottomley@SteelEye.com>
The alder has an intel Extended Express System Support Controller which
presents apparently spurious BARs. When the pci resource code tries to
reassign these BARs, the second IO-APIC gets disabled (with disastrous
consequences).
The first BAR is the actual IO-APIC, the remaining five bars seem to be
spurious resources, so we forcibly insert the first one into the resource
tree and clear all the others.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 4a1c573bf04f..fdcb1287681b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1928,6 +1928,7 @@ #define PCI_DEVICE_ID_GENROCO_HFP832 0x0003 #define PCI_VENDOR_ID_INTEL 0x8086 +#define PCI_DEVICE_ID_INTEL_EESSC 0x0008 #define PCI_DEVICE_ID_INTEL_21145 0x0039 #define PCI_DEVICE_ID_INTEL_82375 0x0482 #define PCI_DEVICE_ID_INTEL_82424 0x0483 |
