summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2014-11-26 22:30:47 +0000
committerstsp <stsp@openbsd.org>2014-11-26 22:30:47 +0000
commitbb8490e56b2b549091a73dd0a6aa467ee72a0987 (patch)
tree0bccf8d60a4fe1dbbbc6391aac76160087f6cb95
parentSimplify the mparse_open()/mparse_wait() interface. (diff)
downloadwireguard-openbsd-bb8490e56b2b549091a73dd0a6aa467ee72a0987.tar.xz
wireguard-openbsd-bb8490e56b2b549091a73dd0a6aa467ee72a0987.zip
Manual page updates for sparc64 softraid boot support.
-rw-r--r--share/man/man4/softraid.46
-rw-r--r--share/man/man8/man8.sparc64/boot_sparc64.830
2 files changed, 31 insertions, 5 deletions
diff --git a/share/man/man4/softraid.4 b/share/man/man4/softraid.4
index 340ef56fe83..34d95bd69eb 100644
--- a/share/man/man4/softraid.4
+++ b/share/man/man4/softraid.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: softraid.4,v 1.36 2014/02/08 17:05:15 chris Exp $
+.\" $OpenBSD: softraid.4,v 1.37 2014/11/26 22:30:47 stsp Exp $
.\"
.\" Copyright (c) 2007 Todd T. Fries <todd@OpenBSD.org>
.\" Copyright (c) 2007 Marco Peereboom <marco@OpenBSD.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 8 2014 $
+.Dd $Mdocdate: November 26 2014 $
.Dt SOFTRAID 4
.Os
.Sh NAME
@@ -107,7 +107,7 @@ in the boot storage area of the
.Nm
volume.
Boot support is currently limited to the CRYPTO and RAID 1 disciplines
-on amd64 and i386 platforms.
+on amd64, i386, and sparc64 platforms.
At the
.Xr boot 8
prompt, softraid volumes have names beginning with
diff --git a/share/man/man8/man8.sparc64/boot_sparc64.8 b/share/man/man8/man8.sparc64/boot_sparc64.8
index 0fa017ac8b2..d7e4e700d1c 100644
--- a/share/man/man8/man8.sparc64/boot_sparc64.8
+++ b/share/man/man8/man8.sparc64/boot_sparc64.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_sparc64.8,v 1.13 2010/01/03 16:43:46 schwarze Exp $
+.\" $OpenBSD: boot_sparc64.8,v 1.14 2014/11/26 22:30:47 stsp Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)boot_sparc.8 8.2 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: January 3 2010 $
+.Dd $Mdocdate: November 26 2014 $
.Dt BOOT_SPARC64 8 sparc64
.Os
.Sh NAME
@@ -80,6 +80,29 @@ To reset this variable to its default, empty, value, type the following:
set-default
.Em boot-file
.Pp
+To boot from a
+.Xr softraid 4
+volume by default,
+.Em boot-device
+must be set to a disk device hosting a chunk of the softraid volume:
+.Pp
+.Em \ ok
+setenv
+.Em boot-device
+disk0
+.Pp
+and
+.Em boot-file
+must contain the
+.Pq Dq sr
+device name of the softraid volume and optionally a partition letter
+and/or kernel:
+.Pp
+.Em \ ok
+setenv
+.Em boot-file
+sr0a:/bsd
+.Pp
Autoboot is enabled by setting the
.Em auto-boot?\&
variable to
@@ -142,9 +165,12 @@ secondary bootstrap (usually also installed as
.Pa /ofwboot )
.It Pa /usr/mdec/ofwboot.net
network bootstrap
+.It Pa /usr/mdec/ofwbootfd
+floppy disk bootstrap
.El
.Sh SEE ALSO
.Xr ddb 4 ,
+.Xr softraid 4 ,
.Xr boot_config 8 ,
.Xr halt 8 ,
.Xr init 8 ,