diff options
author | Andrew Morton <akpm@osdl.org> | 2005-10-15 22:02:19 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 15:37:01 -0700 |
commit | d10211b278c70fbebb83fb9e4ee717ca13f69b2d (patch) | |
tree | 65ad1bb2de1a48d024e57563562678c5c4cbd5f0 | |
parent | c2608a111b621d5cf0e4c2876d79e67333ce5341 (diff) | |
download | talos-obmc-linux-d10211b278c70fbebb83fb9e4ee717ca13f69b2d.tar.gz talos-obmc-linux-d10211b278c70fbebb83fb9e4ee717ca13f69b2d.zip |
[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>
-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 @@ #define PCI_DEVICE_ID_SIIG_2S1P_20x_850 0x2062 #define PCI_SUBDEVICE_ID_SIIG_QUARTET_SERIAL 0x2050 +#define PCI_VENDOR_ID_RADISYS 0x1331 #define PCI_VENDOR_ID_DOMEX 0x134a #define PCI_DEVICE_ID_DOMEX_DMX3191D 0x0001 |