X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2Fpatches-2.6.26%2F500-usr8200_support.patch;h=6112fe60f425d6c543da83162c2cd80884260580;hb=636bb2276f1de093e562ab17e3fad4d5e34dd842;hp=b6d5d22cabc846f5edd531ffe804d97233a925fe;hpb=058e1d97218f5bd1b3df92b38e4eadcb816e9d07;p=openwrt.git 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, + } +};