don't prevent pty6 from creating ttyv*, since there's no custom console on ttyv

This commit is contained in:
lukem 2001-05-10 01:03:03 +00:00
parent b3a31a74db
commit 4a8c7c2fed
3 changed files with 6 additions and 12 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh - #!/bin/sh -
# #
# $NetBSD: MAKEDEV,v 1.15 2001/01/08 22:26:26 martin Exp $ # $NetBSD: MAKEDEV,v 1.16 2001/05/10 01:03:03 lukem Exp $
# #
# Copyright (c) 1990 The Regents of the University of California. # Copyright (c) 1990 The Regents of the University of California.
# All rights reserved. # All rights reserved.
@ -400,9 +400,7 @@ pty*)
3) name=s;; 3) name=s;;
4) name=t;; 4) name=t;;
5) name=u;; 5) name=u;;
6) name=v 6) name=v;;
echo "$0: $i: pty unit conflicts with console ttyv* devices."
continue;;
7) name=w;; 7) name=w;;
8) name=x;; 8) name=x;;
9) name=y;; 9) name=y;;

View File

@ -1,6 +1,6 @@
#!/bin/sh - #!/bin/sh -
# #
# $NetBSD: MAKEDEV,v 1.2 2001/01/21 18:35:55 uch Exp $ # $NetBSD: MAKEDEV,v 1.3 2001/05/10 01:03:03 lukem Exp $
# #
# Copyright (c) 1990 The Regents of the University of California. # Copyright (c) 1990 The Regents of the University of California.
# All rights reserved. # All rights reserved.
@ -251,9 +251,7 @@ pty*)
3) name=s;; 3) name=s;;
4) name=t;; 4) name=t;;
5) name=u;; 5) name=u;;
6) name=v 6) name=v;;
echo "$0: $i: pty unit conflicts with console ttyv* devices."
continue;;
7) name=w;; 7) name=w;;
8) name=x;; 8) name=x;;
9) name=y;; 9) name=y;;

View File

@ -1,6 +1,6 @@
#!/bin/sh - #!/bin/sh -
# #
# $NetBSD: MAKEDEV,v 1.37 2001/04/06 09:39:29 wiz Exp $ # $NetBSD: MAKEDEV,v 1.38 2001/05/10 01:03:04 lukem Exp $
# #
# Copyright (c) 1990 The Regents of the University of California. # Copyright (c) 1990 The Regents of the University of California.
# All rights reserved. # All rights reserved.
@ -423,9 +423,7 @@ pty*)
3) name=s;; 3) name=s;;
4) name=t;; 4) name=t;;
5) name=u;; 5) name=u;;
6) name=v 6) name=v;;
echo "$0: $i: pty unit conflicts with console ttyv* devices."
continue;;
7) name=w;; 7) name=w;;
8) name=x;; 8) name=x;;
9) name=y;; 9) name=y;;