From 1da5f77f8cc915d2763045530543e73d1f039190 Mon Sep 17 00:00:00 2001
From: mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Fri, 13 May 2005 00:35:33 +0000
Subject: more pci fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@862 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 .../linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c        | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'openwrt/package/linux/kernel-source/arch/mips')

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 284151935..538dea57b 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;
 
-- 
cgit v1.2.3