diff options
| author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-02 23:13:51 +0000 | 
|---|---|---|
| committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-02 23:13:51 +0000 | 
| commit | 8366dfac71c976acb6d772ec9014026cafab8182 (patch) | |
| tree | 7e6839d0a0b426439a52199cbc1ecdd54efd8a7a /target/linux/adm5120-2.6/patches/007-adm5120_pci.patch | |
| parent | c30dde79405b135b38cea530745b66516896b0ea (diff) | |
IRQ handler rewrite by Gabor Juhos, uses C no longer assembly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7464 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120-2.6/patches/007-adm5120_pci.patch')
| -rw-r--r-- | target/linux/adm5120-2.6/patches/007-adm5120_pci.patch | 20 | 
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/adm5120-2.6/patches/007-adm5120_pci.patch b/target/linux/adm5120-2.6/patches/007-adm5120_pci.patch new file mode 100644 index 000000000..25ec59a39 --- /dev/null +++ b/target/linux/adm5120-2.6/patches/007-adm5120_pci.patch @@ -0,0 +1,20 @@ +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  | 
