Module Name:    src
Committed By:   martin
Date:           Mon Apr 22 09:12:48 UTC 2019

Modified Files:
        src/etc/etc.mac68k: MAKEDEV.conf

Log Message:
Add a few more sd drive nodes, with SD2SCSI and similar devices, we can
fit more than four SCSI disks into a mac.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/etc/etc.mac68k/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.mac68k/MAKEDEV.conf
diff -u src/etc/etc.mac68k/MAKEDEV.conf:1.11 src/etc/etc.mac68k/MAKEDEV.conf:1.12
--- src/etc/etc.mac68k/MAKEDEV.conf:1.11	Tue Oct  4 10:55:53 2011
+++ src/etc/etc.mac68k/MAKEDEV.conf	Mon Apr 22 09:12:48 2019
@@ -1,7 +1,8 @@
-# $NetBSD: MAKEDEV.conf,v 1.11 2011/10/04 10:55:53 hauke Exp $
+# $NetBSD: MAKEDEV.conf,v 1.12 2019/04/22 09:12:48 martin Exp $
 
 all_md)
-	makedev wscons std_mac68k sd0 sd1 sd2 sd3 wd0 wd1 wd2 wd3 tty0 tty1
+	makedev wscons std_mac68k sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7
+	makedev wd0 wd1 wd2 wd3 tty0 tty1
 	makedev st0 st1 ch0 cd0 cd1 fd0 fd1
 	makedev ss0 uk0 uk1
 	makedev ttye0 adb grf0 grf1 grf2 grf3

Reply via email to