diff options
author | Andrew Morton <akpm@osdl.org> | 2005-10-16 01:02:19 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 18:37:01 -0400 |
commit | d10211b278c70fbebb83fb9e4ee717ca13f69b2d (patch) | |
tree | 65ad1bb2de1a48d024e57563562678c5c4cbd5f0 /include/linux | |
parent | c2608a111b621d5cf0e4c2876d79e67333ce5341 (diff) |
[PATCH] PCI: fix edac drivers for radisys 82600 borkage
I told you that the pci_ids.h cleanup was a bad idea ;)
Cc: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 11fed60a928d..611e48a4e679 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1610,6 +1610,7 @@ | |||
1610 | #define PCI_DEVICE_ID_SIIG_2S1P_20x_850 0x2062 | 1610 | #define PCI_DEVICE_ID_SIIG_2S1P_20x_850 0x2062 |
1611 | #define PCI_SUBDEVICE_ID_SIIG_QUARTET_SERIAL 0x2050 | 1611 | #define PCI_SUBDEVICE_ID_SIIG_QUARTET_SERIAL 0x2050 |
1612 | 1612 | ||
1613 | #define PCI_VENDOR_ID_RADISYS 0x1331 | ||
1613 | 1614 | ||
1614 | #define PCI_VENDOR_ID_DOMEX 0x134a | 1615 | #define PCI_VENDOR_ID_DOMEX 0x134a |
1615 | #define PCI_DEVICE_ID_DOMEX_DMX3191D 0x0001 | 1616 | #define PCI_DEVICE_ID_DOMEX_DMX3191D 0x0001 |