summaryrefslogtreecommitdiffstats
path: root/sys/dev/cx
diff options
context:
space:
mode:
authorrik <rik@FreeBSD.org>2005-07-09 14:27:35 +0000
committerrik <rik@FreeBSD.org>2005-07-09 14:27:35 +0000
commit8413a0582f26a061910369ae3e4789d11c19172a (patch)
treec726c06dfbd1e6eb87d497710dd5ed100a2f0a31 /sys/dev/cx
parent5e351d0161e8c4f092d99e3ae7ef8493ad9cbb9a (diff)
downloadFreeBSD-src-8413a0582f26a061910369ae3e4789d11c19172a.zip
FreeBSD-src-8413a0582f26a061910369ae3e4789d11c19172a.tar.gz
Lost t_oproc() callback assignment.
Pointyhats: phk (who lost it), me (who didn't notice that) Approved by: re (scottl)
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 1ed8084..0627e13 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);
OpenPOWER on IntegriCloud