Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv28647
Modified Files:
config.in
Log Message:
Fixed the problem with the new pci code with the qube. Now just to fix the issues with pci_auto.
Index: config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- config.in 2001/10/25 08:10:20 1.36
+++ config.in 2001/10/25 21:39:47 1.37
@@ -245,6 +245,7 @@
define_bool CONFIG_NO_VIDEO_CONSOLE y
define_bool CONFIG_COBALT_LCD y
define_bool CONFIG_PCI y
+ define_bool CONFIG_NEW_PCI y
define_bool CONFIG_OLD_TIME_C y
fi
if [ "$CONFIG_NINO" = "y" ]; then
|