|
|
@@ -1,6 +1,6 @@
|
|
|
--- a/arch/mips/bcm47xx/setup.c
|
|
|
+++ b/arch/mips/bcm47xx/setup.c
|
|
|
-@@ -137,6 +137,7 @@ static int bcm47xx_get_sprom_ssb(struct
|
|
|
+@@ -90,6 +90,7 @@ static int bcm47xx_get_sprom_ssb(struct
|
|
|
char prefix[10];
|
|
|
|
|
|
if (bus->bustype == SSB_BUSTYPE_PCI) {
|
|
|
@@ -8,15 +8,15 @@
|
|
|
snprintf(prefix, sizeof(prefix), "pci/%u/%u/",
|
|
|
bus->host_pci->bus->number + 1,
|
|
|
PCI_SLOT(bus->host_pci->devfn));
|
|
|
-@@ -165,6 +166,7 @@ static int bcm47xx_get_invariants(struct
|
|
|
- if (nvram_getenv("boardrev", buf, sizeof(buf)) >= 0)
|
|
|
- iv->boardinfo.rev = (u16)simple_strtoul(buf, NULL, 0);
|
|
|
+@@ -111,6 +112,7 @@ static int bcm47xx_get_invariants(struct
|
|
|
+
|
|
|
+ bcm47xx_fill_ssb_boardinfo(&iv->boardinfo, NULL);
|
|
|
|
|
|
+ memset(&iv->sprom, 0, sizeof(struct ssb_sprom));
|
|
|
bcm47xx_fill_sprom(&iv->sprom, NULL);
|
|
|
|
|
|
if (nvram_getenv("cardbus", buf, sizeof(buf)) >= 0)
|
|
|
-@@ -263,12 +265,14 @@ static int bcm47xx_get_sprom_bcma(struct
|
|
|
+@@ -159,12 +161,14 @@ static int bcm47xx_get_sprom_bcma(struct
|
|
|
|
|
|
switch (bus->hosttype) {
|
|
|
case BCMA_HOSTTYPE_PCI:
|
|
|
@@ -33,7 +33,7 @@
|
|
|
if (core) {
|
|
|
--- a/arch/mips/bcm47xx/sprom.c
|
|
|
+++ b/arch/mips/bcm47xx/sprom.c
|
|
|
-@@ -555,8 +555,6 @@ void bcm47xx_fill_sprom_ethernet(struct
|
|
|
+@@ -557,8 +557,6 @@ void bcm47xx_fill_sprom_ethernet(struct
|
|
|
|
|
|
void bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix)
|
|
|
{
|