Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2013 22:17:43 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r245344 - projects/altix2/etc/etc.ia64
Message-ID:  <201301122217.r0CMHhoL090108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Sat Jan 12 22:17:43 2013
New Revision: 245344
URL: http://svnweb.freebsd.org/changeset/base/245344

Log:
  Replace dcons with ttys0. We have more use for the SGI L1 console than
  any firewire based console.

Modified:
  projects/altix2/etc/etc.ia64/ttys

Modified: projects/altix2/etc/etc.ia64/ttys
==============================================================================
--- projects/altix2/etc/etc.ia64/ttys	Sat Jan 12 22:00:35 2013	(r245343)
+++ projects/altix2/etc/etc.ia64/ttys	Sat Jan 12 22:17:43 2013	(r245344)
@@ -45,5 +45,5 @@ ttyu0	"/usr/libexec/getty std.9600"	vt10
 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
-# Dumb console
-dcons	"/usr/libexec/getty std.9600"	vt100	off secure
+# SGI Altix 350 L1 console
+ttys0   "/usr/libexec/getty std.9600"   vt100   on  secure



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