Home | History | Annotate | Line # | Download | only in etc.sgimips
ttys revision 1.8
      1  1.1    soren #
      2  1.8      tnn #	$NetBSD: ttys,v 1.8 2008/03/07 19:01:44 tnn Exp $
      3  1.1    soren #
      4  1.1    soren # name	getty				type	status		comments
      5  1.1    soren 
      6  1.1    soren # In normal operation, getty on the 'console' pseudo-device is disabled, and
      7  1.1    soren # is enabled for the correct 'real' device (e.g. one of the serial ports).
      8  1.1    soren # If the console is marked insecure, single-user requires the root password.
      9  1.1    soren 
     10  1.1    soren # Console pseudo-device
     11  1.6      dsl console	"/usr/libexec/getty std.9600"	vt100	on secure
     12  1.1    soren 
     13  1.3  thorpej # "com" serial console port
     14  1.3  thorpej ttyC0	"/usr/libexec/getty std.9600"	vt100	off secure
     15  1.3  thorpej ttyC1	"/usr/libexec/getty std.9600"	vt100	off secure
     16  1.3  thorpej 
     17  1.8      tnn # Workstation console (framebuffer) ttys
     18  1.8      tnn ttyE0	"/usr/libexec/getty std.9600"	vt100	off secure
     19  1.8      tnn ttyE1	"/usr/libexec/getty std.9600"	vt100	off secure
     20  1.8      tnn ttyE2	"/usr/libexec/getty std.9600"	vt100	off secure
     21  1.8      tnn ttyE3	"/usr/libexec/getty std.9600"	vt100	off secure
     22  1.8      tnn 
     23  1.3  thorpej # "zstty" serial console port
     24  1.3  thorpej ttyZ0	"/usr/libexec/getty std.9600"	vt100	off secure
     25  1.3  thorpej ttyZ1	"/usr/libexec/getty std.9600"	vt100	off secure
     26