Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 09:36:19 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288440 - head/etc/etc.aarch64
Message-ID:  <201510010936.t919aJ2W003508@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Thu Oct  1 09:36:18 2015
New Revision: 288440
URL: https://svnweb.freebsd.org/changeset/base/288440

Log:
  Update the arm64 ttys file to enable the correct uart based on which device
  the console is attached to. This makes this file identical to the 32-bit
  arm version of this file.
  
  Obtained from:	EuroBSDCon devsummit
  Sponsored by:	ABT Systems Ltd

Modified:
  head/etc/etc.aarch64/ttys

Modified: head/etc/etc.aarch64/ttys
==============================================================================
--- head/etc/etc.aarch64/ttys	Thu Oct  1 07:48:26 2015	(r288439)
+++ head/etc/etc.aarch64/ttys	Thu Oct  1 09:36:18 2015	(r288440)
@@ -29,7 +29,7 @@
 # when going to single-user mode.
 console	none				unknown	off secure
 #
-ttyv0	"/usr/libexec/getty Pc"		xterm	off  secure
+ttyv0	"/usr/libexec/getty Pc"		xterm	onifconsole  secure
 # Virtual terminals
 ttyv1	"/usr/libexec/getty Pc"		xterm	off  secure
 ttyv2	"/usr/libexec/getty Pc"		xterm	off  secure
@@ -41,9 +41,9 @@ ttyv7	"/usr/libexec/getty Pc"		xterm	off
 #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	on  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
+ttyu0	"/usr/libexec/getty 3wire"	vt100	onifconsole  secure
+ttyu1	"/usr/libexec/getty 3wire"	vt100	onifconsole  secure
+ttyu2	"/usr/libexec/getty 3wire"	vt100	onifconsole  secure
+ttyu3	"/usr/libexec/getty 3wire"	vt100	onifconsole  secure
 # Dumb console
 dcons	"/usr/libexec/getty std.9600"	vt100	off secure



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