21 lines
966 B
Diff
21 lines
966 B
Diff
|
diff -urN linux-2.6.21.1/arch/mips/pci/Makefile linux-2.6.21.1-adm5120/arch/mips/pci/Makefile
|
||
|
--- linux-2.6.21.1/arch/mips/pci/Makefile 2007-01-10 20:10:37.000000000 +0100
|
||
|
+++ linux-2.6.21.1-adm5120/arch/mips/pci/Makefile 2007-01-23 14:49:40.000000000 +0100
|
||
|
@@ -53,3 +53,4 @@
|
||
|
obj-$(CONFIG_VICTOR_MPC30X) += fixup-mpc30x.o
|
||
|
obj-$(CONFIG_ZAO_CAPCELLA) += fixup-capcella.o
|
||
|
obj-$(CONFIG_WR_PPMC) += fixup-wrppmc.o
|
||
|
+obj-$(CONFIG_PCI_ADM5120) += fixup-adm5120.o ops-adm5120.o pci-adm5120.o
|
||
|
--- linux-2.6.21.1.old/include/linux/pci_ids.h 2007-04-27 23:49:26.000000000 +0200
|
||
|
+++ linux-2.6.21.1/include/linux/pci_ids.h 2007-05-31 09:36:56.000000000 +0200
|
||
|
@@ -1701,6 +1701,9 @@
|
||
|
#define PCI_VENDOR_ID_ESDGMBH 0x12fe
|
||
|
#define PCI_DEVICE_ID_ESDGMBH_CPCIASIO4 0x0111
|
||
|
|
||
|
+#define PCI_VENDOR_ID_ADMTEK 0x1317
|
||
|
+#define PCI_DEVICE_ID_ADMTEK_ADM5120 0x5120
|
||
|
+
|
||
|
#define PCI_VENDOR_ID_SIIG 0x131f
|
||
|
#define PCI_SUBVENDOR_ID_SIIG 0x131f
|
||
|
#define PCI_DEVICE_ID_SIIG_1S_10x_550 0x1000
|