summaryrefslogtreecommitdiff
path: root/sys/dev/cy
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/dev/cy
parent847dc1fe8878484d2be37ec71e0bf9136b71592a (diff)
Notes
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index 710633322de9..194b01c1620d 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -795,7 +795,6 @@ sioclose(dev, flag, mode, td)
cd_etc(com, CD1400_ETC_STOPBREAK);
(*linesw[tp->t_line].l_close)(tp, flag);
disc_optim(tp, &tp->t_termios, com);
- comstop(tp, FREAD | FWRITE);
comhardclose(com);
ttyclose(tp);
siosettimeout();