diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-30 02:01:24 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-30 02:01:24 +0000 |
commit | 6dd9b0fe04a02447706514f025af7f837260ee40 (patch) | |
tree | 295a4e6f45594f94cda2734ae0188971f7992faf /openwrt/target/linux/aruba-2.6/patches | |
parent | fb66e56721813fc504fadbec5be1bfec5b4e2632 (diff) |
fix ethernet irq setting in system code for ap60/61
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3071 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/aruba-2.6/patches')
-rw-r--r-- | openwrt/target/linux/aruba-2.6/patches/000-aruba.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch b/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch index 98beed4978..ce9cf2289f 100644 --- a/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch +++ b/openwrt/target/linux/aruba-2.6/patches/000-aruba.patch @@ -487,7 +487,7 @@ diff -Nur linux-2.6.15/arch/mips/aruba/irq.c linux-2.6.15-openwrt/arch/mips/arub + case MACH_ARUBA_AP60: + default: + #define MERLOT_WLAN1_IRQ 2 // bit 10 in CP0_status register -+ #define MERLOT_ENET_IRQ 3 // bit 11 in CP0_status register ++ #define MERLOT_ENET_IRQ 4 // bit 11 in CP0_status register + #define MERLOT_WLAN_IRQ 5 // bit 13 in CP0_status register + #define MERLOT_MISC_IRQ 6 // bit 14 in CP0_status register = GROUP 0 + |