diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-06-28 11:07:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-06-28 11:07:07 +0000 |
commit | 43ace503eee373a98c9cc9c22f2ead235430a37b (patch) | |
tree | 28633541800f7bcde74af9a1279571df9271b1f7 /target/linux/rdc/patches-2.6.24/006-pci_ids.patch | |
parent | b3aa2640a3db478f9c9b1c63b68f70d68304ccee (diff) | |
download | upstream-43ace503eee373a98c9cc9c22f2ead235430a37b.tar.gz upstream-43ace503eee373a98c9cc9c22f2ead235430a37b.tar.bz2 upstream-43ace503eee373a98c9cc9c22f2ead235430a37b.zip |
Put back 2.6.24 files as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11593 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.24/006-pci_ids.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.24/006-pci_ids.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/rdc/patches-2.6.24/006-pci_ids.patch b/target/linux/rdc/patches-2.6.24/006-pci_ids.patch new file mode 100644 index 0000000000..cd4c01d920 --- /dev/null +++ b/target/linux/rdc/patches-2.6.24/006-pci_ids.patch @@ -0,0 +1,18 @@ +diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h +index 55f307f..4a1aa34 100644 +--- a/include/linux/pci_ids.h ++++ b/include/linux/pci_ids.h +@@ -2076,6 +2076,13 @@ + #define PCI_DEVICE_ID_HERC_WIN 0x5732 + #define PCI_DEVICE_ID_HERC_UNI 0x5832 + ++#define PCI_VENDOR_ID_RDC 0x17f3 ++#define PCI_DEVICE_ID_RDC_R6020 0x6020 ++#define PCI_DEVICE_ID_RDC_R6030 0x6030 ++#define PCI_DEVICE_ID_RDC_R6040 0x6040 ++#define PCI_DEVICE_ID_RDC_R6060 0x6060 ++#define PCI_DEVICE_ID_RDC_R6061 0x6061 ++ + #define PCI_VENDOR_ID_SITECOM 0x182d + #define PCI_DEVICE_ID_SITECOM_DC105V2 0x3069 + |