pcvt is gone and therefore ttyv[1-7] as well.
This commit is contained in:
parent
d53a63dfff
commit
a32605d17c
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.117 2000/06/09 17:58:29 wrstuden Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.118 2000/06/11 09:13:51 veego Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -56,8 +56,7 @@
|
|||
# ca* Compaq array disk devices
|
||||
#
|
||||
# Console ports:
|
||||
# ttyv0 pccons or pcvt screen 0
|
||||
# ttyv* pcvt
|
||||
# ttyv0 pccons
|
||||
# ttyE* wscons
|
||||
#
|
||||
# Pointing devices:
|
||||
|
@ -143,7 +142,6 @@ all)
|
|||
sh $0 ccd0 ccd1 ccd2 ccd3 md0 ss0 ch0 uk0 uk1 random
|
||||
sh $0 speaker lkm mms0 lms0 pms0 joy0 joy1 apm local satlink0
|
||||
sh $0 audio
|
||||
sh $0 ttyv0 ttyv1 ttyv2 ttyv3 ttyv4 ttyv5 ttyv6 ttyv7
|
||||
sh $0 usbs
|
||||
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
|
||||
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
|
||||
|
@ -272,11 +270,10 @@ ugen*)
|
|||
done
|
||||
;;
|
||||
|
||||
ttyv*)
|
||||
chr=12; unit=${i#ttyv}
|
||||
rm -f ttyv$unit
|
||||
mknod ttyv$unit c $chr $unit
|
||||
chown root.wheel ttyv$unit
|
||||
ttyv0)
|
||||
rm -f ttyv0
|
||||
mknod ttyv0 c 12 0
|
||||
chown root.wheel ttyv0
|
||||
;;
|
||||
|
||||
wscons)
|
||||
|
@ -464,7 +461,7 @@ pty*)
|
|||
4) name=t;;
|
||||
5) name=u;;
|
||||
6) name=v
|
||||
echo "$0: $i: pty unit conflicts with console ttyv* devices."
|
||||
echo "$0: $i: pty unit conflicts with console ttyv0 device."
|
||||
continue;;
|
||||
7) name=w;;
|
||||
8) name=x;;
|
||||
|
|
Loading…
Reference in New Issue