Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.i386 pcvt is gone and therefore ttyv[1-7] as well.



details:   https://anonhg.NetBSD.org/src/rev/0b1251d97565
branches:  trunk
changeset: 487678:0b1251d97565
user:      veego <veego%NetBSD.org@localhost>
date:      Sun Jun 11 09:13:51 2000 +0000

description:
pcvt is gone and therefore ttyv[1-7] as well.

diffstat:

 etc/etc.i386/MAKEDEV |  17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

diffs (54 lines):

diff -r e2f5a045fb6b -r 0b1251d97565 etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV      Sun Jun 11 07:54:32 2000 +0000
+++ b/etc/etc.i386/MAKEDEV      Sun Jun 11 09:13:51 2000 +0000
@@ -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 @@
        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 @@
        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 @@
        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;;



Home | Main Index | Thread Index | Old Index