Now ieee1394 drivers (at least ohci1394 and sbp2) will work on mips. Please give them a chance. diff -u linux-mips-cvs/arch/mips/config-shared.in linux.new/arch/mips/ --- linux-mips-cvs/arch/mips/config-shared.in Mon May 5 21:31:50 2003 +++ linux.new/arch/mips/config-shared.in Sat May 17 21:50:35 2003 @@ -876,6 +876,8 @@ fi endmenu +source drivers/ieee1394/Config.in + if [ "$CONFIG_PCI" = "y" ]; then source drivers/message/i2o/Config.in fi --- Atsushi Nemoto