projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Standardize package Config.in, change prompt to package name + short description...
[openwrt.git]
/
package
/
linux
/
kernel-source
/
arch
/
mips
/
brcm-boards
/
bcm947xx
/
sbpci.c
diff --git
a/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c
b/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c
index
2841519
..
538dea5
100644
(file)
--- a/
package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c
+++ b/
package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c
@@
-282,7
+282,9
@@
sbpci_init(void *sbh)
* PCI is bonded out, some boards may leave the pins
* floating.
*/
* PCI is bonded out, some boards may leave the pins
* floating.
*/
- if (((chip == BCM4712_DEVICE_ID) && (chippkg == BCM4712SMALL_PKG_ID)) ||
+ if (((chip == BCM4712_DEVICE_ID) &&
+ ((chippkg == BCM4712SMALL_PKG_ID) ||
+ (chippkg == BCM4712MID_PKG_ID))) ||
(boardflags & BFL_NOPCI))
pci_disabled = TRUE;
(boardflags & BFL_NOPCI))
pci_disabled = TRUE;
This page took
0.026371 seconds
and
4
git commands to generate.