1993-03-21 12:45:37 +03:00
|
|
|
#
|
This should be the final part of moving to 64 PTYs by default. Added
entries for tty{r,s}{0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f} to /etc/ttys.
Thanks to Matthew Green for pointing out the need.
2000-08-12 17:43:40 +04:00
|
|
|
# $NetBSD: ttys,v 1.17 2000/08/12 13:43:43 mason Exp $
|
1995-10-09 05:25:41 +03:00
|
|
|
#
|
1993-08-23 08:59:38 +04:00
|
|
|
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
|
1993-03-21 12:45:37 +03:00
|
|
|
#
|
|
|
|
# name getty type status comments
|
|
|
|
#
|
1993-07-08 05:50:42 +04:00
|
|
|
# If the console is marked insecure, single-user requires
|
|
|
|
# the root password.
|
1999-08-26 00:37:10 +04:00
|
|
|
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
|
1999-08-26 00:53:15 +04:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|
|
|
|
# Pseudo terminals (mostly network)
|
|
|
|
#
|
1993-03-21 12:45:37 +03:00
|
|
|
ttyp0 none network
|
|
|
|
ttyp1 none network
|
|
|
|
ttyp2 none network
|
|
|
|
ttyp3 none network
|
|
|
|
ttyp4 none network
|
|
|
|
ttyp5 none network
|
|
|
|
ttyp6 none network
|
|
|
|
ttyp7 none network
|
|
|
|
ttyp8 none network
|
|
|
|
ttyp9 none network
|
|
|
|
ttypa none network
|
|
|
|
ttypb none network
|
|
|
|
ttypc none network
|
|
|
|
ttypd none network
|
|
|
|
ttype none network
|
|
|
|
ttypf none network
|
|
|
|
ttyq0 none network
|
|
|
|
ttyq1 none network
|
|
|
|
ttyq2 none network
|
|
|
|
ttyq3 none network
|
|
|
|
ttyq4 none network
|
|
|
|
ttyq5 none network
|
|
|
|
ttyq6 none network
|
|
|
|
ttyq7 none network
|
|
|
|
ttyq8 none network
|
|
|
|
ttyq9 none network
|
|
|
|
ttyqa none network
|
|
|
|
ttyqb none network
|
|
|
|
ttyqc none network
|
|
|
|
ttyqd none network
|
|
|
|
ttyqe none network
|
|
|
|
ttyqf none network
|
This should be the final part of moving to 64 PTYs by default. Added
entries for tty{r,s}{0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f} to /etc/ttys.
Thanks to Matthew Green for pointing out the need.
2000-08-12 17:43:40 +04:00
|
|
|
ttyr0 none network
|
|
|
|
ttyr1 none network
|
|
|
|
ttyr2 none network
|
|
|
|
ttyr3 none network
|
|
|
|
ttyr4 none network
|
|
|
|
ttyr5 none network
|
|
|
|
ttyr6 none network
|
|
|
|
ttyr7 none network
|
|
|
|
ttyr8 none network
|
|
|
|
ttyr9 none network
|
|
|
|
ttyra none network
|
|
|
|
ttyrb none network
|
|
|
|
ttyrc none network
|
|
|
|
ttyrd none network
|
|
|
|
ttyre none network
|
|
|
|
ttyrf none network
|
|
|
|
ttys0 none network
|
|
|
|
ttys1 none network
|
|
|
|
ttys2 none network
|
|
|
|
ttys3 none network
|
|
|
|
ttys4 none network
|
|
|
|
ttys5 none network
|
|
|
|
ttys6 none network
|
|
|
|
ttys7 none network
|
|
|
|
ttys8 none network
|
|
|
|
ttys9 none network
|
|
|
|
ttysa none network
|
|
|
|
ttysb none network
|
|
|
|
ttysc none network
|
|
|
|
ttysd none network
|
|
|
|
ttyse none network
|
|
|
|
ttysf none network
|