Author: gjb
Date: Sun Jun 21 19:50:02 2015
New Revision: 284683
URL: https://svnweb.freebsd.org/changeset/base/284683

Log:
  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

Modified:
  head/etc/etc.arm/ttys

Modified: head/etc/etc.arm/ttys
==============================================================================
--- head/etc/etc.arm/ttys       Sun Jun 21 14:21:38 2015        (r284682)
+++ head/etc/etc.arm/ttys       Sun Jun 21 19:50:02 2015        (r284683)
@@ -42,8 +42,8 @@ ttyv7 "/usr/libexec/getty Pc"         xterm   off
 # 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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to