Add entries for generic console (gc*) and QDSS screen (qc* qnd qd*).

This commit is contained in:
ragge 1998-03-20 18:23:57 +00:00
parent 975f8de47c
commit 9727ea1870
1 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.15 1998/02/08 14:15:18 ragge Exp $
# $NetBSD: MAKEDEV,v 1.16 1998/03/20 18:23:57 ragge Exp $
#
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@ -67,7 +67,7 @@ do
case $i in
all)
sh $0 std fd vnd0 ccd0 pty0 pty1 lkm random
sh $0 std fd vnd0 ccd0 pty0 pty1 lkm random gc0
sh $0 mt0 mt1 ts0 ts1 st0 st1 uk0 ss0 cd0
sh $0 ra0 ra1 ra2 ra3 hp0 hp1 hp2 hp3 sd0 sd1 sd2 sd3 rd0 rd1 rd2
sh $0 dz0 dl0 dhu0 rx0 rx1
@ -462,6 +462,19 @@ bpf*)
chown root.wheel bpf$unit
;;
qd*)
unit=${i#qd}
rm -f qd$unit
mknod qc$unit c 40 $(($unit * 4))
mknod qd$unit c 40 $(($unit * 4 + 2))
;;
gc*)
unit=${i#gc}
rm -f gc$unit
mknod gc$unit c 25 $unit
;;
tun*)
unit=${i#tun}
rm -f tun$unit