Update of /cvsroot/linux-mips/linux/drivers/char
In directory usw-pr-cvs1:/tmp/cvs-serv10364
Modified Files:
dz.c
Log Message:
Syncing.
Index: dz.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/drivers/char/dz.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** dz.c 2001/08/25 02:19:27 1.3
--- dz.c 2001/09/04 16:05:17 1.4
***************
*** 15,19 ****
* [09-JAN-99] triemer minor fix for schedule - due to removal of timeout
* field from "current" - somewhere between 2.1.121 and 2.1.131
! Qua Jun 27 15:02:26 BRT 2001
* [27-JUN-2001] Arnaldo Carvalho de Melo <ac...@co...> - cleanups
*
--- 15,19 ----
* [09-JAN-99] triemer minor fix for schedule - due to removal of timeout
* field from "current" - somewhere between 2.1.121 and 2.1.131
! Qua Jun 27 15:02:26 BRT 2001
* [27-JUN-2001] Arnaldo Carvalho de Melo <ac...@co...> - cleanups
[...2211 lines suppressed...]
if (!(tmp & mask)) {
! tmp |= mask; /* set the TX flag */
! dz_out(dz_console, DZ_TCR, tmp);
}
return 0;
}
! static struct console dz_sercons =
! {
name: "ttyS",
write: dz_console_print,
***************
*** 1631,1633 ****
}
! #endif /* ifdef CONFIG_SERIAL_CONSOLE */
--- 1614,1616 ----
}
! #endif /* CONFIG_SERIAL_CONSOLE */
|