aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dcons
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dcons')
-rw-r--r--sys/dev/dcons/dcons.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/dcons/dcons.c b/sys/dev/dcons/dcons.c
index ecdbadb1cb683..cb983e4669fcb 100644
--- a/sys/dev/dcons/dcons.c
+++ b/sys/dev/dcons/dcons.c
@@ -587,8 +587,6 @@ dcons_detach(int port)
printf("dcons: still opened\n");
(*linesw[tp->t_line].l_close)(tp, 0);
ttyclose(tp);
- ttwakeup(tp);
- ttwwakeup(tp);
}
/* XXX
* must wait until all device are closed.