diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-09-10 09:40:13 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-09-10 09:40:13 +0000 |
commit | 6fb60ffc56c5d1c1bc7593d95223c69cf7108ecd (patch) | |
tree | 42f7f2e57eb10ccbec09bc9b352abe89c462be6b /share | |
parent | 83be8df77690a10d347770abe88210e7bb015008 (diff) |
jmc discovered there was no manpage for wds. until its proven that this
driver works on another arch we're assuming its i386 specific.
page borrowed from jonathan stone with tweaks by jmc.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/wds.4 | 62 |
2 files changed, 64 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index bafb557dd8b..cb228b2ff8b 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2005/05/13 22:47:04 miod Exp $ +# $OpenBSD: Makefile,v 1.55 2005/09/10 09:40:12 dlg Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ @@ -7,7 +7,7 @@ MAN= apm.4 autoconf.4 bios.4 cpu.4 elansc.4 \ ichpcib.4 intro.4 \ joy.4 le.4 lms.4 mcd.4 mem.4 mms.4 mtrr.4 npx.4 nvram.4 pcibios.4 \ pctr.4 pss.4 sb.4 \ - sea.4 uha.4 wdt.4 wss.4 wt.4 + sea.4 uha.4 wds.4 wdt.4 wss.4 wt.4 MLINKS+= mem.4 kmem.4 MANSUBDIR=i386 diff --git a/share/man/man4/man4.i386/wds.4 b/share/man/man4/man4.i386/wds.4 new file mode 100644 index 00000000000..5695c886862 --- /dev/null +++ b/share/man/man4/man4.i386/wds.4 @@ -0,0 +1,62 @@ +.\" $OpenBSD: wds.4,v 1.1 2005/09/10 09:40:12 dlg Exp $ +.\" $NetBSD: wds.4,v 1.5 2001/09/11 23:18:55 wiz Exp $ +.\" +.\" Copyright (c) 1997 Jonathan Stone +.\" 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 February 17, 1997 +.Dt WDS 4 i386 +.Os +.Sh NAME +.Nm wds +.Nd WD7000 compatible ISA SCSI driver +.Sh SYNOPSIS +.Cd "wds0 at isa? port 0x350 irq 15 drq 6 # WD7000, TMC-7000" +.Cd "wds1 at isa? port 0x358 irq 11 drq 5" +.Cd "scsibus* at wds?" +.Sh DESCRIPTION +The +.Nm +driver supports the WD7000 family of +t +.Tn SCSI +adapters and compatibles, including: +.Bl -tag -width xxxxxxxxxxxxx -offset xxxx -compact +.It WD7000-ASC +Busmastering DMA controller +.It WD7000-ASE +An ASC with floppy controller and +.Tn ESDI , +manufactured for +.Tn Apollo +workstations. +.It WD7000-FASST2 +An ASC with new firmware and scatter-gather hardware. +.El +.Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , +.Xr intro 4 , +.Xr isa 4 , +.Xr scsi 4 , +.Xr sd 4 , +.Xr st 4 |