| 1 | --- a/arch/mips/pci/Makefile |
| 2 | +++ b/arch/mips/pci/Makefile |
| 3 | @@ -20,6 +20,7 @@ obj-$(CONFIG_BCM63XX) += pci-bcm63xx.o |
| 4 | ops-bcm63xx.o |
| 5 | obj-$(CONFIG_MIPS_ALCHEMY) += pci-alchemy.o |
| 6 | obj-$(CONFIG_SOC_AR724X) += pci-ath724x.o |
| 7 | +obj-$(CONFIG_ADM5120) += pci-adm5120.o |
| 8 | |
| 9 | # |
| 10 | # These are still pretty much in the old state, watch, go blind. |
| 11 | --- a/include/linux/pci_ids.h |
| 12 | +++ b/include/linux/pci_ids.h |
| 13 | @@ -1803,6 +1803,9 @@ |
| 14 | #define PCI_VENDOR_ID_ESDGMBH 0x12fe |
| 15 | #define PCI_DEVICE_ID_ESDGMBH_CPCIASIO4 0x0111 |
| 16 | |
| 17 | +#define PCI_VENDOR_ID_ADMTEK 0x1317 |
| 18 | +#define PCI_DEVICE_ID_ADMTEK_ADM5120 0x5120 |
| 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 |
| 23 | |