MAKEDEV: updated for grf6 and ttye6

ttys: new entry for ttye6
This commit is contained in:
veego 1996-05-19 21:03:49 +00:00
parent 1bd6f1f147
commit faf417775b
2 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.20 1996/04/13 01:02:18 veego Exp $
# $NetBSD: MAKEDEV,v 1.21 1996/05/19 21:03:49 veego Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -88,8 +88,8 @@ for i
do
case $i in
all)
sh MAKEDEV std fd st0 ttye0 ttye1 ttye2 ttye3 ttye4 ttye5 mouse0
sh MAKEDEV mouse1 tty00 ttyA0 ttyA1 grf0 grf1 grf2 grf3 grf4 grf5
sh MAKEDEV std fd st0 ttye0 ttye1 ttye2 ttye3 ttye4 ttye5 ttye6 mouse0
sh MAKEDEV mouse1 tty00 ttyA0 ttyA1 grf0 grf1 grf2 grf3 grf4 grf5 grf6
sh MAKEDEV kbd sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 vnd0 vnd1 vnd2
sh MAKEDEV vnd3 vnd4 view00 view01 view02 view03 view04 view05 pty0
sh MAKEDEV vnd5 vnd6 cd0 fd0 fd1 fd2 fd3 bpf0 bpf1 bpf2 bpf3
@ -99,8 +99,8 @@ all)
floppy)
sh MAKEDEV std kbd pty0 tty00 ttyA0 ttyA1 tun0 tun1
sh MAKEDEV grf0 grf1 grf2 grf3 grf4 grf5
sh MAKEDEV ttye0 ttye1 ttye2 ttye3 ttye4 ttye5
sh MAKEDEV grf0 grf1 grf2 grf3 grf4 grf5 grf6
sh MAKEDEV ttye0 ttye1 ttye2 ttye3 ttye4 ttye5 ttye6
sh MAKEDEV cd0 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 st0
sh MAKEDEV fd0 fd1 fd2 fd3
;;
@ -317,7 +317,7 @@ ttye*)
rm -f ttye${unit}
rm -f ite*
case $unit in
0|1|2|3|4|5)
0|1|2|3|4|5|6)
mknod ttye${unit} c 13 ${unit}
;;
*)
@ -330,7 +330,7 @@ grf*)
unit=`expr $i : 'grf\(.*\)'`
rm -f grf${unit}
case $unit in
0|1|2|3|4|5)
0|1|2|3|4|5|6)
mknod grf${unit} c 10 ${unit}; chmod 666 grf${unit}
;;
*)

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ttys,v 1.12 1996/03/02 13:58:06 veego Exp $
# $NetBSD: ttys,v 1.13 1996/05/19 21:03:55 veego Exp $
#
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
#
@ -14,6 +14,7 @@ ttye2 "/usr/libexec/getty Pc" vt220 on secure # retina
ttye3 "/usr/libexec/getty Pc" vt220 on secure # cirrus logic
ttye4 "/usr/libexec/getty Pc" vt220 on secure # a2410
ttye5 "/usr/libexec/getty Pc" vt220 on secure # CyberVision64
ttye6 "/usr/libexec/getty Pc" vt220 on secure # Domino, Merlin, oMniBus
tty00 "/usr/libexec/getty std.9600" unknown off secure # int. serial.
ttyp0 none network
ttyp1 none network