From: James S. <jsi...@us...> - 2001-09-04 16:01:16
|
Update of /cvsroot/linux-mips/linux/arch/mips64 In directory usw-pr-cvs1:/tmp/cvs-serv8785 Modified Files: config.in Log Message: Syncing. Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/config.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.in 2001/08/24 18:59:54 1.2 --- config.in 2001/09/04 16:01:13 1.3 *************** *** 42,45 **** --- 42,46 ---- unset CONFIG_COHERENT_IO unset CONFIG_ISA + unset CONFIG_MAPPED_PCI_IO unset CONFIG_PCI *************** *** 57,60 **** --- 58,62 ---- define_bool CONFIG_ARC64 y define_bool CONFIG_COHERENT_IO y + define_bool CONFIG_MAPPED_PCI_IO y define_bool CONFIG_PCI y define_bool CONFIG_QL_ISP_A64 y |