summaryrefslogtreecommitdiffstats
path: root/etc/etc.aarch64
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-10-01 09:36:18 +0000
committerandrew <andrew@FreeBSD.org>2015-10-01 09:36:18 +0000
commitb224e699dd5db36164a60cf724db46e52d329557 (patch)
tree6da8bba17b2aece5025e86bc45121269452c8b59 /etc/etc.aarch64
parent4636024b4abd268cb5e384fc0702be9f013f6fdb (diff)
downloadFreeBSD-src-b224e699dd5db36164a60cf724db46e52d329557.zip
FreeBSD-src-b224e699dd5db36164a60cf724db46e52d329557.tar.gz
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
Diffstat (limited to 'etc/etc.aarch64')
-rw-r--r--etc/etc.aarch64/ttys10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/etc.aarch64/ttys b/etc/etc.aarch64/ttys
index b6fd9ed..f5f225e 100644
--- a/etc/etc.aarch64/ttys
+++ b/etc/etc.aarch64/ttys
@@ -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 secure
#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
OpenPOWER on IntegriCloud