Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179145
b: refs/heads/master
c: 05c6946
h: refs/heads/master
i:
  179143: 670af9d
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Jan 12, 2010
1 parent 7a44662 commit 960aa31
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 66a0f0f2a20a8df2cdf22e911839c29c462836f3
refs/heads/master: 05c694681e059b9e99449bb239367ab486cd1fca
33 changes: 16 additions & 17 deletions trunk/arch/mips/bcm63xx/boards/board_bcm963xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,27 +346,26 @@ static struct board_info __initdata board_96348gw = {
};

static struct board_info __initdata board_FAST2404 = {
.name = "F@ST2404",
.expected_cpu_id = 0x6348,

.has_enet0 = 1,
.has_enet1 = 1,
.has_pci = 1,
.name = "F@ST2404",
.expected_cpu_id = 0x6348,

.enet0 = {
.has_phy = 1,
.use_internal_phy = 1,
},
.has_enet0 = 1,
.has_enet1 = 1,
.has_pci = 1,

.enet1 = {
.force_speed_100 = 1,
.force_duplex_full = 1,
},
.enet0 = {
.has_phy = 1,
.use_internal_phy = 1,
},

.enet1 = {
.force_speed_100 = 1,
.force_duplex_full = 1,
},

.has_ohci0 = 1,
.has_pccard = 1,
.has_ehci0 = 1,
.has_ohci0 = 1,
.has_pccard = 1,
.has_ehci0 = 1,
};

static struct board_info __initdata board_DV201AMR = {
Expand Down

0 comments on commit 960aa31

Please sign in to comment.