summaryrefslogtreecommitdiff
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-06-04 20:04:52 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-06-04 20:04:52 +0000
commitfe3ec6224af93e7b7426b3ca6b0c7c2e3eb83c95 (patch)
treed6e215bcf253e083595c541ae5d094a1d2c280e4 /sys/dev/cy
parent8a9a490ba25a7b6e70c2636140235b2439521d68 (diff)
Notes
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index 8e1a56cdc1c7..58abf6a24326 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -1745,8 +1745,8 @@ repeat:
COM_UNLOCK();
critical_exit();
if (delta_modem_status & MSR_DCD)
- (*linesw[tp->t_line].l_modem)
- (tp, com->prev_modem_status & MSR_DCD);
+ ttyld_modem(tp,
+ com->prev_modem_status & MSR_DCD);
}
if (com->extra_state & CSE_ODONE) {
critical_enter();