1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 06:50:43 +03:00

fix typo in brcm-2.4 system code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4003 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-06-18 22:30:14 +00:00
parent 0684f114f3
commit 8e9b5ac578

View File

@ -11723,7 +11723,7 @@ diff -urN linux.old/arch/mips/bcm947xx/sbpci.c linux.dev/arch/mips/bcm947xx/sbpc
+ return -1;
+ }
+
+ if ((chip == 0x4710) && (chiprev == 0))
+ if ((chip == 0x4310) && (chiprev == 0))
+ pci_disabled = TRUE;
+
+ sb = (sbconfig_t *)((ulong) pci + SBCONFIGOFF);