aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus/sio.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-06-01 11:57:15 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-06-01 11:57:15 +0000
commitbe9bd88238ecbf423e5a3c1a3d9664ef635bafd2 (patch)
tree75dcf5ac97a47b9e9ea96c6adb7945b7752dcea1 /sys/pc98/cbus/sio.c
parent847dc1fe8878484d2be37ec71e0bf9136b71592a (diff)
downloadsrc-be9bd88238ecbf423e5a3c1a3d9664ef635bafd2.tar.gz
src-be9bd88238ecbf423e5a3c1a3d9664ef635bafd2.zip
There is no need to explicitly call the stop function. In all likelyhood
->l_close() did it and ttyclose certainly will.
Notes
Notes: svn path=/head/; revision=129939
Diffstat (limited to 'sys/pc98/cbus/sio.c')
-rw-r--r--sys/pc98/cbus/sio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index 51b811bfc3de..68045ab942db 100644
--- a/sys/pc98/cbus/sio.c
+++ b/sys/pc98/cbus/sio.c
@@ -2105,7 +2105,6 @@ sioclose(dev, flag, mode, td)
com->modem_checking = 0;
#endif
disc_optim(tp, &tp->t_termios, com);
- comstop(tp, FREAD | FWRITE);
comhardclose(com);
ttyclose(tp);
siosettimeout();