diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-10-16 20:58:22 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-10-16 20:58:22 +0000 |
| commit | 7423b2b40caffd32e1237f5db09c510733dbaf66 (patch) | |
| tree | 9928459e7f4fce705aea79e7aea62e83233a0f61 /sys/dev | |
| parent | 2cccccddd41b61024143d414f02a14ff624060c3 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/dcons/dcons_os.c | 1 | ||||
| -rw-r--r-- | sys/dev/ofw/ofw_console.c | 1 | ||||
| -rw-r--r-- | sys/dev/zs/zs.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/dcons/dcons_os.c b/sys/dev/dcons/dcons_os.c index 8ca20aa272f3..7a51e1cf38b3 100644 --- a/sys/dev/dcons/dcons_os.c +++ b/sys/dev/dcons/dcons_os.c @@ -295,7 +295,6 @@ dcons_open(DEV dev, int flag, int mode, THREAD *td) if ((tp->t_state & TS_ISOPEN) == 0) { tp->t_state |= TS_CARR_ON; ttyconsolemode(tp, 0); - ttsetwater(tp); } else if ((tp->t_state & TS_XCLUDE) && suser(td)) { splx(s); return (EBUSY); diff --git a/sys/dev/ofw/ofw_console.c b/sys/dev/ofw/ofw_console.c index 08609944190e..b74832a3eb14 100644 --- a/sys/dev/ofw/ofw_console.c +++ b/sys/dev/ofw/ofw_console.c @@ -139,7 +139,6 @@ ofw_dev_open(struct cdev *dev, int flag, int mode, struct thread *td) if ((tp->t_state & TS_ISOPEN) == 0) { tp->t_state |= TS_CARR_ON; ttyconsolemode(tp, 0); - ttsetwater(tp); setuptimeout = 1; } else if ((tp->t_state & TS_XCLUDE) && suser(td)) { diff --git a/sys/dev/zs/zs.c b/sys/dev/zs/zs.c index 41c6d8662957..d4562c78b488 100644 --- a/sys/dev/zs/zs.c +++ b/sys/dev/zs/zs.c @@ -473,7 +473,6 @@ zsttyopen(struct cdev *dev, int flags, int mode, struct thread *td) tp->t_ospeed = 0; (void)zstty_param(sc, tp, &t); ttychars(tp); - ttsetwater(tp); /* XXX turn on DTR */ |
