aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cx
diff options
context:
space:
mode:
authorRoman Kurakin <rik@FreeBSD.org>2005-07-09 14:27:35 +0000
committerRoman Kurakin <rik@FreeBSD.org>2005-07-09 14:27:35 +0000
commit6cfa1c438bdde457aa9f66267bd99c5cfaac2e25 (patch)
treec726c06dfbd1e6eb87d497710dd5ed100a2f0a31 /sys/dev/cx
parentcc8895afc950219eb727ff1e961927e74279a001 (diff)
Notes
Diffstat (limited to 'sys/dev/cx')
-rw-r--r--sys/dev/cx/if_cx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c
index 1ed808414fe4..0627e1325a78 100644
--- a/sys/dev/cx/if_cx.c
+++ b/sys/dev/cx/if_cx.c
@@ -876,6 +876,7 @@ static int cx_attach (device_t dev)
d->tty->t_param = cx_param;
d->tty->t_stop = cx_stop;
d->tty->t_modem = cx_tmodem;
+ d->tty->t_oproc = cx_oproc;
d->tty->t_sc = d;
CX_LOCK (bd);
cx_start_chan (c, d->dmamem.virt, d->dmamem.phys);