Index: sys/arch/sgimips/sgimips/console.c =================================================================== RCS file: /src/netbsd/cvsroot/src/sys/arch/sgimips/sgimips/console.c,v retrieving revision 1.37 diff -u -r1.37 console.c --- sys/arch/sgimips/sgimips/console.c 12 Feb 2009 06:33:57 -0000 1.37 +++ sys/arch/sgimips/sgimips/console.c 18 Mar 2009 13:23:17 -0000 @@ -222,11 +222,11 @@ MACE_ISA_SER2_BASE; delay(10000); - - /* XXX: hardcoded MACE iotag */ - if (comcnattach(3, MIPS_PHYS_TO_KSEG1(MACE_BASE + base), - speed, COM_FREQ, COM_TYPE_NORMAL, comcnmode) == 0) - return (1); + if (consdev[7] == '1') + /* XXX: hardcoded MACE iotag */ + if (comcnattach(3, MIPS_PHYS_TO_KSEG1(MACE_BASE + base), + speed, COM_FREQ, COM_TYPE_NORMAL, comcnmode) == 0) + return (1); } #endif