aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx-2.6/patches/142-nas100d_setup_mac.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-03-03 23:12:34 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-03-03 23:12:34 +0000
commitb97c7c0af684727a0697d1c2565deca5d493eb71 (patch)
tree585b259022ddddc1924aa12160b90aa5055bb56f /target/linux/ixp4xx-2.6/patches/142-nas100d_setup_mac.patch
parent5acf90187b0b632264bbb63f7cacb5886a1008c3 (diff)
downloadupstream-b97c7c0af684727a0697d1c2565deca5d493eb71.tar.gz
upstream-b97c7c0af684727a0697d1c2565deca5d493eb71.tar.bz2
upstream-b97c7c0af684727a0697d1c2565deca5d493eb71.zip
upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two patches
SVN-Revision: 6489
Diffstat (limited to 'target/linux/ixp4xx-2.6/patches/142-nas100d_setup_mac.patch')
-rw-r--r--target/linux/ixp4xx-2.6/patches/142-nas100d_setup_mac.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/patches/142-nas100d_setup_mac.patch b/target/linux/ixp4xx-2.6/patches/142-nas100d_setup_mac.patch
index 7c3e589c12..9256324b10 100644
--- a/target/linux/ixp4xx-2.6/patches/142-nas100d_setup_mac.patch
+++ b/target/linux/ixp4xx-2.6/patches/142-nas100d_setup_mac.patch
@@ -2,7 +2,7 @@ Index: linux-2.6.19/arch/arm/mach-ixp4xx/nas100d-setup.c
===================================================================
--- linux-2.6.19.orig/arch/arm/mach-ixp4xx/nas100d-setup.c
+++ linux-2.6.19/arch/arm/mach-ixp4xx/nas100d-setup.c
-@@ -123,12 +123,35 @@ static struct platform_device nas100d_ua
+@@ -123,12 +123,36 @@ static struct platform_device nas100d_ua
.resource = nas100d_uart_resources,
};
@@ -18,6 +18,7 @@ Index: linux-2.6.19/arch/arm/mach-ixp4xx/nas100d-setup.c
+ .eth_id = 0,
+ .rxq_id = 27,
+ .txq_id = 24,
++ .rxdoneq_id = 4,
+};
+
+static struct platform_device mac0 = {