From 07a275ab32c809051176d245847ba43b156b3050 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sun, 21 Jun 2015 19:50:02 +0000 Subject: [PATCH] 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 --- etc/etc.arm/ttys | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/etc.arm/ttys b/etc/etc.arm/ttys index 501bae69bd5..f5f225edc26 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