OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/arch/mips/pci/Makefile |
2 | +++ b/arch/mips/pci/Makefile |
||
3 | @@ -58,6 +58,7 @@ obj-$(CONFIG_MIKROTIK_RB532) += pci-rc32 |
||
4 | obj-$(CONFIG_CAVIUM_OCTEON_SOC) += pci-octeon.o pcie-octeon.o |
||
5 | obj-$(CONFIG_CPU_XLR) += pci-xlr.o |
||
6 | obj-$(CONFIG_CPU_XLP) += pci-xlp.o |
||
7 | +obj-$(CONFIG_ADM8668) += pci-adm8668.o |
||
8 | |||
9 | ifdef CONFIG_PCI_MSI |
||
10 | obj-$(CONFIG_CAVIUM_OCTEON_SOC) += msi-octeon.o |
||
11 | --- a/include/linux/pci_ids.h |
||
12 | +++ b/include/linux/pci_ids.h |
||
13 | @@ -1821,6 +1821,9 @@ |
||
14 | |||
15 | #define PCI_VENDOR_ID_CB 0x1307 /* Measurement Computing */ |
||
16 | |||
17 | +#define PCI_VENDOR_ADMTEK 0x1317 |
||
18 | +#define PCI_DEVICE_ID_ADM8668 0x8688 |
||
19 | + |
||
20 | #define PCI_VENDOR_ID_SIIG 0x131f |
||
21 | #define PCI_SUBVENDOR_ID_SIIG 0x131f |
||
22 | #define PCI_DEVICE_ID_SIIG_1S_10x_550 0x1000 |