summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-09-01 12:24:57 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-09-01 12:24:57 +0000
commit4c5c3513705048f47fd6cfe80c8ee17760b78d2f (patch)
tree60df64b82c93e99cc04cba9de7439d20a26767a5
parent206bc62d92933322e9b04c272da96a6506071f26 (diff)
no more sparc;
-rw-r--r--share/man/man4/com.47
-rw-r--r--share/man/man4/ddb.49
-rw-r--r--share/man/man4/fdc.48
-rw-r--r--share/man/man4/pcmcia.410
-rw-r--r--share/man/man4/sbus.44
-rw-r--r--share/man/man4/wscons.46
-rw-r--r--share/man/man4/wsdisplay.46
7 files changed, 18 insertions, 32 deletions
diff --git a/share/man/man4/com.4 b/share/man/man4/com.4
index e6c7473151f..7662bc9a2a4 100644
--- a/share/man/man4/com.4
+++ b/share/man/man4/com.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: com.4,v 1.37 2016/08/10 14:27:16 deraadt Exp $
+.\" $OpenBSD: com.4,v 1.38 2016/09/01 12:24:56 jmc Exp $
.\" $NetBSD: com.4,v 1.5 1996/03/16 00:07:08 thorpej Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
@@ -33,7 +33,7 @@
.\"
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
.\"
-.Dd $Mdocdate: August 10 2016 $
+.Dd $Mdocdate: September 1 2016 $
.Dt COM 4
.Os
.Sh NAME
@@ -89,9 +89,6 @@
.Cd "com0 at obio? addr 0x04500 ivec 9"
.Cd "com1 at obio? addr 0x04600 ivec 10"
.Pp
-.Cd "# sparc"
-.Cd "com* at obio? " Pq "built-in modem on SPARCbook"
-.Pp
.Cd "# sparc64"
.Cd "com* at asio?"
.Cd "com* at ebus?"
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 0a1f60cf6c9..0d8e80c50af 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ddb.4,v 1.81 2016/03/10 08:56:46 jmc Exp $
+.\" $OpenBSD: ddb.4,v 1.82 2016/09/01 12:24:56 jmc Exp $
.\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $
.\"
.\" Mach Operating System
@@ -25,7 +25,7 @@
.\" any improvements or extensions that they make and grant Carnegie Mellon
.\" the rights to redistribute these changes.
.\"
-.Dd $Mdocdate: March 10 2016 $
+.Dd $Mdocdate: September 1 2016 $
.Dt DDB 4
.Os
.Sh NAME
@@ -1037,11 +1037,6 @@ Display the switch and trap frames.
Display the TLB.
.El
.Pp
-sparc:
-.Bl -tag -width "searchframe [addr]" -compact
-.It Ic proc Ar ??
-.El
-.Pp
sparc64:
.Bl -tag -width "searchframe [addr]" -compact
.It Ic ctx
diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4
index caa72906c29..d0d78fe4b66 100644
--- a/share/man/man4/fdc.4
+++ b/share/man/man4/fdc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fdc.4,v 1.15 2007/05/31 19:19:50 jmc Exp $
+.\" $OpenBSD: fdc.4,v 1.16 2016/09/01 12:24:56 jmc Exp $
.\" $NetBSD: fdc.4,v 1.6 1996/03/22 01:55:14 andrew Exp $
.\"
.\" Copyright (c) 1996 Andrew C. Wheadon
@@ -31,7 +31,7 @@
.\"
.\" @(#)fdc.4 8.1 (Berkeley) 3/22/96
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 1 2016 $
.Dt FDC 4
.Os
.Sh NAME
@@ -39,8 +39,6 @@
.Nd NEC765 compatible floppy disk driver
.Sh SYNOPSIS
.Cd "fdc0 at isa? port 0x3f0 irq 6 drq 2 " Pq alpha, amd64, i386
-.Cd "fdc0 at mainbus0 " Pq sun4c sparc
-.Cd "fdc0 at obio0 " Pq sun4m sparc
.Cd "fdc* at sbus? " Pq sparc64
.\" .Cd "fdc* at ebus? " Pq sparc64
.Cd "fd* at fdc? flags 0x00"
@@ -52,7 +50,7 @@ These include standard IDE, MFM, RLL,
EIDE, ESDI and SCSI controllers with floppy attachment,
commonly encountered on many isa bus machines,
as well as the on-board floppy controller found on most
-sparc and UltraSPARC workstations.
+UltraSPARC workstations.
.Pp
The standard names of a floppy drive will take the form
.Pa /dev/fd{0,1,2,3}{,B,C,D,E,F,G,H}[a-p] .
diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4
index 211ec2a6258..1f5cf3ab8ae 100644
--- a/share/man/man4/pcmcia.4
+++ b/share/man/man4/pcmcia.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pcmcia.4,v 1.61 2015/11/21 08:04:20 jmc Exp $
+.\" $OpenBSD: pcmcia.4,v 1.62 2016/09/01 12:24:56 jmc Exp $
.\" $NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -25,7 +25,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 21 2015 $
+.Dd $Mdocdate: September 1 2016 $
.Dt PCMCIA 4
.Os
.Sh NAME
@@ -49,11 +49,7 @@
.Cd "pcic* at cbus?"
.Cd "pcmcia* at pcic?"
.Pp
-.Cd "# sparc"
-.Cd "tslot* at sbus?"
-.Cd "pcmcia* at tslot?"
-.Pp
-.Cd "# sparc/sparc64"
+.Cd "# sparc64"
.Cd "stp* at sbus?"
.Cd "pcmcia* at stp?"
.Pp
diff --git a/share/man/man4/sbus.4 b/share/man/man4/sbus.4
index 37a50f1c557..0fe775343de 100644
--- a/share/man/man4/sbus.4
+++ b/share/man/man4/sbus.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sbus.4,v 1.50 2016/09/01 10:53:35 jmc Exp $
+.\" $OpenBSD: sbus.4,v 1.51 2016/09/01 12:24:56 jmc Exp $
.\" $NetBSD: sbus.4,v 1.5 2002/01/21 17:54:10 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
.Sh DESCRIPTION
These
.Nm
-attachments are specific to the sparc and sparc64 ports.
+attachments are specific to the sparc64 port.
.Pp
.Nm
is an I/O interconnect bus mostly found in
diff --git a/share/man/man4/wscons.4 b/share/man/man4/wscons.4
index ae1290ba724..361cd9de259 100644
--- a/share/man/man4/wscons.4
+++ b/share/man/man4/wscons.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wscons.4,v 1.21 2016/04/24 17:31:33 matthieu Exp $
+.\" $OpenBSD: wscons.4,v 1.22 2016/09/01 12:24:56 jmc Exp $
.\" $NetBSD: wscons.4,v 1.11 2000/04/13 11:14:42 is Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -25,7 +25,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 24 2016 $
+.Dd $Mdocdate: September 1 2016 $
.Dt WSCONS 4
.Os
.Sh NAME
@@ -90,7 +90,7 @@ do not work.
.It sun
The
.Dq sun
-console emulation is available by default on sparc and sparc64 architectures,
+console emulation is available by default on the sparc64 architecture,
or if
.Cd option WSEMUL_SUN
was specified at kernel build time.
diff --git a/share/man/man4/wsdisplay.4 b/share/man/man4/wsdisplay.4
index f70af5620da..9422215469c 100644
--- a/share/man/man4/wsdisplay.4
+++ b/share/man/man4/wsdisplay.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wsdisplay.4,v 1.50 2016/04/24 17:31:33 matthieu Exp $
+.\" $OpenBSD: wsdisplay.4,v 1.51 2016/09/01 12:24:56 jmc Exp $
.\" $NetBSD: wsdisplay.4,v 1.5 2000/05/13 15:22:19 mycroft Exp $
.\"
.\" Copyright (c) 2005, Miodrag Vallat.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 24 2016 $
+.Dd $Mdocdate: September 1 2016 $
.Dt WSDISPLAY 4
.Os
.Sh NAME
@@ -561,7 +561,7 @@ Available terminal emulations are:
.Bl -tag -width 5n
.It sun
Sun terminal emulation.
-This is the default on sparc and sparc64 architectures.
+This is the default on the sparc64 architecture.
.It vt100
Dec VT100 terminal emulation, with some VT220 features.
This is the default on all other architectures.