===== drivers/char/sn_serial.c 1.3 vs edited ===== --- 1.3/drivers/char/sn_serial.c Tue Feb 3 21:39:51 2004 +++ edited/drivers/char/sn_serial.c Wed Feb 11 16:19:01 2004 @@ -911,7 +911,7 @@ sn_sal_switch_to_asynch(); /* at this point (module_init) we can try to turn on interrupts */ - if (!IS_RUNNING_ON_SIMULATOR()) + if (0 && !IS_RUNNING_ON_SIMULATOR()) sn_sal_switch_to_interrupts(); sn_sal_driver->init_termios = tty_std_termios;