There is no need to explicitly call ttwakeup() and ttwwakeup() after
authorHasso Tepper <hasso@dragonflybsd.org>
Tue, 7 Aug 2007 13:14:11 +0000 (13:14 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Tue, 7 Aug 2007 13:14:11 +0000 (13:14 +0000)
commit1372169417827c0d384d051b7a9136b513ea84b9
tree71cf675cb708b3001caf24be79f9adbed1248e80
parentaea8c0228e1129a41025ac347793b3e2d6215b24
There is no need to explicitly call ttwakeup() and ttwwakeup() after
ttyclose() has been called.  It's already been done once by ttyclose.

Obtained-from: FreeBSD
sys/dev/misc/dcons/dcons_os.c
sys/dev/serial/sio/sio_pccard.c
sys/dev/usbmisc/ucom/ucom.c