diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-01-01 21:15:00 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-01-01 21:15:00 +0000 |
commit | f7175fbc97cdc0989976d83ff8c3cf99916a2da6 (patch) | |
tree | 0f71fda451c782119acf836b352037c65250ad87 /share/man | |
parent | f9ef61c5f85df6435917b5782c72389878da362b (diff) |
Add manpage for esp(4) on macppc.
"yeah, that's fine." jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.macppc/Makefile | 8 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/esp.4 | 34 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/macobio.4 | 4 |
3 files changed, 41 insertions, 5 deletions
diff --git a/share/man/man4/man4.macppc/Makefile b/share/man/man4/man4.macppc/Makefile index b4573c8c8bd..d8b77ef75f5 100644 --- a/share/man/man4/man4.macppc/Makefile +++ b/share/man/man4/man4.macppc/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.22 2006/10/12 22:22:12 gwk Exp $ +# $OpenBSD: Makefile,v 1.23 2007/01/01 21:14:59 gwk Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ MAN= abtn.4 adb.4 aoa.4 apm.4 asms.4 autoconf.4 awacs.4 bm.4 \ - daca.4 fcu.4 ht.4 intro.4 kauaiata.4 ki2c.4 macobio.4 mc.4 \ - mediabay.4 mem.4 mesh.4 onyx.4 pi2c.4 smu.4 snapper.4 tpms.4 \ - tumbler.4 zs.4 + daca.4 esp.4 fcu.4 ht.4 intro.4 kauaiata.4 ki2c.4 \ + macobio.4 mc.4 mediabay.4 mem.4 mesh.4 onyx.4 pi2c.4 \ + smu.4 snapper.4 tpms.4 tumbler.4 zs.4 MLINKS= mem.4 kmem.4 MLINKS+= zs.4 zsc.4 zs.4 zstty.4 diff --git a/share/man/man4/man4.macppc/esp.4 b/share/man/man4/man4.macppc/esp.4 new file mode 100644 index 00000000000..ca12a7e4adf --- /dev/null +++ b/share/man/man4/man4.macppc/esp.4 @@ -0,0 +1,34 @@ +.\" $OpenBSD: esp.4,v 1.1 2007/01/01 21:14:59 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 December 31, 2006 +.Dt ESP 4 macppc +.Os +.Sh NAME +.Nm esp +.Nd NCR 53c94 on-board SCSI interface +.Sh SYNOPSIS +.Cd "esp* at macobio?" +.Cd "scsibus* at esp?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the on-board NCR 53c94 SCSI controller found on +many old world Apple Macintosh systems and clones. +.Sh SEE ALSO +.Xr intro 4 , +.Xr macobio 4 , +.Xr scsi 4 diff --git a/share/man/man4/man4.macppc/macobio.4 b/share/man/man4/man4.macppc/macobio.4 index 34f6253a8dd..d3b083ab76e 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.8 2006/10/12 21:21:51 gwk Exp $ +.\" $OpenBSD: macobio.4,v 1.9 2007/01/01 21:14:59 gwk Exp $ .\" .\" Copyright (c) 2003 Dale Rahn. .\" All rights reserved. @@ -51,6 +51,8 @@ Apple awacs audio device Apple BMAC Ethernet device .It Xr daca 4 Apple daca audio device +.It Xr esp 4 +NCR 53c94 on-board SCSI interface .It Xr mc 4 Am79C940 (MACE) on-board Ethernet device .It Xr mediabay 4 |