Move 'wscons' to directly after 'std'. Various MAKEDEVs had it pretty much

at the end, and as wscons (actually ttyE0) is required to login on the console,
it is probably better that an out of space MAKEDEV fail on some other device.
This commit is contained in:
abs 2002-01-21 16:19:17 +00:00
parent c48a08886b
commit b537fda1d5
19 changed files with 48 additions and 56 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.6 2002/01/19 18:59:17 oster Exp $
# $NetBSD: MAKEDEV,v 1.7 2002/01/21 16:19:17 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -126,7 +126,7 @@ do
case $i in
all)
sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
sh $0 std wscons 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 raid4 raid5 raid6 raid7
@ -134,7 +134,7 @@ all)
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
sh $0 lpa0 lpt0 tun0 tun1 tun2 ipl
sh $0 beep lkm qms0 pms0 local
sh $0 usbs wscons isdn
sh $0 usbs isdn
sh $0 mouse-qms0 random openfirm
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
sh $0 scsibus0 scsibus1 scsibus2 scsibus3

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.84 2002/01/19 18:59:17 oster Exp $
# $NetBSD: MAKEDEV,v 1.85 2002/01/21 16:19:18 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -133,7 +133,7 @@ do
case $i in
all)
sh $0 std fd sd0 sd1 sd2 sd3 sd4 pty0 pty1 pty2 pty3
sh $0 std wscons 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 raid4 raid5 raid6 raid7
@ -145,7 +145,7 @@ all)
sh $0 audio0 audio1 audio2 audio3
sh $0 random satlink0 speaker mlx0 local
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
sh $0 usbs wscons isdn
sh $0 usbs isdn
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
sh $0 ttyCZ0 ttyCY0
sh $0 agp0

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.66 2002/01/19 18:59:17 oster Exp $
# $NetBSD: MAKEDEV,v 1.67 2002/01/21 16:19:19 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -126,7 +126,7 @@ for i
do
case $i in
all)
sh $0 std fd fd0 fd1 fd2 fd3 kbd mouse0 mouse1 par0
sh $0 std wscons fd fd0 fd1 fd2 fd3 kbd mouse0 mouse1 par0
sh $0 lpt0 lpt1 lpt2 lpt3
sh $0 ttye0 ttye1 ttye2 ttye3 ttye4 ttye5 ttye6 ttye7
sh $0 grf0 grf1 grf2 grf3 grf4 grf5 grf6 grf7
@ -143,7 +143,6 @@ all)
sh $0 audio0 audio1 audio2 audio3
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
sh $0 isdn
sh $0 wscons
;;
floppy)

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.12 2002/01/19 18:59:18 oster Exp $
# $NetBSD: MAKEDEV,v 1.13 2002/01/21 16:19:19 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -109,7 +109,7 @@ do
case $i in
all)
sh $0 std fd sd0 sd1 sd2 sd3 sd4 pty0 pty1 pty2 pty3
sh $0 wscons 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 raid4 raid5 raid6 raid7
@ -120,7 +120,7 @@ all)
sh $0 ttyC0 pms0 joy0
sh $0 random local
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
sh $0 wscons isdn
sh $0 isdn
sh $0 clockctl
;;

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.12 2002/01/13 14:12:11 manu Exp $
# $NetBSD: MAKEDEV,v 1.13 2002/01/21 16:19:19 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -95,12 +95,11 @@ do
case $i in
all)
sh $0 std fd pty0 pty1 pty2 pty3
sh $0 std wscons fd pty0 pty1 pty2 pty3
sh $0 vnd0 vnd1 vnd2 vnd3
sh $0 ccd0 ccd1 ccd2 ccd3 md0 md1
sh $0 wd0 wd1 sd0 sd1
sh $0 wskbd0 wsmouse0
sh $0 wscons
sh $0 com0 lpt0 arcpp0
sh $0 clockctl
;;

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.67 2002/01/19 18:59:18 oster Exp $
# $NetBSD: MAKEDEV,v 1.68 2002/01/21 16:19:19 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -128,7 +128,7 @@ do
case $i in
all)
sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
sh $0 std wscons 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 raid4 raid5 raid6 raid7
@ -136,7 +136,7 @@ all)
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
sh $0 lpa0 lpt0 tun0 tun1 tun2 ipl
sh $0 beep lkm qms0 pms0 local
sh $0 usbs wscons isdn
sh $0 usbs isdn
sh $0 mouse-qms0 random openfirm
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
sh $0 scsibus0 scsibus1 scsibus2 scsibus3

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.7 2002/01/13 14:16:21 manu Exp $
# $NetBSD: MAKEDEV,v 1.8 2002/01/21 16:19:20 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -85,12 +85,12 @@ do
case $i in
all)
sh $0 std fd gdrom0 maple
sh $0 std wscons fd gdrom0 maple
sh $0 scif0 sci0 pty0 pty1
sh $0 vnd0 vnd1
sh $0 ttyE0 ttyEcfg wsmouse0 wskbd0 bpf0 bpf1 bpf2 bpf3 tun0 tun1 ipl
sh $0 ccd0 ccd1 ccd2 ccd3 md0 random
sh $0 wscons lkm audio local
sh $0 lkm audio local
sh $0 clockctl
;;

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.6 2002/01/19 18:59:19 oster Exp $
# $NetBSD: MAKEDEV,v 1.7 2002/01/21 16:19:20 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -116,14 +116,14 @@ do
case $i in
all)
sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
sh $0 std wscons 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 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
sh $0 usbs wscons isdn
sh $0 usbs isdn
sh $0 random
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
sh $0 scsibus0 scsibus1 scsibus2 scsibus3

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.38 2002/01/19 18:59:19 oster Exp $
# $NetBSD: MAKEDEV,v 1.39 2002/01/21 16:19:21 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -90,6 +90,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 pty2 pty3 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
@ -97,7 +98,6 @@ all)
sh $0 tun0 tun1 tun2 tun3 lkm ipl random
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
sh $0 local
# sh $0 wscons
sh $0 clockctl
;;

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.24 2002/01/19 18:59:19 oster Exp $
# $NetBSD: MAKEDEV,v 1.25 2002/01/21 16:19:21 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -114,7 +114,7 @@ do
case $i in
all)
sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
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
@ -123,7 +123,6 @@ all)
sh $0 ccd0 ccd1 ccd2 ccd3 md0 ss0 ch0 uk0 uk1 random
sh $0 usbs isdn
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
sh $0 wscons
sh $0 ttyTX0 ttyTX1 ucbsnd
# sh $0 local
sh $0 clockctl

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.8 2002/01/13 14:18:16 manu Exp $
# $NetBSD: MAKEDEV,v 1.9 2002/01/21 16:19:21 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -88,12 +88,11 @@ do
case $i in
all)
sh $0 std fd wd0 wd1 sd0 sd1
sh $0 std wscons fd wd0 wd1 sd0 sd1
sh $0 tty0 tty1 tty2 pty0 pty1 pty2 pty3
sh $0 bpf0
sh $0 md0 random
sh $0 scsibus0
sh $0 wscons
# sh $0 local
sh $0 clockctl
;;

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.158 2002/01/19 18:59:19 oster Exp $
# $NetBSD: MAKEDEV,v 1.159 2002/01/21 16:19:21 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -163,7 +163,7 @@ do
case $i in
all)
sh $0 std fd wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
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 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
@ -178,7 +178,6 @@ all)
sh $0 isdn
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
sh $0 wscons
sh $0 ld0 ld1 ld2 ld3
sh $0 sysmon
sh $0 bktr

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.52 2002/01/19 18:59:20 oster Exp $
# $NetBSD: MAKEDEV,v 1.53 2002/01/21 16:19:22 abs Exp $
#
###########################################################################
#
@ -92,7 +92,7 @@ do
case $i in
all)
sh $0 std fd sd0 sd1 sd2 sd3 tty0 tty1 pty0 pty1 pty2 pty3
sh $0 std wscons 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
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
@ -101,7 +101,6 @@ all)
sh $0 bpf8 bpf9 bpf10 bpf11 random
sh $0 tun0 tun1 tun2 tun3 asc0 lkm ipl local
sh $0 scsibus0 scsibus1 scsibus2 scsibus3 cfs0
sh $0 wscons
sh $0 clockctl
;;

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.49 2002/01/19 18:59:20 oster Exp $
# $NetBSD: MAKEDEV,v 1.50 2002/01/21 16:19:22 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -116,9 +116,9 @@ do
case $i in
all)
sh $0 std fd sd0 sd1 sd2 st0 st1 cd0 cd1 wd0 wd1 md0
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 pty2 pty3 adb grf0 wscons
sh $0 random tty00 tty01 tty10 pty0 pty1 pty2 pty3 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.9 2002/01/19 18:59:21 oster Exp $
# $NetBSD: MAKEDEV,v 1.10 2002/01/21 16:19:22 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -125,7 +125,7 @@ do
case $i in
all)
sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
sh $0 std wscons 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 raid4 raid5 raid6 raid7
@ -133,7 +133,7 @@ all)
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
sh $0 lpa0 lpt0 tun0 tun1 tun2 ipl
sh $0 beep lkm qms0 pms0 local
sh $0 usbs wscons isdn
sh $0 usbs isdn
sh $0 mouse-qms0 random openfirm
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
sh $0 scsibus0 scsibus1 scsibus2 scsibus3

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.21 2002/01/19 18:59:21 oster Exp $
# $NetBSD: MAKEDEV,v 1.22 2002/01/21 16:19:23 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -79,7 +79,7 @@ do
case $i in
all)
sh $0 std fd sd0 sd1 sd2 sd3 cd0 st0 st1
sh $0 std wscons 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
@ -87,7 +87,7 @@ all)
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
sh $0 ipl raid0 raid1 raid2 raid3
sh $0 lkm random wscons local
sh $0 lkm random local
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.21 2002/01/19 18:59:21 oster Exp $
# $NetBSD: MAKEDEV,v 1.22 2002/01/21 16:19:23 abs Exp $
#
###########################################################################
#
@ -85,7 +85,7 @@ do
case $i in
all)
sh $0 std fd sd0 sd1 sd2 sd3 tty0 tty1 pty0 pty1 pty2 pty3
sh $0 std wscons 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 raid4 raid5 raid6 raid7
@ -93,7 +93,6 @@ all)
sh $0 bpf8 bpf9 bpf10 bpf11 random
sh $0 tun0 tun1 tun2 tun3 lkm ipl local
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
sh $0 wscons
sh $0 clockctl
;;

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.3 2002/01/13 14:26:39 manu Exp $
# $NetBSD: MAKEDEV,v 1.4 2002/01/21 16:19:23 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -75,8 +75,7 @@ do
case $i in
all)
sh $0 std fd wd0 wd1
sh $0 wscons
sh $0 std wscons fd wd0 wd1
sh $0 pty0 pty1 pty2 pty3
sh $0 bpf0 bpf1 bpf2 bpf3
sh $0 vnd0 vnd1 vnd2 vnd3

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.16 2002/01/19 18:59:22 oster Exp $
# $NetBSD: MAKEDEV,v 1.17 2002/01/21 16:19:24 abs 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 fd fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
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
@ -123,7 +123,7 @@ all)
sh $0 ttyv0 ttyCY0
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
sh $0 wscons isdn
sh $0 isdn
sh $0 pci0 pci1 pci2 pci3 pci4 pci5 pci6 pci7
sh $0 clockctl
;;