Module Name: src
Committed By: nisimura
Date: Fri May 11 21:22:10 UTC 2012
Modified Files:
src/distrib/sandpoint/ramdisk: Makefile list
Log Message:
- have wd[23] and raid[01] device nodes for 4 drive NAS models.
- let sysinst to have atactl(8), dkctl(8) and raidctl(8).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/sandpoint/ramdisk/Makefile
cvs rdiff -u -r1.10 -r1.11 src/distrib/sandpoint/ramdisk/list
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sandpoint/ramdisk/Makefile
diff -u src/distrib/sandpoint/ramdisk/Makefile:1.8 src/distrib/sandpoint/ramdisk/Makefile:1.9
--- src/distrib/sandpoint/ramdisk/Makefile:1.8 Fri May 13 19:14:17 2011
+++ src/distrib/sandpoint/ramdisk/Makefile Fri May 11 21:22:10 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/05/13 19:14:17 phx Exp $
+# $NetBSD: Makefile,v 1.9 2012/05/11 21:22:10 nisimura Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -15,7 +15,7 @@ CRUNCHGEN_FLAGS=-d "${DBG}"
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= be
-MAKEDEVTARGETS= std md0 wd0 wd1 sd0 cd0 pty0 satmgr
+MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 sd0 cd0 pty0 satmgr raid0 raid1
IMAGEDEPENDS= ${CRUNCHBIN} \
dot.profile \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
Index: src/distrib/sandpoint/ramdisk/list
diff -u src/distrib/sandpoint/ramdisk/list:1.10 src/distrib/sandpoint/ramdisk/list:1.11
--- src/distrib/sandpoint/ramdisk/list:1.10 Fri Jan 14 10:26:35 2011
+++ src/distrib/sandpoint/ramdisk/list Fri May 11 21:22:10 2012
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.10 2011/01/14 10:26:35 tsutsui Exp $
+# $NetBSD: list,v 1.11 2012/05/11 21:22:10 nisimura Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@@ -22,8 +22,10 @@ PROG bin/sh
PROG bin/stty
PROG bin/sync
+PROG sbin/atactl
PROG sbin/chown bin/chgrp
PROG sbin/disklabel
+PROG sbin/dkctl
PROG sbin/dmesg
PROG sbin/fsck
PROG sbin/fsck_ffs
@@ -37,6 +39,7 @@ PROG sbin/mount_msdos
PROG sbin/mount_nfs
PROG sbin/newfs sbin/mount_mfs
PROG sbin/ping
+PROG sbin/raidctl
PROG sbin/reboot sbin/halt
PROG sbin/restore sbin/rrestore
PROG sbin/route