summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Willem Klok <gwk@cvs.openbsd.org>2006-10-12 21:21:52 +0000
committerGordon Willem Klok <gwk@cvs.openbsd.org>2006-10-12 21:21:52 +0000
commitd25d04022dd36b4c9ca2d2886b2887bb598ef9eb (patch)
treefbfe7c430561c1ac924791a3e9b50fe2c04535af
parent8a9fe8c4f26fb2396c8f30568c0ae1ec5e8230f7 (diff)
Add manpages for mace and mesh, document them in macobio.4.
ok jmc
-rw-r--r--share/man/man4/man4.macppc/macobio.46
-rw-r--r--share/man/man4/man4.macppc/mc.467
-rw-r--r--share/man/man4/man4.macppc/mesh.450
3 files changed, 122 insertions, 1 deletions
diff --git a/share/man/man4/man4.macppc/macobio.4 b/share/man/man4/man4.macppc/macobio.4
index fa35e5d1a76..34f6253a8dd 100644
--- a/share/man/man4/man4.macppc/macobio.4
+++ b/share/man/man4/man4.macppc/macobio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: macobio.4,v 1.7 2006/09/14 13:56:16 jmc Exp $
+.\" $OpenBSD: macobio.4,v 1.8 2006/10/12 21:21:51 gwk Exp $
.\"
.\" Copyright (c) 2003 Dale Rahn.
.\" All rights reserved.
@@ -51,8 +51,12 @@ Apple awacs audio device
Apple BMAC Ethernet device
.It Xr daca 4
Apple daca audio device
+.It Xr mc 4
+Am79C940 (MACE) on-board Ethernet device
.It Xr mediabay 4
ATA33 HD controller
+.It Xr mesh 4
+Macintosh Enhanced SCSI Hardware
.It Xr onyx 4
Apple onyx audio device
.It Xr snapper 4
diff --git a/share/man/man4/man4.macppc/mc.4 b/share/man/man4/man4.macppc/mc.4
new file mode 100644
index 00000000000..e6d89cb58a8
--- /dev/null
+++ b/share/man/man4/man4.macppc/mc.4
@@ -0,0 +1,67 @@
+.\" $OpenBSD: mc.4,v 1.1 2006/10/12 21:21:51 gwk Exp $
+.\" $NetBSD: mc.4,v 1.1 1997/12/18 06:22:45 ender Exp $
+.\"
+.\" Copyright (c) 1997 David Huang <khym@bga.com>
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd December 13, 1997
+.Dt MC 4 macppc
+.Os
+.Sh NAME
+.Nm mc
+.Nd Am79C940 (MACE) on-board Ethernet device
+.Sh SYNOPSIS
+.Cd "mc* at macobio?"
+.Sh DESCRIPTION
+The
+.Nm
+interface provides access to a 10 Mb/s Ethernet network via the AMD Am79C940
+(MACE) Ethernet chip set.
+.Pp
+Each of the host's network addresses is specified at boot time with a
+.Dv SIOCSIFADDR
+.Xr ioctl 2 .
+The
+.Nm
+interface employs the address resolution protocol described in
+.Xr arp 4
+to dynamically map between Internet and Ethernet addresses on the
+local network.
+.Pp
+The
+.Nm
+interface supports the on-board Ethernet of most old world
+Power Macintosh systems.
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr ifmedia 4 ,
+.Xr inet 4 ,
+.Xr intro 4 ,
+.Xr macobio 4 ,
+.Xr netintro 4 ,
+.Xr hostname.if 5 ,
+.Xr ifconfig 8
+.Sh AUTHORS
+The
+.Nm
+Ethernet driver was written by
+.An Dave Huang .
diff --git a/share/man/man4/man4.macppc/mesh.4 b/share/man/man4/man4.macppc/mesh.4
new file mode 100644
index 00000000000..7e96a773251
--- /dev/null
+++ b/share/man/man4/man4.macppc/mesh.4
@@ -0,0 +1,50 @@
+.\" $OpenBSD: mesh.4,v 1.1 2006/10/12 21:21:51 gwk Exp $
+.\" Copyright (c) 2006 Gordon Willem Klok <gwk@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd October 6, 2006
+.Dt MESH 4 macppc
+.Os
+.Sh NAME
+.Nm mesh
+.Nd Macintosh Enhanced SCSI Hardware
+.Sh SYNOPSIS
+.Cd "mesh* at macobio? flags 0xffff"
+.Cd "scsibus* at mesh?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the onboard SCSI/2 (fast SCSI) controller
+found on many old world Apple Power Macintosh systems and clones.
+.Sh DEVICE FLAGS
+The
+.Nm
+driver supports the following flags.
+.Bl -tag -width "Bits XX-XX"
+.It Bits 0-7:
+Disable disconnect/reselect for the corresponding SCSI ID
+number.
+.It Bits 8-15: Disable synchronous negotiation for the corresponding
+SCSI ID number.
+.El
+.Pp
+Disconnect/reselect should be enabled for tape devices, or SCSI bus
+performance may be degraded.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr macobio 4 ,
+.Xr scsi 4
+.Sh BUGS
+No support for tagged queueing.
+Synchronous transfers and disconnect/reconnect are disabled by default.