1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ixp4xx] Update USR8200 patch and profile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13152 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
noz
2008-11-09 16:50:27 +00:00
parent 058e1d9721
commit 636bb2276f
3 changed files with 354 additions and 6 deletions

View File

@@ -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,
+ }
+};