summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.mac68k
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2004-12-30 11:33:12 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2004-12-30 11:33:12 +0000
commitc276aa1fa12a6e8cbfb90994303e6831e32c997d (patch)
tree98f012a0ee4c499277d17edb36956df409739ec4 /share/man/man4/man4.mac68k
parentcaa5ad381ea0b6c65f4344b2f17b0127d9e53073 (diff)
esp(4) manpage for mac68k, with help and ok jmc@, miod@
Diffstat (limited to 'share/man/man4/man4.mac68k')
-rw-r--r--share/man/man4/man4.mac68k/Makefile7
-rw-r--r--share/man/man4/man4.mac68k/esp.449
-rw-r--r--share/man/man4/man4.mac68k/obio.44
3 files changed, 55 insertions, 5 deletions
diff --git a/share/man/man4/man4.mac68k/Makefile b/share/man/man4/man4.mac68k/Makefile
index 41ed0ec75db..398dce15ce0 100644
--- a/share/man/man4/man4.mac68k/Makefile
+++ b/share/man/man4/man4.mac68k/Makefile
@@ -1,8 +1,9 @@
# from: @(#)Makefile 5.1 (Berkeley) 6/29/90
-# $OpenBSD: Makefile,v 1.9 2004/03/08 22:56:36 miod Exp $
+# $OpenBSD: Makefile,v 1.10 2004/12/30 11:33:11 martin Exp $
-# TODO asc esp intvid nubus macvid grf ite ncrscsi sbc
-MAN= adb.4 ae.4 autoconf.4 intro.4 mainbus.4 mc.4 mem.4 obio.4 sn.4 zsc.4
+# TODO asc intvid nubus macvid grf ite ncrscsi sbc
+MAN= adb.4 ae.4 autoconf.4 esp.4 intro.4 mainbus.4 mc.4 mem.4 obio.4 sn.4 \
+ zsc.4
MLINKS= mem.4 kmem.4 \
zsc.4 zstty.4
diff --git a/share/man/man4/man4.mac68k/esp.4 b/share/man/man4/man4.mac68k/esp.4
new file mode 100644
index 00000000000..af09b240830
--- /dev/null
+++ b/share/man/man4/man4.mac68k/esp.4
@@ -0,0 +1,49 @@
+.\" $OpenBSD: esp.4,v 1.1 2004/12/30 11:33:11 martin Exp $
+.\"
+.\" Copyright (c) 2004 Martin Reindl <martin@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 December 28, 2004
+.Dt ESP 4 mac68k
+.Os
+.Sh NAME
+.Nm esp
+.Nd ESP NCR 53c96 on-board SCSI controller
+.Sh SYNOPSIS
+.Cd "esp0 at obio?"
+.Cd "esp1 at obio?"
+.Sh DESCRIPTION
+The
+.Nm
+is an on-board SCSI controller based on the NCR 53c96 chip, found
+on Apple Quadra/Centris machines.
+.Pp
+Tape devices should be allowed to disconnect for the SCSI bus to operate
+acceptably.
+.Sh SEE ALSO
+.Xr cd 4 ,
+.Xr ch 4 ,
+.Xr intro 4 ,
+.Xr obio 4 ,
+.Xr scsi 4 ,
+.Xr sd 4 ,
+.Xr st 4 ,
+.Xr uk 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Nx 1.3 .
+.Sh BUGS
+The pseudo-DMA mode only works on non-AV Quadra/Centris machines at this time.
diff --git a/share/man/man4/man4.mac68k/obio.4 b/share/man/man4/man4.mac68k/obio.4
index 50ed326e57b..9127493e531 100644
--- a/share/man/man4/man4.mac68k/obio.4
+++ b/share/man/man4/man4.mac68k/obio.4
@@ -28,7 +28,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: obio.4,v 1.10 2004/08/15 22:52:41 jmc Exp $
+.\" $OpenBSD: obio.4,v 1.11 2004/12/30 11:33:11 martin Exp $
.\" $NetBSD: obio.4,v 1.1 1997/07/18 02:13:40 ender Exp $
.\"
.Dd July 2, 1997
@@ -51,7 +51,7 @@ onboard I/O bus.
.Sh SEE ALSO
.Xr adb 4 ,
.\" .Xr asc 4 ,
-.\" .Xr esp 4 ,
+.Xr esp 4 ,
.Xr intro 4 ,
.Xr mainbus 4 ,
.Xr mc 4 ,