mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
gettytab: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
c1494deeeb
commit
0bdd02b5ef
1 changed files with 6 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ default:\
|
|||
# autobaud code in getty, and likewise can
|
||||
# be assigned to any table desired (hopefully the same speed).
|
||||
#
|
||||
std:\
|
||||
:np:sp#0:
|
||||
a|std.110|110-baud:\
|
||||
:np:nd#1:cd#1:uc:sp#110:
|
||||
b|std.134|134.5-baud:\
|
||||
|
|
@ -214,11 +216,15 @@ al.115200:\
|
|||
:al=root:tc=std.115200:
|
||||
al.230400:\
|
||||
:al=root:tc=std.230400:
|
||||
al.Pc:\
|
||||
:al=root:tc=Pc
|
||||
|
||||
#
|
||||
# Entries for 3-wire serial terminals. These don't supply carrier, so
|
||||
# clocal needs to be set, and crtscts needs to be unset.
|
||||
#
|
||||
3wire:\
|
||||
:np:nc:sp#0:
|
||||
3wire.9600|9600-3wire:\
|
||||
:np:nc:sp#9600:
|
||||
3wire.19200|19200-3wire:\
|
||||
|
|
|
|||
Loading…
Reference in a new issue