on IXP46x we can have up to 3 npe ethernet interfaces, so set the mac for the third...
[openwrt.git] / target / linux / ixp4xx / patches-2.6.25 / 190-cambria_support.patch
index 0f9b5f4..5e682b0 100644 (file)
 +};
 +
 +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,
 +};
This page took 0.027581 seconds and 4 git commands to generate.