diff options
author | Florian Fainelli <florian.fainelli@telecomint.eu> | 2008-01-30 07:33:36 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:36 -0500 |
commit | 0acf8e3447b893ff921863c2a4258e210d584452 (patch) | |
tree | ddc560dc74ded48ebdfb632614ec61603cc7369a /include/linux/pci_ids.h | |
parent | a608295935d237bdbe95eefdba1e3fa40676df31 (diff) |
pci: add PCI identifiers for the RDC devices
This patch defines the PCI identifiers found in
the RDC R-321x System-on-Chip.
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index c69531348363..41f6f28690f6 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2085,6 +2085,13 @@ | |||
2085 | #define PCI_VENDOR_ID_BELKIN 0x1799 | 2085 | #define PCI_VENDOR_ID_BELKIN 0x1799 |
2086 | #define PCI_DEVICE_ID_BELKIN_F5D7010V7 0x701f | 2086 | #define PCI_DEVICE_ID_BELKIN_F5D7010V7 0x701f |
2087 | 2087 | ||
2088 | #define PCI_VENDOR_ID_RDC 0x17f3 | ||
2089 | #define PCI_DEVICE_ID_RDC_R6020 0x6020 | ||
2090 | #define PCI_DEVICE_ID_RDC_R6030 0x6030 | ||
2091 | #define PCI_DEVICE_ID_RDC_R6040 0x6040 | ||
2092 | #define PCI_DEVICE_ID_RDC_R6060 0x6060 | ||
2093 | #define PCI_DEVICE_ID_RDC_R6061 0x6061 | ||
2094 | |||
2088 | #define PCI_VENDOR_ID_LENOVO 0x17aa | 2095 | #define PCI_VENDOR_ID_LENOVO 0x17aa |
2089 | 2096 | ||
2090 | #define PCI_VENDOR_ID_ARECA 0x17d3 | 2097 | #define PCI_VENDOR_ID_ARECA 0x17d3 |