Fix minor mistake made while increasing number of pty devices: where we had

"pty0 pty1 pty2 pty3" before, for a total of 64 device nodes, we now want
just "pty0" for a total of 62 -- the original commit had "pty0 pty1" for a
total of 124, which ate too many inodes and made "ls /dev" a bit messy.
This commit is contained in:
tls 2002-02-02 20:58:43 +00:00
parent 97db5a818c
commit 59b84cdaa8
38 changed files with 76 additions and 76 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.8 2002/02/02 07:04:44 tls Exp $
# $NetBSD: MAKEDEV,v 1.9 2002/02/02 20:58:43 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -128,7 +128,7 @@ case $i in
all)
sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
sh $0 tty0 tty1 pty0 pty1 st0 st1 ch0 cd0 cd1 vnd0 vnd1
sh $0 tty0 tty1 pty0 st0 st1 ch0 cd0 cd1 vnd0 vnd1
sh $0 ccd0 ccd1 uk0 uk1 ss0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 ttyv0

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.86 2002/02/02 07:04:45 tls Exp $
# $NetBSD: MAKEDEV,v 1.87 2002/02/02 20:58:44 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -134,7 +134,7 @@ do
case $i in
all)
sh $0 std wscons fd sd0 sd1 sd2 sd3 sd4 pty0 pty1
sh $0 std wscons fd sd0 sd1 sd2 sd3 sd4 pty0
sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 vnd2 vnd3
sh $0 ccd0 ccd1 ccd2 ccd3 md0 md1 ss0 ss1 uk0 uk1
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.68 2002/02/02 07:04:45 tls Exp $
# $NetBSD: MAKEDEV,v 1.69 2002/02/02 20:58:44 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -134,7 +134,7 @@ all)
sh $0 tty00 ttyA0 ttyA1
sh $0 ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 ttyB6 ttyB7
sh $0 ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5 ttyC6 ttyC7
sh $0 view00 view01 view02 view03 view04 view05 pty0 pty1
sh $0 view00 view01 view02 view03 view04 view05 pty0
sh $0 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 st0 wd0 wd1
sh $0 ss0 ch0 uk0 uk1 ccd0 ccd1 ccd2 ccd3 md0 md1
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.14 2002/02/02 07:04:46 tls Exp $
# $NetBSD: MAKEDEV,v 1.15 2002/02/02 20:58:44 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -110,7 +110,7 @@ do
case $i in
all)
sh $0 wscons std fd sd0 sd1 sd2 sd3 sd4 pty0 pty1
sh $0 wscons std fd sd0 sd1 sd2 sd3 sd4 pty0
sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 vnd2 vnd3
sh $0 ccd0 ccd1 ccd2 ccd3 md0 md1 ss0 ss1 uk0 uk1
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.14 2002/02/02 07:04:46 tls Exp $
# $NetBSD: MAKEDEV,v 1.15 2002/02/02 20:58:45 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -96,7 +96,7 @@ do
case $i in
all)
sh $0 std wscons fd pty0 pty1
sh $0 std wscons fd pty0
sh $0 vnd0 vnd1 vnd2 vnd3
sh $0 ccd0 ccd1 ccd2 ccd3 md0 md1
sh $0 wd0 wd1 sd0 sd1

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.69 2002/02/02 07:04:46 tls Exp $
# $NetBSD: MAKEDEV,v 1.70 2002/02/02 20:58:45 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -130,7 +130,7 @@ case $i in
all)
sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
sh $0 tty0 tty1 pty0 pty1 st0 st1 ch0 cd0 cd1 vnd0 vnd1
sh $0 tty0 tty1 pty0 st0 st1 ch0 cd0 cd1 vnd0 vnd1
sh $0 ccd0 ccd1 uk0 uk1 ss0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 ttyv0

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.49 2002/02/02 07:04:47 tls Exp $
# $NetBSD: MAKEDEV,v 1.50 2002/02/02 20:58:45 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -131,7 +131,7 @@ all)
sh $0 grf2 grf3 grf4 grf5 mouse0 mouse1 rtc random etvme leo0
sh $0 kbd sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 vnd0 vnd1 vnd2
sh $0 vnd3 vnd4 view00 view01 view02 view03 view04 view05
sh $0 pty0 pty1
sh $0 pty0
sh $0 vnd5 vnd6 cd0 fd0 fd1 fd2 fd3 bpf0 bpf1 bpf2 bpf3 ipl
sh $0 ccd0 ccd1 ccd2 ccd3
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.24 2002/02/02 07:04:47 tls Exp $
# $NetBSD: MAKEDEV,v 1.25 2002/02/02 20:58:46 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -118,7 +118,7 @@ case $i in
all)
sh $0 std fd wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
sh $0 tty0 tty1 pty0 pty1
sh $0 tty0 tty1 pty0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 lpa0 lpa1 lpa2
sh $0 lpt0 lpt1 lpt2 ttyv0 tun0 tun1 ipl

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.11 2002/02/02 07:04:47 tls Exp $
# $NetBSD: MAKEDEV,v 1.12 2002/02/02 20:58:46 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -101,7 +101,7 @@ do
case $i in
all)
sh $0 std wd0 wd1 sd0 sd1 sd2 sd3 pty0 pty1
sh $0 std wd0 wd1 sd0 sd1 sd2 sd3 pty0
sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 vnd2 vnd3
sh $0 ccd0 ccd1 ccd2 ccd3 md0 md1 ss0 ss1 uk0 uk1
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.9 2002/02/02 07:04:48 tls Exp $
# $NetBSD: MAKEDEV,v 1.10 2002/02/02 20:58:46 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -97,7 +97,7 @@ all)
ramdisk)
sh $0 std md0
sh $0 scif0 sci0 pty0
sh $0 scif0 sci0 opty
sh $0 ttyE0 ttyEcfg wsmouse0 wskbd0 bpf0 bpf1 bpf2 bpf3 tun0 tun1 ipl
;;

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.8 2002/02/02 07:04:48 tls Exp $
# $NetBSD: MAKEDEV,v 1.9 2002/02/02 20:58:46 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -118,7 +118,7 @@ case $i in
all)
sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
sh $0 tty0 tty1 pty0 pty1 st0 st1 ch0 cd0 cd1 vnd0 vnd1
sh $0 tty0 tty1 pty0 st0 st1 ch0 cd0 cd1 vnd0 vnd1
sh $0 ccd0 ccd1 uk0 uk1 ss0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.40 2002/02/02 07:04:49 tls Exp $
# $NetBSD: MAKEDEV,v 1.41 2002/02/02 20:58:46 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -92,7 +92,7 @@ case $i in
all)
sh $0 std fd ct0 ct1 st0 st1 ccd0 ccd1 ccd2 rd0 rd1 rd2 md0 md1
# sh $0 wscons # should be after 'std'
sh $0 sd0 sd1 sd2 pty0 pty1 vnd0 vnd1 vnd2 vnd3
sh $0 sd0 sd1 sd2 pty0 vnd0 vnd1 vnd2 vnd3
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 hil grf0 ite0 dca0 dcm0 dcm1 dcm2 dcm3 apci0
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.26 2002/02/02 07:04:49 tls Exp $
# $NetBSD: MAKEDEV,v 1.27 2002/02/02 20:58:47 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -116,7 +116,7 @@ case $i in
all)
sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
sh $0 tty0 tty1 tty2 pty0 pty1
sh $0 tty0 tty1 tty2 pty0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.10 2002/02/02 07:04:49 tls Exp $
# $NetBSD: MAKEDEV,v 1.11 2002/02/02 20:58:47 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -90,7 +90,7 @@ case $i in
all)
sh $0 std wscons fd wd0 wd1 sd0 sd1
sh $0 tty0 tty1 tty2 pty0 pty1
sh $0 tty0 tty1 tty2 pty0
sh $0 bpf0
sh $0 md0 random
sh $0 scsibus0

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.162 2002/02/02 05:57:47 tls Exp $
# $NetBSD: MAKEDEV,v 1.163 2002/02/02 20:58:47 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -165,7 +165,7 @@ case $i in
all)
sh $0 std wscons fd wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
sh $0 tty0 tty1 tty2 tty3 pty0 pty1
sh $0 tty0 tty1 tty2 tty3 pty0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 st0 st1 ch0 cd0 cd1 mcd0 vnd0 vnd1 lpa0 lpa1 lpa2
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.11 2002/02/02 07:04:50 tls Exp $
# $NetBSD: MAKEDEV,v 1.12 2002/02/02 20:58:48 tls Exp $
#
# Device "make" file. Valid arguments:
# std standard devices
@ -43,7 +43,7 @@ case $i in
all)
sh -$- $0 std ttya sd0 st0 md0
sh -$- $0 pty0 pty1 bpf0 bpf1 lkm ipl
sh -$- $0 pty0 bpf0 bpf1 lkm ipl
sh -$- $0 wskbd wsmouse ttyE0 ttyEcfg
sh -$- $0 scsibus0
sh -$- $0 clockctl

View File

@ -20,7 +20,7 @@
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
# from: @(#)MAKEDEV 5.2 (Berkeley) 6/22/90
# $NetBSD: MAKEDEV,v 1.54 2002/02/02 07:04:50 tls Exp $
# $NetBSD: MAKEDEV,v 1.55 2002/02/02 20:58:48 tls Exp $
#
###########################################################################
#
@ -93,7 +93,7 @@ do
case $i in
all)
sh $0 std wscons fd sd0 sd1 sd2 sd3 tty0 tty1 pty0 pty1
sh $0 std wscons fd sd0 sd1 sd2 sd3 tty0 tty1 pty0
sh $0 st0 st1 ch0 cd0 cd1 fd0 fd1 vnd0 vnd1 vnd2 vnd3
sh $0 ccd0 ccd1 ccd2 ccd3 md0 ss0 uk0 uk1
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.51 2002/02/02 07:04:50 tls Exp $
# $NetBSD: MAKEDEV,v 1.52 2002/02/02 20:58:48 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -119,7 +119,7 @@ case $i in
all)
sh $0 std wscons fd sd0 sd1 sd2 st0 st1 cd0 cd1 wd0 wd1 md0
sh $0 ss0 ch0 uk0 uk1 vnd0 vnd1 ccd0 ccd1 ccd2 ccd3
sh $0 random tty00 tty01 tty10 pty0 pty1 adb grf0
sh $0 random tty00 tty01 tty10 pty0 adb grf0
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
sh $0 tun0 tun1 ipl usbs ttyCZ0 ttyCY0 audio openfirm
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.8 2002/02/02 07:04:51 tls Exp $
# $NetBSD: MAKEDEV,v 1.9 2002/02/02 20:58:48 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -81,7 +81,7 @@ case $i in
all)
sh $0 std sd0 sd1 sd2 sd3 cd0 st0 st1
sh $0 pty0 pty1 tty0 tty1
sh $0 pty0 tty0 tty1
sh $0 vnd0 vnd1 vnd2 vnd3 ccd0 ccd1 ccd2 ccd3 md0 md1
sh $0 tun0 tun1 tun2 tun3 raid0 raid1 raid2 raid3
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.12 2002/02/02 07:04:51 tls Exp $
# $NetBSD: MAKEDEV,v 1.13 2002/02/02 20:58:49 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -86,7 +86,7 @@ case $i in
all)
sh $0 std fd wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
sh $0 tty0 tty1 pty0 pty1
sh $0 tty0 tty1 pty0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 st0 st1 ch0 cd0 cd1 mcd0 vnd0 vnd1 lpa0 lpa1 lpa2
sh $0 lpt0 lpt1 lpt2 bpf0 bpf1 bpf2 bpf3 tun0 tun1 ipl

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.30 2002/02/02 07:04:51 tls Exp $
# $NetBSD: MAKEDEV,v 1.31 2002/02/02 20:58:49 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -83,7 +83,7 @@ do
case $i in
all)
sh $0 std fd sd0 sd1 sd2 pty0 pty1
sh $0 std fd sd0 sd1 sd2 pty0
sh $0 ttyZ1 ttyZ2 ttyZ3 ttyC1 ttyC2 ttyC3
sh $0 st0 st1 ch0 cd0 cd1 lpa0 lpt0 vnd0 vnd1
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.11 2002/02/02 07:04:51 tls Exp $
# $NetBSD: MAKEDEV,v 1.12 2002/02/02 20:58:49 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -127,7 +127,7 @@ case $i in
all)
sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
sh $0 tty0 tty1 pty0 pty1 st0 st1 ch0 cd0 cd1 vnd0 vnd1
sh $0 tty0 tty1 pty0 st0 st1 ch0 cd0 cd1 vnd0 vnd1
sh $0 ccd0 ccd1 uk0 uk1 ss0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 ttyv0

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.12 2002/02/02 07:04:52 tls Exp $
# $NetBSD: MAKEDEV,v 1.13 2002/02/02 20:58:49 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -81,7 +81,7 @@ case $i in
all)
sh $0 std fd sd0 sd1 sd2 sd3 cd0 st0 st1
sh $0 pty0 pty1 tty0 tty1
sh $0 pty0 tty0 tty1
sh $0 vnd0 vnd1 vnd2 vnd3 ccd0 ccd1 ccd2 ccd3 md0 md1
sh $0 tun0 tun1 tun2 tun3
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.23 2002/02/02 07:04:52 tls Exp $
# $NetBSD: MAKEDEV,v 1.24 2002/02/02 20:58:50 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -81,7 +81,7 @@ case $i in
all)
sh $0 std wscons fd sd0 sd1 sd2 sd3 cd0 st0 st1
sh $0 pty0 pty1 tty0 tty1
sh $0 pty0 tty0 tty1
sh $0 vnd0 vnd1 vnd2 vnd3 ccd0 ccd1 ccd2 ccd3 md0 md1
sh $0 tun0 tun1 tun2 tun3
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -20,7 +20,7 @@
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
# from: @(#)MAKEDEV 5.2 (Berkeley) 6/22/90
# $NetBSD: MAKEDEV,v 1.23 2002/02/02 07:04:52 tls Exp $
# $NetBSD: MAKEDEV,v 1.24 2002/02/02 20:58:50 tls Exp $
#
###########################################################################
#
@ -86,7 +86,7 @@ do
case $i in
all)
sh $0 std wscons fd sd0 sd1 sd2 sd3 tty0 tty1 pty0 pty1
sh $0 std wscons fd sd0 sd1 sd2 sd3 tty0 tty1 pty0
sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 vnd2 vnd3
sh $0 ccd0 ccd1 ccd2 ccd3 md0 ss0 uk0 uk1
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.34 2002/02/02 07:04:53 tls Exp $
# $NetBSD: MAKEDEV,v 1.35 2002/02/02 20:58:50 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -84,7 +84,7 @@ case $i in
all)
sh $0 std fd sd0 sd1 sd2 sd3 st0 st1 cd0 cd1
sh $0 tty0 tty1 tty2 tty3 tty4 tty5 tty6 tty7
sh $0 pty0 pty1 vnd0 vnd1
sh $0 pty0 vnd0 vnd1
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
sh $0 tun0 tun1 tun2 lkm ipl ccd0 ccd1 ccd2
sh $0 ccd3 md0 ss0 ch0 uk0 uk1 lpt0 lpt1 rtc

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.5 2002/02/02 07:04:53 tls Exp $
# $NetBSD: MAKEDEV,v 1.6 2002/02/02 20:58:51 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -77,7 +77,7 @@ case $i in
all)
sh $0 std wscons fd wd0 wd1
sh $0 pty0 pty1
sh $0 pty0
sh $0 bpf0 bpf1 bpf2 bpf3
sh $0 vnd0 vnd1 vnd2 vnd3
sh $0 random

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.46 2002/02/02 07:04:53 tls Exp $
# $NetBSD: MAKEDEV,v 1.47 2002/02/02 20:58:51 tls Exp $
#
# from: @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@ -64,7 +64,7 @@ case $i in
all)
sh $0 minimal fd
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 pty0 pty1 vnd0 vnd1 vnd2 vnd3 ccd0 ccd1 ccd2 ccd3
sh $0 pty0 vnd0 vnd1 vnd2 vnd3 ccd0 ccd1 ccd2 ccd3
sh $0 tun0 tun1 tun2 tun3
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
sh $0 fb0 fb1 fb2

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.18 2002/02/02 07:04:54 tls Exp $
# $NetBSD: MAKEDEV,v 1.19 2002/02/02 20:58:51 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -113,7 +113,7 @@ case $i in
all)
sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
sh $0 tty0 tty1 pty0 pty1
sh $0 tty0 tty1 pty0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1
sh $0 lpt0 lpt1 lpt2 ttyv0 tun0 tun1 ipl

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.12 2002/02/02 07:04:54 tls Exp $
# $NetBSD: MAKEDEV,v 1.13 2002/02/02 20:58:52 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -111,7 +111,7 @@ case $i in
all)
sh $0 std fd wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
sh $0 tty0 tty1 pty0 pty1
sh $0 tty0 tty1 pty0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 lpa0 lpa1 lpa2
sh $0 lpt0 lpt1 lpt2 tun0 tun1 ipl

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.15 2002/02/02 07:04:54 tls Exp $
# $NetBSD: MAKEDEV,v 1.16 2002/02/02 20:58:52 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -111,7 +111,7 @@ do
case $i in
all)
sh $0 std wd0 wd1 sd0 sd1 sd2 sd3 pty0 pty1
sh $0 std wd0 wd1 sd0 sd1 sd2 sd3 pty0
sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 vnd2 vnd3
sh $0 ccd0 ccd1 ccd2 ccd3 md0 md1 ss0 ss1 uk0 uk1
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.69 2002/02/02 07:04:55 tls Exp $
# $NetBSD: MAKEDEV,v 1.70 2002/02/02 20:58:52 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -108,7 +108,7 @@ all)
sh -$- $0 fd sd0 sd1 sd2 sd3 sd4 xd0 xd1 xd2 xd3 xy0 xy1 xy2 xy3
sh -$- $0 cd0 st0 st1 fd0 md0 md1
sh -$- $0 audio0 audio1 audio2 audio3
sh -$- $0 pty0 pty1 vnd0 vnd1 vnd2 vnd3 audio
sh -$- $0 pty0 vnd0 vnd1 vnd2 vnd3 audio
sh -$- $0 tun0 tun1 tun2 tun3
sh -$- $0 ccd0 ccd1 ccd2 ccd3
sh -$- $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.29 2002/02/02 07:04:55 tls Exp $
# $NetBSD: MAKEDEV,v 1.30 2002/02/02 20:58:53 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -110,7 +110,7 @@ all)
sh -$- $0 fd sd0 sd1 sd2 sd3 sd4 ss0 ch0 uk0 uk1
sh -$- $0 wd0 wd1 wd2 wd3 cd0 st0 st1 fd0 md0 md1
sh -$- $0 audio0 audio1 audio2 audio3
sh -$- $0 pty0 pty1 vnd0 vnd1 vnd2 vnd3 audio
sh -$- $0 pty0 vnd0 vnd1 vnd2 vnd3 audio
sh -$- $0 tun0 tun1 tun2 tun3
sh -$- $0 ccd0 ccd1 ccd2 ccd3
sh -$- $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.6 2002/02/02 07:04:56 tls Exp $
# $NetBSD: MAKEDEV,v 1.7 2002/02/02 20:58:53 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -92,7 +92,7 @@ unit=`expr $arg : '[a-z][a-z]*\([0-9][0-9]*\)'`
case $arg in
all)
sh $0 std pty0 pty1
sh $0 std pty0
sh $0 bwtwo0 cgtwo0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 sd0 sd1 sd2 sd3 sd4 sd5 sd6

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.37 2002/02/02 07:04:56 tls Exp $
# $NetBSD: MAKEDEV,v 1.38 2002/02/02 20:58:53 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -93,7 +93,7 @@ unit=`expr $arg : '[a-z][a-z]*\([0-9][0-9]*\)'`
case $arg in
all)
sh $0 std fd pty0 pty1
sh $0 std fd pty0
sh $0 bwtwo0 cgtwo0 cgfour0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 sd0 sd1 sd2 sd3 sd4 sd5 sd6

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.42 2002/02/02 11:23:16 ragge Exp $
# $NetBSD: MAKEDEV,v 1.43 2002/02/02 20:58:53 tls Exp $
#
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@ -77,7 +77,7 @@ do
case $i in
all)
sh $0 std fd vnd0 ccd0 pty0 pty1 lkm random
sh $0 std fd vnd0 ccd0 pty0 lkm random
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
sh $0 mt0 mt1 ts0 ts1 st0 st1 uk0 ss0 cd0 vt0
sh $0 ra0 ra1 ra2 ra3 hp0 hp1 hp2 hp3 sd0 sd1 sd2 sd3 rd0 rd1 rd2

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.10 2002/02/02 07:04:57 tls Exp $
# $NetBSD: MAKEDEV,v 1.11 2002/02/02 20:58:53 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -109,7 +109,7 @@ case $i in
all)
sh $0 std fd wt0 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
sh $0 tty0 tty1 pty0 pty1
sh $0 tty0 tty1 pty0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 lpa0 lpa1 lpa2
sh $0 lpt0 lpt1 lpt2 tun0 tun1 ipl

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.41 2002/02/02 07:04:57 tls Exp $
# $NetBSD: MAKEDEV,v 1.42 2002/02/02 20:58:54 tls Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -116,7 +116,7 @@ all)
sh $0 std fd st0 st1 ttye0 ttye1 mouse0 mouse1
sh $0 tty00 tty01 tty02 tty03 com0 com1 grf0 grf1 kbd
sh $0 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7
sh $0 vnd0 vnd1 vnd2 vnd3 vnd4 vnd5 vnd6 pty0 pty1
sh $0 vnd0 vnd1 vnd2 vnd3 vnd4 vnd5 vnd6 pty0
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 cd0 ss0 fd0 fd1 fd2 fd3
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7