svn commit: r183773 - head/etc/etc.mips

Warner Losh imp at FreeBSD.org
Sun Oct 12 06:58:04 UTC 2008


Author: imp
Date: Sun Oct 12 06:58:03 2008
New Revision: 183773
URL: http://svn.freebsd.org/changeset/base/183773

Log:
  Add entries for uart based serial ports.  All the serial ports on mips
  so far are uart subclasses.  Also, turn uart0 on by default.

Modified:
  head/etc/etc.mips/ttys

Modified: head/etc/etc.mips/ttys
==============================================================================
--- head/etc/etc.mips/ttys	Sun Oct 12 02:52:56 2008	(r183772)
+++ head/etc/etc.mips/ttys	Sun Oct 12 06:58:03 2008	(r183773)
@@ -33,10 +33,10 @@
 console	none				unknown	off secure
 # Serial terminals
 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
-ttyU0	"/usr/libexec/getty std.9600"	dialup	off 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 std.115200"	dialup	on  secure
+ttyu1	"/usr/libexec/getty std.115200"	dialup	off secure
+ttyu2	"/usr/libexec/getty std.115200"	dialup	off secure
+ttyu3	"/usr/libexec/getty std.115200"	dialup	off secure
 # Pseudo terminals
 ttyp0	none			network
 ttyp1	none			network


More information about the svn-src-head mailing list