summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-06-04 01:52:17 +0000
committerian <ian@FreeBSD.org>2015-06-04 01:52:17 +0000
commitada95a851cef316c8faef368af20b0c37cca78da (patch)
treebe6c47ca0b7c1cb4c20423e0653f64b29eb66bf3 /etc
parentf38383848ae03970bc8fe8041f3e4bef444429f2 (diff)
downloadFreeBSD-src-ada95a851cef316c8faef368af20b0c37cca78da.zip
FreeBSD-src-ada95a851cef316c8faef368af20b0c37cca78da.tar.gz
MFC r262955:
Add 3wire and std as terminal types/classes. These are similar to the existing terminal types/classes that have the baudrate suffix, but differ in that no baudrate is set/defined.
Diffstat (limited to 'etc')
-rw-r--r--etc/gettytab4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/gettytab b/etc/gettytab
index a5100a5..8b9463e 100644
--- a/etc/gettytab
+++ b/etc/gettytab
@@ -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:\
@@ -219,6 +221,8 @@ al.230400:\
# 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:\
OpenPOWER on IntegriCloud