Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2008 06:58:03 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r183773 - head/etc/etc.mips
Message-ID:  <200810120658.m9C6w3XK037535@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810120658.m9C6w3XK037535>