mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove last vestiges of sab(4).
This commit is contained in:
parent
75231ae311
commit
fa63296aba
2 changed files with 0 additions and 4 deletions
|
|
@ -35,9 +35,6 @@ console none unknown off secure
|
|||
screen "/usr/libexec/getty Pc" vt100 off secure
|
||||
ttya "/usr/libexec/getty 3wire.9600" vt100 off secure
|
||||
ttyb "/usr/libexec/getty 3wire.9600" vt100 off secure
|
||||
# sab(4)
|
||||
ttyz0 "/usr/libexec/getty 3wire.9600" vt100 off secure
|
||||
ttyz1 "/usr/libexec/getty 3wire.9600" vt100 off secure
|
||||
# syscons(4)
|
||||
ttyv0 "/usr/libexec/getty Pc" cons25 on secure
|
||||
# Virtual terminals
|
||||
|
|
|
|||
|
|
@ -382,7 +382,6 @@ static struct witness_order_list_entry order_lists[] = {
|
|||
#endif
|
||||
{ "scc_hwmtx", &lock_class_mtx_spin },
|
||||
{ "uart_hwmtx", &lock_class_mtx_spin },
|
||||
{ "sabtty", &lock_class_mtx_spin },
|
||||
{ "zstty", &lock_class_mtx_spin },
|
||||
{ "ng_node", &lock_class_mtx_spin },
|
||||
{ "ng_worklist", &lock_class_mtx_spin },
|
||||
|
|
|
|||
Loading…
Reference in a new issue