aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.26
diff options
context:
space:
mode:
authorPeter Denison <openwrt@marshadder.org>2008-11-09 16:50:27 +0000
committerPeter Denison <openwrt@marshadder.org>2008-11-09 16:50:27 +0000
commitd4f01c8c2f00eb952a7b5983eca24fd8990a50b9 (patch)
treec711ed3e90cce8310d064e69982face1f9ccfbc0 /target/linux/ixp4xx/patches-2.6.26
parenta9f61c0f34fce95f380de79fd77a9c06e80bee11 (diff)
downloadupstream-d4f01c8c2f00eb952a7b5983eca24fd8990a50b9.tar.gz
upstream-d4f01c8c2f00eb952a7b5983eca24fd8990a50b9.tar.bz2
upstream-d4f01c8c2f00eb952a7b5983eca24fd8990a50b9.zip
Update USR8200 patch and profile
SVN-Revision: 13152
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.26')
-rw-r--r--target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch b/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch
index b6d5d22cab..6112fe60f4 100644
--- a/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch
+++ b/target/linux/ixp4xx/patches-2.6.26/500-usr8200_support.patch
@@ -250,24 +250,24 @@
+
+static struct eth_plat_info usr8200_plat_eth[] = {
+ {
-+ .phy = 9,
-+ .rxq = 3,
-+ .txreadyq = 20,
-+ }, {
+ .phy = 16,
+ .rxq = 4,
+ .txreadyq = 21,
++ }, {
++ .phy = 9,
++ .rxq = 3,
++ .txreadyq = 20,
+ }
+};
+
+static struct platform_device usr8200_eth[] = {
+ {
+ .name = "ixp4xx_eth",
-+ .id = IXP4XX_ETH_NPEB,
++ .id = IXP4XX_ETH_NPEC,
+ .dev.platform_data = usr8200_plat_eth,
+ }, {
+ .name = "ixp4xx_eth",
-+ .id = IXP4XX_ETH_NPEC,
++ .id = IXP4XX_ETH_NPEB,
+ .dev.platform_data = usr8200_plat_eth + 1,
+ }
+};