Update the various MAKEDEV's to reflect the default of 8 RAIDframe devices.
This commit is contained in:
parent
e05c355470
commit
e474b1951e
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.5 2002/01/13 14:08:48 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.6 2002/01/19 18:59:17 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -129,7 +129,7 @@ all)
|
|||
sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
|
||||
sh $0 tty0 tty1 pty0 pty1 pty2 pty3 st0 st1 ch0 cd0 cd1 vnd0 vnd1
|
||||
sh $0 ccd0 ccd1 uk0 uk1 ss0
|
||||
sh $0 raid0 raid1 raid2 raid3
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 ttyv0
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 lpa0 lpt0 tun0 tun1 tun2 ipl
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.83 2002/01/13 14:09:21 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.84 2002/01/19 18:59:17 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -136,7 +136,8 @@ all)
|
|||
sh $0 std fd sd0 sd1 sd2 sd3 sd4 pty0 pty1 pty2 pty3
|
||||
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 ld0 ld1 ld2 ld3
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 ld0 ld1 ld2 ld3
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 tun0 tun1 tun2 tun3
|
||||
sh $0 ttyB0 ttyB1 ttyC0 ttyC1 lkm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.65 2002/01/08 02:46:12 lukem Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.66 2002/01/19 18:59:17 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -136,7 +136,7 @@ all)
|
|||
sh $0 view00 view01 view02 view03 view04 view05 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 vnd0 vnd1 vnd2 vnd3 vnd4 vnd5 vnd6
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 tun0 tun1 lkm ipl random local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.11 2002/01/13 14:11:33 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.12 2002/01/19 18:59:18 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -112,7 +112,7 @@ all)
|
|||
sh $0 std fd sd0 sd1 sd2 sd3 sd4 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 tun0 tun1 tun2 tun3
|
||||
sh $0 tty00 tty01 tty02 tty03
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.66 2002/01/13 14:13:50 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.67 2002/01/19 18:59:18 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -131,7 +131,7 @@ all)
|
|||
sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
|
||||
sh $0 tty0 tty1 pty0 pty1 pty2 pty3 st0 st1 ch0 cd0 cd1 vnd0 vnd1
|
||||
sh $0 ccd0 ccd1 uk0 uk1 ss0
|
||||
sh $0 raid0 raid1 raid2 raid3
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 ttyv0
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 lpa0 lpt0 tun0 tun1 tun2 ipl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.47 2002/01/13 14:14:18 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.48 2002/01/19 18:59:18 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -133,7 +133,7 @@ all)
|
|||
sh $0 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 ss0 ch0 uk0 uk1 wd0 wd1
|
||||
sh $0 tun0 tun1 lkm ttyA0 ttyA1 ttyB0 lpt0 local
|
||||
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.22 2002/01/13 14:14:40 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.23 2002/01/19 18:59:18 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -117,7 +117,8 @@ 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 pty2 pty3 raid0 raid1 raid2 raid3
|
||||
sh $0 tty0 tty1 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.9 2002/01/13 14:15:40 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.10 2002/01/19 18:59:19 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -103,7 +103,7 @@ all)
|
|||
sh $0 std wd0 wd1 sd0 sd1 sd2 sd3 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 tun0 tun1 tun2 tun3
|
||||
sh $0 tty00 tty01 tty02 tty03
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.5 2002/01/08 02:46:13 lukem Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.6 2002/01/19 18:59:19 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -119,7 +119,7 @@ all)
|
|||
sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
|
||||
sh $0 tty0 tty1 pty0 pty1 pty2 pty3 st0 st1 ch0 cd0 cd1 vnd0 vnd1
|
||||
sh $0 ccd0 ccd1 uk0 uk1 ss0
|
||||
sh $0 raid0 raid1 raid2 raid3
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 lpa0 lpt0 tun0 tun1 tun2 ipl
|
||||
sh $0 lkm local
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.37 2002/01/13 14:17:17 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.38 2002/01/19 18:59:19 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -91,7 +91,7 @@ case $i in
|
|||
all)
|
||||
sh $0 std fd ct0 ct1 st0 st1 ccd0 ccd1 ccd2 rd0 rd1 rd2 md0 md1
|
||||
sh $0 sd0 sd1 sd2 pty0 pty1 pty2 pty3 vnd0 vnd1 vnd2 vnd3
|
||||
sh $0 raid0 raid1 raid2 raid3
|
||||
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
|
||||
sh $0 tun0 tun1 tun2 tun3 lkm ipl random
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.23 2002/01/13 14:17:49 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.24 2002/01/19 18:59:19 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -115,7 +115,8 @@ case $i in
|
|||
|
||||
all)
|
||||
sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
|
||||
sh $0 tty0 tty1 tty2 pty0 pty1 pty2 pty3 raid0 raid1 raid2 raid3
|
||||
sh $0 tty0 tty1 tty2 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 lpt0 lpt1 lpt2 tun0 tun1 ipl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.157 2002/01/14 06:18:20 deberg Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.158 2002/01/19 18:59:19 oster 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 fd wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
|
||||
sh $0 tty0 tty1 tty2 tty3 pty0 pty1 pty2 pty3
|
||||
sh $0 raid0 raid1 raid2 raid3
|
||||
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
|
||||
sh $0 lpt0 lpt1 lpt2 ttyv0 tun0 tun1 tun2 tun3 ipl
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
# from: @(#)MAKEDEV 5.2 (Berkeley) 6/22/90
|
||||
# $NetBSD: MAKEDEV,v 1.51 2002/01/13 14:20:06 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.52 2002/01/19 18:59:20 oster Exp $
|
||||
#
|
||||
###########################################################################
|
||||
#
|
||||
|
@ -94,7 +94,8 @@ case $i in
|
|||
all)
|
||||
sh $0 std fd sd0 sd1 sd2 sd3 tty0 tty1 pty0 pty1 pty2 pty3
|
||||
sh $0 st0 st1 ch0 cd0 cd1 fd0 fd1 vnd0 vnd1 vnd2 vnd3
|
||||
sh $0 ccd0 ccd1 ccd2 ccd3 md0 ss0 uk0 uk1 raid0 raid1 raid2 raid3
|
||||
sh $0 ccd0 ccd1 ccd2 ccd3 md0 ss0 uk0 uk1
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 ttye0 adb grf0 grf1 grf2 grf3
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 bpf8 bpf9 bpf10 bpf11 random
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.48 2002/01/13 14:20:59 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.49 2002/01/19 18:59:20 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -122,7 +122,8 @@ all)
|
|||
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
|
||||
sh $0 lkm nvram local raid0 raid1 raid2 raid3
|
||||
sh $0 lkm nvram local
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
|
||||
sh $0 isdn
|
||||
sh $0 pci0 pci1 pci2 pci3 pci4 pci5 pci6 pci7
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.10 2002/01/13 14:21:47 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.11 2002/01/19 18:59:20 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -85,7 +85,8 @@ 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 pty2 pty3 raid0 raid1 raid2 raid3
|
||||
sh $0 tty0 tty1 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 ccd0 ccd1 ccd2 ccd3 md0 ss0 ch0 uk0 uk1 random
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.28 2002/01/13 14:22:18 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.29 2002/01/19 18:59:20 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -88,7 +88,8 @@ all)
|
|||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 tun0 tun1
|
||||
sh $0 ccd0 ccd1 ccd2 ccd3 md0 ss0 ch0 uk0 uk1 lkm
|
||||
sh $0 ipl random local raid0 raid1 raid2 raid3
|
||||
sh $0 ipl random local
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
|
||||
sh $0 clockctl
|
||||
;;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.8 2002/01/08 02:46:14 lukem Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.9 2002/01/19 18:59:21 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -128,7 +128,7 @@ all)
|
|||
sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
|
||||
sh $0 tty0 tty1 pty0 pty1 pty2 pty3 st0 st1 ch0 cd0 cd1 vnd0 vnd1
|
||||
sh $0 ccd0 ccd1 uk0 uk1 ss0
|
||||
sh $0 raid0 raid1 raid2 raid3
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 ttyv0
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 lpa0 lpt0 tun0 tun1 tun2 ipl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.10 2002/01/13 14:22:55 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.11 2002/01/19 18:59:21 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -82,7 +82,8 @@ all)
|
|||
sh $0 std fd sd0 sd1 sd2 sd3 cd0 st0 st1
|
||||
sh $0 pty0 pty1 pty2 pty3 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 tun0 tun1 tun2 tun3
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
|
||||
sh $0 ipl raid0 raid1 raid2 raid3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.20 2002/01/13 14:23:15 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.21 2002/01/19 18:59:21 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -82,7 +82,8 @@ all)
|
|||
sh $0 std fd sd0 sd1 sd2 sd3 cd0 st0 st1
|
||||
sh $0 pty0 pty1 pty2 pty3 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 tun0 tun1 tun2 tun3
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
|
||||
sh $0 ipl raid0 raid1 raid2 raid3
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
# from: @(#)MAKEDEV 5.2 (Berkeley) 6/22/90
|
||||
# $NetBSD: MAKEDEV,v 1.20 2002/01/13 14:23:35 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.21 2002/01/19 18:59:21 oster Exp $
|
||||
#
|
||||
###########################################################################
|
||||
#
|
||||
|
@ -88,7 +88,7 @@ all)
|
|||
sh $0 std fd sd0 sd1 sd2 sd3 tty0 tty1 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 bpf8 bpf9 bpf10 bpf11 random
|
||||
sh $0 tun0 tun1 tun2 tun3 lkm ipl local
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.32 2002/01/13 14:24:17 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.33 2002/01/19 18:59:22 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -87,7 +87,8 @@ all)
|
|||
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
|
||||
sh $0 se0 se1 se2 se3 random raid0 raid1 raid2 raid3
|
||||
sh $0 se0 se1 se2 se3 random
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
|
||||
sh $0 local
|
||||
sh $0 clockctl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.44 2002/01/13 14:27:09 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.45 2002/01/19 18:59:22 oster Exp $
|
||||
#
|
||||
# from: @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
|
||||
#
|
||||
|
@ -62,7 +62,7 @@ case $i in
|
|||
|
||||
all)
|
||||
sh $0 minimal fd
|
||||
sh $0 raid0 raid1 raid2 raid3
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 pty0 pty1 pty2 pty3 vnd0 vnd1 vnd2 vnd3 ccd0 ccd1 ccd2 ccd3
|
||||
sh $0 tun0 tun1 tun2 tun3
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.15 2002/01/13 14:27:48 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.16 2002/01/19 18:59:22 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -112,7 +112,8 @@ case $i in
|
|||
|
||||
all)
|
||||
sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
|
||||
sh $0 tty0 tty1 pty0 pty1 pty2 pty3 raid0 raid1 raid2 raid3
|
||||
sh $0 tty0 tty1 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.10 2002/01/13 14:28:10 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.11 2002/01/19 18:59:22 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -110,7 +110,8 @@ 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 pty2 pty3 raid0 raid1 raid2 raid3
|
||||
sh $0 tty0 tty1 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.13 2002/01/13 14:28:32 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.14 2002/01/19 18:59:22 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -113,7 +113,7 @@ all)
|
|||
sh $0 std wd0 wd1 sd0 sd1 sd2 sd3 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh $0 tun0 tun1 tun2 tun3
|
||||
sh $0 ttyC0 ttyC1 ttyC2 ttyC3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.67 2002/01/13 14:29:00 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.68 2002/01/19 18:59:23 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -109,7 +109,8 @@ all)
|
|||
sh -$- $0 audio0 audio1 audio2 audio3
|
||||
sh -$- $0 pty0 pty1 pty2 pty3 vnd0 vnd1 vnd2 vnd3 audio
|
||||
sh -$- $0 tun0 tun1 tun2 tun3
|
||||
sh -$- $0 ccd0 ccd1 ccd2 ccd3 raid0 raid1 raid2 raid3
|
||||
sh -$- $0 ccd0 ccd1 ccd2 ccd3
|
||||
sh -$- $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh -$- $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh -$- $0 bwtwo0 cgthree0 cgsix0 tcx0
|
||||
sh -$- $0 bwtwo1 cgthree1 cgsix1 tcx1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.26 2002/01/13 14:29:25 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.27 2002/01/19 18:59:23 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -108,7 +108,8 @@ all)
|
|||
sh -$- $0 audio0 audio1 audio2 audio3
|
||||
sh -$- $0 pty0 pty1 pty2 pty3 vnd0 vnd1 vnd2 vnd3 audio
|
||||
sh -$- $0 tun0 tun1 tun2 tun3
|
||||
sh -$- $0 ccd0 ccd1 ccd2 ccd3 raid0 raid1 raid2 raid3
|
||||
sh -$- $0 ccd0 ccd1 ccd2 ccd3
|
||||
sh -$- $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh -$- $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
sh -$- $0 bwtwo0 cgtwo0 cgthree0 cgfour0 cgsix0
|
||||
sh -$- $0 cgeight0 tcx0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.4 2002/01/13 14:29:45 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.5 2002/01/19 18:59:23 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -93,7 +93,7 @@ case $arg in
|
|||
all)
|
||||
sh $0 std pty0 pty1 pty2 pty3
|
||||
sh $0 bwtwo0 cgtwo0
|
||||
sh $0 raid0 raid1 raid2 raid3
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 sd0 sd1 sd2 sd3 sd4 sd5 sd6
|
||||
sh $0 cd0 cd1 st0 st1 st2 md0 md1
|
||||
sh $0 xd0 xd1 xd2 xd3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.35 2002/01/13 14:30:01 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.36 2002/01/19 18:59:23 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -94,7 +94,7 @@ case $arg in
|
|||
all)
|
||||
sh $0 std fd pty0 pty1 pty2 pty3
|
||||
sh $0 bwtwo0 cgtwo0 cgfour0
|
||||
sh $0 raid0 raid1 raid2 raid3
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 sd0 sd1 sd2 sd3 sd4 sd5 sd6
|
||||
sh $0 cd0 cd1 st0 st1 st2 fd0 md0 md1
|
||||
sh $0 xd0 xd1 xd2 xd3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.39 2002/01/13 14:30:28 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.40 2002/01/19 18:59:24 oster Exp $
|
||||
#
|
||||
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
|
||||
#
|
||||
|
@ -80,7 +80,8 @@ all)
|
|||
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
|
||||
sh $0 dz0 dl0 dhu0 rx0 rx1 raid0 raid1 raid2 raid3 md0 md1
|
||||
sh $0 dz0 dl0 dhu0 rx0 rx1 md0 md1
|
||||
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
|
||||
sh $0 clockctl
|
||||
;;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.8 2002/01/13 14:30:46 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.9 2002/01/19 18:59:24 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -108,7 +108,8 @@ case $i in
|
|||
|
||||
all)
|
||||
sh $0 std fd wt0 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
|
||||
sh $0 tty0 tty1 pty0 pty1 pty2 pty3 raid0 raid1 raid2 raid3
|
||||
sh $0 tty0 tty1 pty0 pty1 pty2 pty3
|
||||
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
|
||||
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.39 2002/01/13 14:31:44 manu Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.40 2002/01/19 18:59:24 oster Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -116,7 +116,7 @@ all)
|
|||
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 pty2 pty3
|
||||
sh $0 raid0 raid1 raid2 raid3
|
||||
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
|
||||
sh $0 ccd0 ccd1 ccd2 ccd3 tun0 tun1 par0 lkm ipl
|
||||
|
|
Loading…
Reference in New Issue