From: Steve L. <slo...@us...> - 2002-01-24 20:13:36
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv9288 Modified Files: config.in Log Message: H/W PCI byte-swapping on the RC32334 does not work - disable and use s/w swapping instead (CONFIG_SWAP_IO_SPACE). Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- config.in 2002/01/19 21:17:35 1.82 +++ config.in 2002/01/24 20:13:33 1.83 @@ -327,6 +327,7 @@ define_bool CONFIG_NEW_PCI y define_bool CONFIG_PCI_AUTO y define_bool CONFIG_NONCOHERENT_IO y + define_bool CONFIG_SWAP_IO_SPACE y if [ "$CONFIG_VT" = "y" ]; then define_bool CONFIG_PC_KEYB y fi @@ -340,6 +341,7 @@ define_bool CONFIG_NEW_PCI y define_bool CONFIG_PCI_AUTO y define_bool CONFIG_NONCOHERENT_IO y + define_bool CONFIG_SWAP_IO_SPACE y if [ "$CONFIG_VT" = "y" ]; then define_bool CONFIG_PC_KEYB y fi |