From: James S. <jsi...@us...> - 2001-11-05 17:06:58
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv788 Modified Files: config.in Log Message: Made cobalt work again. Still having issues with the new pci code. Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- config.in 2001/10/31 06:16:23 1.45 +++ config.in 2001/11/05 17:06:55 1.46 @@ -250,8 +250,8 @@ 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_PCI_AUTO y +# define_bool CONFIG_NEW_PCI y +# define_bool CONFIG_PCI_AUTO y define_bool CONFIG_OLD_TIME_C y fi if [ "$CONFIG_VADEM_CLIO_1000" = "y" ]; then |