diff options
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r-- | sys/dev/sio/sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 979e954..599f188 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -967,7 +967,7 @@ sioattach(dev, xrid, rclk) com->line_status_port = iobase + com_lsr; com->modem_status_port = iobase + com_msr; - tp = com->tp = ttymalloc(NULL); + tp = com->tp = ttyalloc(); tp->t_oproc = comstart; tp->t_param = comparam; tp->t_stop = comstop; |