summaryrefslogtreecommitdiffstats
path: root/etc/etc.arm/ttys
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-06-21 19:50:02 +0000
committergjb <gjb@FreeBSD.org>2015-06-21 19:50:02 +0000
commitb7bcf4a7d190887908f831b6df1f8a13313aa1a4 (patch)
tree3455b4d6c2073d82e3bb6a3135e50794658d20bf /etc/etc.arm/ttys
parentdb3088f43ef0c8e59415640a4fe4589b00485f06 (diff)
downloadFreeBSD-src-b7bcf4a7d190887908f831b6df1f8a13313aa1a4.zip
FreeBSD-src-b7bcf4a7d190887908f831b6df1f8a13313aa1a4.tar.gz
Enable ttyu1, ttyu2, ttyu3 for arm installations.
This should make all consoles available, whether it is VGA, HDMI, serial, or JTAG, but more importantly enables all consoles when ttyu0 is not predictable. For example, the Pandaboard ES apparently has three consoles available, but the DB9/RS232 serial port is ttyu2, so not available by default after the system boots. MFC after: 3 days Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/etc.arm/ttys')
-rw-r--r--etc/etc.arm/ttys6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.arm/ttys b/etc/etc.arm/ttys
index 501bae6..f5f225e 100644
--- a/etc/etc.arm/ttys
+++ b/etc/etc.arm/ttys
@@ -42,8 +42,8 @@ ttyv7 "/usr/libexec/getty Pc" xterm off secure
# Serial terminals
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
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
+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