Merged from sys/dev/sio/sio.c revision 1.383.
This commit is contained in:
parent
c38d6f3b46
commit
5035ea340d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110492
@ -1801,6 +1801,8 @@ determined_type: ;
|
||||
com->devs[5] = make_dev(&sio_cdevsw,
|
||||
minorbase | CALLOUT_MASK | CONTROL_LOCK_STATE,
|
||||
UID_UUCP, GID_DIALER, 0660, "cuala%r", unit);
|
||||
for (rid = 0; rid < 6; rid++)
|
||||
com->devs[rid]->si_drv1 = com;
|
||||
com->flags = flags;
|
||||
com->pps.ppscap = PPS_CAPTUREASSERT | PPS_CAPTURECLEAR;
|
||||
pps_init(&com->pps);
|
||||
|
@ -1801,6 +1801,8 @@ determined_type: ;
|
||||
com->devs[5] = make_dev(&sio_cdevsw,
|
||||
minorbase | CALLOUT_MASK | CONTROL_LOCK_STATE,
|
||||
UID_UUCP, GID_DIALER, 0660, "cuala%r", unit);
|
||||
for (rid = 0; rid < 6; rid++)
|
||||
com->devs[rid]->si_drv1 = com;
|
||||
com->flags = flags;
|
||||
com->pps.ppscap = PPS_CAPTUREASSERT | PPS_CAPTURECLEAR;
|
||||
pps_init(&com->pps);
|
||||
|
Loading…
Reference in New Issue
Block a user