From 5f26b9de341e99890cd949552f42e16796518128 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 4 Jun 2015 01:52:17 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.freebsd.org/base/stable/10@283972 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/gettytab | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/gettytab b/etc/gettytab index a5100a5eb..8b9463e4f 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:\ -- 2.45.0