svn commit: r267591 - in head/etc: etc.amd64 etc.i386

Peter Grehan grehan at FreeBSD.org
Tue Jun 17 18:51:04 UTC 2014


Author: grehan
Date: Tue Jun 17 18:51:03 2014
New Revision: 267591
URL: http://svnweb.freebsd.org/changeset/base/267591

Log:
  Convert the potential console port over to using 3wire, for i386/amd64.
  
  (This change was already in place for other arches via r262957)
  
  Reviewed by:	nwhitehorn
  MFC after:	1 week

Modified:
  head/etc/etc.amd64/ttys
  head/etc/etc.i386/ttys

Modified: head/etc/etc.amd64/ttys
==============================================================================
--- head/etc/etc.amd64/ttys	Tue Jun 17 18:12:58 2014	(r267590)
+++ head/etc/etc.amd64/ttys	Tue Jun 17 18:51:03 2014	(r267591)
@@ -41,7 +41,7 @@ ttyv7	"/usr/libexec/getty Pc"		xterm	on 
 ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
 # Serial terminals
 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
-ttyu0	"/usr/libexec/getty std.9600"	vt100	onifconsole secure
+ttyu0	"/usr/libexec/getty 3wire"	vt100	onifconsole secure
 ttyu1	"/usr/libexec/getty std.9600"	dialup	off secure
 ttyu2	"/usr/libexec/getty std.9600"	dialup	off secure
 ttyu3	"/usr/libexec/getty std.9600"	dialup	off secure

Modified: head/etc/etc.i386/ttys
==============================================================================
--- head/etc/etc.i386/ttys	Tue Jun 17 18:12:58 2014	(r267590)
+++ head/etc/etc.i386/ttys	Tue Jun 17 18:51:03 2014	(r267591)
@@ -41,7 +41,7 @@ ttyv7	"/usr/libexec/getty Pc"		xterm	on 
 ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
 # Serial terminals
 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
-ttyu0	"/usr/libexec/getty std.9600"	vt100	onifconsole secure
+ttyu0	"/usr/libexec/getty 3wire"	vt100	onifconsole secure
 ttyu1	"/usr/libexec/getty std.9600"	dialup	off secure
 ttyu2	"/usr/libexec/getty std.9600"	dialup	off secure
 ttyu3	"/usr/libexec/getty std.9600"	dialup	off secure


More information about the svn-src-all mailing list