From: Eitan Adler Date: Tue, 19 Dec 2017 06:03:02 +0000 (-0800) Subject: gettytab: Add 3wire and std as terminal types/classes. X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/81ad33181a287ff32d039da50f41e5163971aee8 gettytab: 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. Obtained-from: FreeBSD (r262955) --- diff --git a/etc/gettytab b/etc/gettytab index d3abd16046..4244284a32 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:\ @@ -221,6 +223,8 @@ al.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:\