summaryrefslogtreecommitdiff
path: root/release/src/shared
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 13:58:15 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 13:58:15 +0100
commit4aca87515a5083ae0e31ce3177189fd43b6d05ac (patch)
tree7b1d9a31393ca090757dc6f0d3859b4fcd93f271 /release/src/shared
parent008d0be72b2f160382c6e880765e96b64a050c65 (diff)
downloadtomato-4aca87515a5083ae0e31ce3177189fd43b6d05ac.tar.gz
tomato-4aca87515a5083ae0e31ce3177189fd43b6d05ac.tar.bz2
patch to Vanilla Tomato 1.28
Diffstat (limited to 'release/src/shared')
-rw-r--r--release/src/shared/sbpci.c17
1 files changed, 16 insertions, 1 deletions
diff --git a/release/src/shared/sbpci.c b/release/src/shared/sbpci.c
index 19e0b4a8..dd15c998 100644
--- a/release/src/shared/sbpci.c
+++ b/release/src/shared/sbpci.c
@@ -254,7 +254,7 @@ sbpci_init_pci(void *sbh)
uint32 boardflags;
sbpciregs_t *pci;
sbconfig_t *sb;
- int CT4712_WR;
+// int CT4712_WR;
uint32 val;
chip = sb_chip(sbh);
@@ -268,13 +268,21 @@ sbpci_init_pci(void *sbh)
}
sb_core_reset(sbh, 0);
+#if 0 // removed zzz
/* In some board, */
if((nvram_match("boardtype", "bcm94710dev")) ||
(nvram_match("boardtype", "0x042f"))) //Barry add for 4704
CT4712_WR = 0;
else
CT4712_WR = 1;
+#endif
+ // checkme: ok to remove these checks? -- zzz
+ if ((!nvram_match("boardtype", "bcm94710dev")) && (!nvram_match("boardtype", "0x042f")) &&
+ (!nvram_match("boardtype", "bcm94710ap")) && (!nvram_match("boardtype", "bcm95365r"))) {
+ pci_disabled = TRUE;
+ }
+
boardflags = (uint32) getintvar(NULL, "boardflags");
if ((chip == BCM4310_DEVICE_ID) && (chiprev == 0))
@@ -288,9 +296,16 @@ sbpci_init_pci(void *sbh)
if (((chip == BCM4712_DEVICE_ID) &&
((chippkg == BCM4712SMALL_PKG_ID) ||
(chippkg == BCM4712MID_PKG_ID))) ||
+ (boardflags & BFL_NOPCI))
+ pci_disabled = TRUE;
+#if 0 // zzz
+ if (((chip == BCM4712_DEVICE_ID) &&
+ ((chippkg == BCM4712SMALL_PKG_ID) ||
+ (chippkg == BCM4712MID_PKG_ID))) ||
(boardflags & BFL_NOPCI) ||
CT4712_WR)
pci_disabled = TRUE;
+#endif
/*
* If the PCI core should not be touched (disabled, not bonded