diff options
| author | Andi Kleen <ak@muc.de> | 2002-12-20 05:37:57 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-12-20 05:37:57 -0800 |
| commit | 88f35b89f4846f121d2c1a4f88398997af57f950 (patch) | |
| tree | fcea0f8a147a58e869149dfb5bc0e430d2e309e1 /include/linux | |
| parent | dc921a801689f6440f0b19947b666265dd41a77e (diff) | |
[PATCH] Add workaround for AMD8131 bug
Some revisions of the AMD8131 PCI-X bridge have a irq routing bug that appears
in IO-APIC mode. To work around it a bit needs to be set in this case.
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 4f90ff1ccbe8..1befa5e1830b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -410,6 +410,7 @@ #define PCI_DEVICE_ID_AMD_8111_IDE 0x7469 #define PCI_DEVICE_ID_AMD_8111_AUDIO 0x746d #define PCI_DEVICE_ID_AMD_8151_0 0x7454 +#define PCI_DEVICE_ID_AMD_8131_APIC 0x7450 #define PCI_VENDOR_ID_TRIDENT 0x1023 #define PCI_DEVICE_ID_TRIDENT_4DWAVE_DX 0x2000 |
