1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

more pci fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@862 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm
2005-05-13 00:35:33 +00:00
parent e55415fe5f
commit 8561def699
2 changed files with 5 additions and 1 deletions

View File

@@ -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;