mirror of https://github.com/hak5/openwrt.git
120 lines
2.5 KiB
Diff
120 lines
2.5 KiB
Diff
|
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
||
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
||
|
@@ -624,6 +624,8 @@ static struct board_info __initdata boar
|
||
|
.has_uart0 = 1,
|
||
|
.has_enet0 = 1,
|
||
|
.enet0 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -667,6 +669,8 @@ static struct board_info __initdata boar
|
||
|
.has_uart0 = 1,
|
||
|
.has_enet0 = 1,
|
||
|
.enet0 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -952,6 +956,8 @@ static struct board_info __initdata boar
|
||
|
.use_internal_phy = 1,
|
||
|
},
|
||
|
.enet1 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -1024,6 +1030,8 @@ static struct board_info __initdata boar
|
||
|
},
|
||
|
|
||
|
.enet1 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -1253,6 +1261,8 @@ static struct board_info __initdata boar
|
||
|
.use_internal_phy = 1,
|
||
|
},
|
||
|
.enet1 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -1428,6 +1438,8 @@ static struct board_info __initdata boar
|
||
|
},
|
||
|
|
||
|
.enet1 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -1502,6 +1514,8 @@ static struct board_info __initdata boar
|
||
|
.use_internal_phy = 1,
|
||
|
},
|
||
|
.enet1 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -1523,6 +1537,8 @@ static struct board_info __initdata boar
|
||
|
.use_internal_phy = 1,
|
||
|
},
|
||
|
.enet1 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -1542,6 +1558,8 @@ static struct board_info __initdata boar
|
||
|
.use_internal_phy = 1,
|
||
|
},
|
||
|
.enet1 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -1917,6 +1935,8 @@ static struct board_info __initdata boar
|
||
|
},
|
||
|
|
||
|
.enet1 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -1969,6 +1989,8 @@ static struct board_info __initdata boar
|
||
|
},
|
||
|
|
||
|
.enet1 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -2109,6 +2131,8 @@ static struct board_info __initdata boar
|
||
|
},
|
||
|
|
||
|
.enet1 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|
||
|
@@ -2226,6 +2250,8 @@ static struct board_info __initdata boar
|
||
|
},
|
||
|
|
||
|
.enet1 = {
|
||
|
+ .has_phy = 1,
|
||
|
+ .phy_id = 0,
|
||
|
.force_speed_100 = 1,
|
||
|
.force_duplex_full = 1,
|
||
|
},
|