Removed as0 and as1 from the all case since these are obsolete (use sd0...)

This commit is contained in:
Rodney W. Grimes 1993-08-02 10:16:10 +00:00
parent 67c386d827
commit 9f12b7bf9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225
2 changed files with 4 additions and 4 deletions

View File

@ -97,9 +97,9 @@ case $i in
all)
sh MAKEDEV std # standard
sh MAKEDEV wd0 wd1 fd0 fd1 wt0 sd0 sd1 as0 as1 st0 cd0 # bdev
sh MAKEDEV wd0 wd1 fd0 fd1 wt0 sd0 sd1 st0 cd0 # bdev
sh MAKEDEV pty0 tty0 tty1 tty2 tty3 pc0 lpt0 lpt1 lpt2 # cdev
sh MAKEDEV ch0 tw0 bpf0 dcf0 lpa0 lpa1 lpa2 # cdev
sh MAKEDEV ch0 tw0 bpf0 dcf0 lpa0 lpa1 lpa2 # cdev
sh MAKEDEV speaker mse0 sio0 sio1 sio2 sio3 # cdev
# NOTE: co0 and vty04 is not done by a sh MAKEDEV all, rgrimes
# these are for codrv and interfear with other stuff!

View File

@ -97,9 +97,9 @@ case $i in
all)
sh MAKEDEV std # standard
sh MAKEDEV wd0 wd1 fd0 fd1 wt0 sd0 sd1 as0 as1 st0 cd0 # bdev
sh MAKEDEV wd0 wd1 fd0 fd1 wt0 sd0 sd1 st0 cd0 # bdev
sh MAKEDEV pty0 tty0 tty1 tty2 tty3 pc0 lpt0 lpt1 lpt2 # cdev
sh MAKEDEV ch0 tw0 bpf0 dcf0 lpa0 lpa1 lpa2 # cdev
sh MAKEDEV ch0 tw0 bpf0 dcf0 lpa0 lpa1 lpa2 # cdev
sh MAKEDEV speaker mse0 sio0 sio1 sio2 sio3 # cdev
# NOTE: co0 and vty04 is not done by a sh MAKEDEV all, rgrimes
# these are for codrv and interfear with other stuff!