Lost t_oproc() callback assignment.
Pointyhats: phk (who lost it), me (who didn't notice that) Approved by: re (scottl)
This commit is contained in:
parent
cc8895afc9
commit
6cfa1c438b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user