64 lines
2.5 KiB
Plaintext
64 lines
2.5 KiB
Plaintext
#
|
|
# $NetBSD: ttys,v 1.22 2004/06/20 21:30:26 christos Exp $
|
|
#
|
|
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
|
|
#
|
|
# name getty type status comments
|
|
#
|
|
# If the console is marked insecure, single-user requires
|
|
# the root password.
|
|
console "/usr/libexec/getty Pc" vt220 on secure
|
|
ttye0 "/usr/libexec/getty Pc" vt220 off secure # custom chips
|
|
ttye1 "/usr/libexec/getty Pc" vt220 off secure # retina
|
|
ttye2 "/usr/libexec/getty Pc" vt220 off secure # retina
|
|
ttye3 "/usr/libexec/getty Pc" vt220 off secure # cirrus logic
|
|
ttye4 "/usr/libexec/getty Pc" vt220 off secure # a2410
|
|
ttye5 "/usr/libexec/getty Pc" vt220 off secure # CyberVision64
|
|
ttye6 "/usr/libexec/getty Pc" vt220 off secure # Domino, Merlin, oMniBus
|
|
ttye7 "/usr/libexec/getty Pc" vt220 off secure # CyberVision64/3D
|
|
#
|
|
# wscons virtual terminals:
|
|
#
|
|
ttyE0 "/usr/libexec/getty Pc" vt220 off secure
|
|
ttyE1 "/usr/libexec/getty Pc" vt220 off secure
|
|
ttyE2 "/usr/libexec/getty Pc" vt220 off secure
|
|
ttyE3 "/usr/libexec/getty Pc" vt220 off secure
|
|
#
|
|
# Amiga internal serial port:
|
|
#
|
|
tty00 "/usr/libexec/getty std.9600" unknown off secure
|
|
#
|
|
# first A2232
|
|
#
|
|
ttyA0 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyA1 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyA2 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyA3 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyA4 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyA5 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyA6 "/usr/libexec/getty std.9600" unknown off secure
|
|
#
|
|
# MFC serials
|
|
#
|
|
ttyB0 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyB1 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyB2 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyB3 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyB4 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyB5 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyB6 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyB7 "/usr/libexec/getty std.9600" unknown off secure
|
|
#
|
|
# com style ports (DraCo, HyperCom, etc.)
|
|
#
|
|
ttyC0 "/usr/libexec/getty std.9600" unknown off secure # DraCo: modem port
|
|
ttyC1 "/usr/libexec/getty std.9600" unknown off secure # DraCo: mouse port
|
|
ttyC2 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyC3 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyC4 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyC5 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyC6 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyC7 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyC8 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyC9 "/usr/libexec/getty std.9600" unknown off secure
|