swconfig: add a generic method for setting the port primary vlan id (used for transpa...
[openwrt.git] / target / linux / rdc / patches-2.6.24 / 006-pci_ids.patch
1 --- a/include/linux/pci_ids.h
2 +++ b/include/linux/pci_ids.h
3 @@ -2106,6 +2106,13 @@
4 #define PCI_DEVICE_ID_HERC_WIN 0x5732
5 #define PCI_DEVICE_ID_HERC_UNI 0x5832
6
7 +#define PCI_VENDOR_ID_RDC 0x17f3
8 +#define PCI_DEVICE_ID_RDC_R6020 0x6020
9 +#define PCI_DEVICE_ID_RDC_R6030 0x6030
10 +#define PCI_DEVICE_ID_RDC_R6040 0x6040
11 +#define PCI_DEVICE_ID_RDC_R6060 0x6060
12 +#define PCI_DEVICE_ID_RDC_R6061 0x6061
13 +
14 #define PCI_VENDOR_ID_SITECOM 0x182d
15 #define PCI_DEVICE_ID_SITECOM_DC105V2 0x3069
16
This page took 0.040014 seconds and 5 git commands to generate.