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:
Roman Kurakin 2005-07-09 14:27:35 +00:00
parent cc8895afc9
commit 6cfa1c438b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147860

View File

@ -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);