Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv19938/arch/mips
Modified Files:
config.in
Log Message:
Make cobalt work again. (Hopefully the end of OSS syncing for today.)
Index: config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- config.in 21 Apr 2002 18:03:11 -0000 1.93
+++ config.in 21 Apr 2002 20:56:23 -0000 1.94
@@ -343,8 +343,13 @@
define_bool CONFIG_NEW_TIME_C y
define_bool CONFIG_NONCOHERENT_IO y
define_bool CONFIG_I8259 y
- define_bool CONFIG_NEW_PCI y
- define_bool CONFIG_PCI_AUTO y
+ #
+ # FIXME: Currently only old-style PCI works.
+ # Leave these commented out until new-style
+ # is fixed.
+ #
+ # define_bool CONFIG_NEW_PCI y
+ # define_bool CONFIG_PCI_AUTO y
fi
if [ "$CONFIG_MIPS_ITE8172" = "y" ]; then
define_bool CONFIG_PCI y
|