Skip to content

Commit

Permalink
gettytab: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Feb 22, 2015
1 parent b77799f commit 495f3c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/gettytab
Original file line number Diff line number Diff line change
Expand Up @@ -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:\
Expand Down Expand Up @@ -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:\
Expand Down

0 comments on commit 495f3c9

Please sign in to comment.