Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 01:52:18 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r283972 - stable/10/etc
Message-ID:  <201506040152.t541qIME026598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Thu Jun  4 01:52:17 2015
New Revision: 283972
URL: https://svnweb.freebsd.org/changeset/base/283972

Log:
  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.

Modified:
  stable/10/etc/gettytab
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/gettytab
==============================================================================
--- stable/10/etc/gettytab	Wed Jun  3 22:24:57 2015	(r283971)
+++ stable/10/etc/gettytab	Thu Jun  4 01:52:17 2015	(r283972)
@@ -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:\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506040152.t541qIME026598>