Removed as0 and as1 from the all case since these are obsolete (use sd0...)
authorRod Grimes <rgrimes@FreeBSD.org>
Mon, 2 Aug 1993 10:16:10 +0000 (10:16 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Mon, 2 Aug 1993 10:16:10 +0000 (10:16 +0000)
etc/etc.i386/MAKEDEV

index 2816e72..889d577 100644 (file)
@@ -97,9 +97,9 @@ case $i in
 
 all)
        sh MAKEDEV std                                          # standard
 
 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 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!
        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!