From 94eaeaddc4f60762f0f68c3631f77795822567aa Mon Sep 17 00:00:00 2001 From: kaloz Date: Fri, 30 May 2008 17:01:48 +0000 Subject: import Gateworks CF optimizations, add support for additional features for the Cambria -- thanks Chris git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11301 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch') diff --git a/target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch b/target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch index 0f9b5f43c..5e682b097 100644 --- a/target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch +++ b/target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch @@ -258,13 +258,13 @@ +}; + +static struct eth_plat_info cambria_npec_data = { -+ .phy = 2, ++ .phy = 1, + .rxq = 4, + .txreadyq = 21, +}; + +static struct eth_plat_info cambria_npea_data = { -+ .phy = 1, ++ .phy = 2, + .rxq = 2, + .txreadyq = 19, +}; -- cgit v1.2.3