NetBSD/etc/etc.pmax/ttys
jonathan f6cf10401f Changes to pmax MAKEDEV and /dev/ttys:
* Remove old MAKEDEV code for scc and dc that tried to map tty0 and
   tty01 to whichever major/minor were the two comm ports.
 * Use /dev/tty[abcd] for the scc driver,  in linearly increasing
   minor-number order.   (cf. NetBSD/sparc),
 * Use /dev/ttyD[0123] for the dc705 (DZ11 clone) driver, in linearly
   increasing minor-number order. (cf. NetBSD/vax).
 * Add the above entires to the pmax /etc/ttys.

While we're here, fix wrong major for tun, and comment out unsupported devices.
Addresses PRs pmax/4007, pmax/4330, pmax/4367.
1997-10-30 04:18:27 +00:00

68 lines
2.0 KiB
Plaintext

# $NetBSD: ttys,v 1.3 1997/10/30 04:18:27 jonathan Exp $
#
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
#
# name getty type status comments
#
console "/usr/libexec/getty std.9600" unknown on secure
#
# ttys for ioasic machines with scc serial ports
#
ttya "/usr/libexec/getty std.9600" unknown off secure "2nd comm port"
ttyb "/usr/libexec/getty std.9600" unknown off secure "mouse"
ttyc "/usr/libexec/getty std.9600" unknown off secure "1st comm port"
ttyd "/usr/libexec/getty std.9600" unknown off secure "keyboard"
#
# ttys for 5000/200, 3100, 2100 with dz-11 clone serial ports
#
ttyD0 "/usr/libexec/getty std.9600" unknown off secure "mouse"
ttyD1 "/usr/libexec/getty std.9600" unknown off secure "keyboard"
ttyD2 "/usr/libexec/getty std.9600" unknown off secure "1st comm port"
ttyD3 "/usr/libexec/getty std.9600" unknown off secure "2nd comm port"
#
# ttys for historical compatiblity (Qbus decsystems?)
#
tty00 "/usr/libexec/getty std.9600" unknown off secure
tty01 "/usr/libexec/getty std.9600" unknown off secure
tty02 "/usr/libexec/getty std.9600" unknown off secure
tty03 "/usr/libexec/getty std.9600" unknown off secure
tty04 "/usr/libexec/getty std.9600" unknown off secure
tty05 "/usr/libexec/getty std.9600" unknown off secure
tty06 "/usr/libexec/getty std.9600" unknown off secure
tty07 "/usr/libexec/getty std.9600" unknown off secure
#
# pseudo-terminals
#
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