Module Name: src
Committed By: jdc
Date: Mon Oct 7 10:50:37 UTC 2013
Modified Files:
src/sbin/raidctl: raidctl.8
src/share/man/man8/man8.sandpoint: altboot.8
Log Message:
Belatedly note root on RAIDframe support for sandpoint.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sbin/raidctl/raidctl.8
cvs rdiff -u -r1.9 -r1.10 src/share/man/man8/man8.sandpoint/altboot.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/raidctl/raidctl.8
diff -u src/sbin/raidctl/raidctl.8:1.65 src/sbin/raidctl/raidctl.8:1.66
--- src/sbin/raidctl/raidctl.8:1.65 Fri Sep 20 06:43:57 2013
+++ src/sbin/raidctl/raidctl.8 Mon Oct 7 10:50:37 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: raidctl.8,v 1.65 2013/09/20 06:43:57 tron Exp $
+.\" $NetBSD: raidctl.8,v 1.66 2013/10/07 10:50:37 jdc Exp $
.\"
.\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -53,7 +53,7 @@
.\" any improvements or extensions that they make and grant Carnegie the
.\" rights to redistribute these changes.
.\"
-.Dd January 27, 2010
+.Dd October 7, 2013
.Dt RAIDCTL 8
.Os
.Sh NAME
@@ -173,7 +173,7 @@ All components of the set must be of typ
.Dv RAID
in the disklabel.
Note that only certain architectures
-.Pq currently alpha, amd64, i386, pmax, sparc, sparc64, and vax
+.Pq currently alpha, amd64, i386, pmax, sandpoint, sparc, sparc64, and vax
support booting a kernel directly from a RAID set.
.It Fl B Ar dev
Initiate a copyback of reconstructed data from a spare disk to
@@ -1270,7 +1270,7 @@ arguments.
.Pp
Note that kernels can only be directly read from RAID 1 components on
architectures that support that
-.Pq currently alpha, i386, pmax, sparc, sparc64, and vax .
+.Pq currently alpha, i386, pmax, sandpoint, sparc, sparc64, and vax .
On those architectures, the
.Dv FS_RAID
file system is recognized by the bootblocks, and will properly load the
Index: src/share/man/man8/man8.sandpoint/altboot.8
diff -u src/share/man/man8/man8.sandpoint/altboot.8:1.9 src/share/man/man8/man8.sandpoint/altboot.8:1.10
--- src/share/man/man8/man8.sandpoint/altboot.8:1.9 Thu Nov 29 11:34:33 2012
+++ src/share/man/man8/man8.sandpoint/altboot.8 Mon Oct 7 10:50:37 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: altboot.8,v 1.9 2012/11/29 11:34:33 wiz Exp $
+.\" $NetBSD: altboot.8,v 1.10 2013/10/07 10:50:37 jdc Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd November 29, 2012
+.Dd October 7, 2013
.Dt ALTBOOT 8 sandpoint
.Os
.Sh NAME
@@ -218,6 +218,10 @@ start address of the
image in memory.
.El
.Pp
+.Nm
+can boot from RAID 1 partitions, but only if the RAID partition is the
+first partition on the disk.
+.Pp
.Tn U-Boot/PPCBoot
provides a way to run a short list of commands right after power-on.
The following is a procedure to setup the system for starting
@@ -269,6 +273,7 @@ Example:
.Xr dhcpd 8 ,
.Xr diskless 8 ,
.Xr nfsd 8 ,
+.Xr raidctl 8 ,
.Xr tftpd 8
.Sh HISTORY
The