summaryrefslogtreecommitdiff
path: root/openwrt/package/linux/kernel-source/arch
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-05-13 00:35:33 +0000
committerMike Baker <mbm@openwrt.org>2005-05-13 00:35:33 +0000
commit644a46b764bd191d5c0723b9b2c40afa4081428d (patch)
tree1910947c8c23a8a570514a63f336caf2eb8c4d53 /openwrt/package/linux/kernel-source/arch
parent7512db38c86bc3b4ffd33c10950359efa8dbaa2e (diff)
downloadmtk-20170518-644a46b764bd191d5c0723b9b2c40afa4081428d.zip
mtk-20170518-644a46b764bd191d5c0723b9b2c40afa4081428d.tar.gz
mtk-20170518-644a46b764bd191d5c0723b9b2c40afa4081428d.tar.bz2
more pci fixes
SVN-Revision: 862
Diffstat (limited to 'openwrt/package/linux/kernel-source/arch')
-rw-r--r--openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c b/openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c
index 2841519..538dea5 100644
--- a/openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c
+++ b/openwrt/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.
*/
- 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;