Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sandpoint/ramdisk - have wd[23] and raid[01] device ...



details:   https://anonhg.NetBSD.org/src/rev/d1c609fb43f1
branches:  trunk
changeset: 779224:d1c609fb43f1
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Fri May 11 21:22:10 2012 +0000

description:
- have wd[23] and raid[01] device nodes for 4 drive NAS models.
- let sysinst to have atactl(8), dkctl(8) and raidctl(8).

diffstat:

 distrib/sandpoint/ramdisk/Makefile |  4 ++--
 distrib/sandpoint/ramdisk/list     |  5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r 70307b4df21d -r d1c609fb43f1 distrib/sandpoint/ramdisk/Makefile
--- a/distrib/sandpoint/ramdisk/Makefile        Fri May 11 21:12:34 2012 +0000
+++ b/distrib/sandpoint/ramdisk/Makefile        Fri May 11 21:22:10 2012 +0000
@@ -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 @@
 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 \
diff -r 70307b4df21d -r d1c609fb43f1 distrib/sandpoint/ramdisk/list
--- a/distrib/sandpoint/ramdisk/list    Fri May 11 21:12:34 2012 +0000
+++ b/distrib/sandpoint/ramdisk/list    Fri May 11 21:22:10 2012 +0000
@@ -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/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_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



Home | Main Index | Thread Index | Old Index