From: Pete P. <pp...@us...> - 2002-06-19 01:50:12
|
Update of /cvsroot/linux-mips/linux/arch/mips/au1000/common In directory usw-pr-cvs1:/tmp/cvs-serv29442/arch/mips/au1000/common Modified Files: serial.c Log Message: Do not disable the serial port after an autoconfig, only after a shutdown. Index: serial.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/common/serial.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- serial.c 1 May 2002 18:00:29 -0000 1.9 +++ serial.c 19 Jun 2002 01:50:10 -0000 1.10 @@ -2548,11 +2548,6 @@ serial_outp(info, UART_FCR, 0); (void)serial_in(info, UART_RX); serial_outp(info, UART_IER, 0); - -#ifndef CONFIG_REMOTE_DEBUG - au_writel(0, UART_MOD_CNTRL + state->port); - au_sync_delay(10); -#endif restore_flags(flags); } |