From 8413a0582f26a061910369ae3e4789d11c19172a Mon Sep 17 00:00:00 2001 From: rik Date: Sat, 9 Jul 2005 14:27:35 +0000 Subject: [PATCH] Lost t_oproc() callback assignment. Pointyhats: phk (who lost it), me (who didn't notice that) Approved by: re (scottl) --- sys/dev/cx/if_cx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c index 1ed808414fe..0627e1325a7 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); -- 2.45.2