mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[adm5120] refactor kernel code (part 1), mark it as broken now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7916 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
Index: linux-2.6.22-rc6/arch/mips/pci/Makefile
|
||||
Index: linux-2.6.22/arch/mips/pci/Makefile
|
||||
===================================================================
|
||||
--- linux-2.6.22-rc6.orig/arch/mips/pci/Makefile
|
||||
+++ linux-2.6.22-rc6/arch/mips/pci/Makefile
|
||||
--- linux-2.6.22.orig/arch/mips/pci/Makefile
|
||||
+++ linux-2.6.22/arch/mips/pci/Makefile
|
||||
@@ -50,3 +50,4 @@ obj-$(CONFIG_TOSHIBA_RBTX4938) += fixup-
|
||||
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
|
||||
Index: linux-2.6.22-rc6/include/linux/pci_ids.h
|
||||
Index: linux-2.6.22/include/linux/pci_ids.h
|
||||
===================================================================
|
||||
--- linux-2.6.22-rc6.orig/include/linux/pci_ids.h
|
||||
+++ linux-2.6.22-rc6/include/linux/pci_ids.h
|
||||
@@ -1712,6 +1712,9 @@
|
||||
--- linux-2.6.22.orig/include/linux/pci_ids.h
|
||||
+++ linux-2.6.22/include/linux/pci_ids.h
|
||||
@@ -1713,6 +1713,9 @@
|
||||
#define PCI_VENDOR_ID_ESDGMBH 0x12fe
|
||||
#define PCI_DEVICE_ID_ESDGMBH_CPCIASIO4 0x0111
|
||||
|
||||
|
||||
Reference in New Issue
Block a user