From b97c7c0af684727a0697d1c2565deca5d493eb71 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Sat, 3 Mar 2007 23:12:34 +0000 Subject: upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two patches SVN-Revision: 6489 --- target/linux/ixp4xx-2.6/patches/142-nas100d_setup_mac.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ixp4xx-2.6/patches/142-nas100d_setup_mac.patch') 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 = { -- cgit v1.2.3