create additional disk devices in ramdisk image.
authorrahnds <rahnds@openbsd.org>
Fri, 18 Apr 1997 20:25:07 +0000 (20:25 +0000)
committerrahnds <rahnds@openbsd.org>
Fri, 18 Apr 1997 20:25:07 +0000 (20:25 +0000)
necessary to access cdrom and other devices (currently show up as disks)

etc/etc.powerpc/MAKEDEV

index 0271c19..cc7b2b4 100644 (file)
@@ -82,7 +82,7 @@ all)
 
 raminst)
        sh MAKEDEV std
-       sh MAKEDEV sd0 sd1 sd2 sd3 st0 st1 cd0 cd1
+       sh MAKEDEV sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 st0 st1 cd0 cd1
        sh MAKEDEV rd0
        sh MAKEDEV tty00 tty01 pty0
        ;;