Add documentation for iop and iopsp drivers. XXX Needs more beef.

This commit is contained in:
ad 2000-11-08 19:54:12 +00:00
parent 36e51ea5c5
commit 54fd36679e
4 changed files with 148 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.284 2000/11/08 12:03:06 wiz Exp $
# $NetBSD: mi,v 1.285 2000/11/08 19:54:12 ad Exp $
./usr/share/info/am-utils.info
./usr/share/info/as.info
./usr/share/info/awk.info
@ -599,7 +599,9 @@
./usr/share/man/cat4/inphy.0
./usr/share/man/cat4/intersil7170.0
./usr/share/man/cat4/ioat.0
./usr/share/man/cat4/iop.0
./usr/share/man/cat4/iophy.0
./usr/share/man/cat4/iopsp.0
./usr/share/man/cat4/ip.0
./usr/share/man/cat4/ip6.0
./usr/share/man/cat4/ipf.0
@ -2019,7 +2021,9 @@
./usr/share/man/man4/inphy.4
./usr/share/man/man4/intersil7170.4
./usr/share/man/man4/ioat.4
./usr/share/man/man4/iop.4
./usr/share/man/man4/iophy.4
./usr/share/man/man4/iopsp.4
./usr/share/man/man4/ip.4
./usr/share/man/man4/ip6.4
./usr/share/man/man4/ipf.4

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.170 2000/11/05 16:38:09 thorpej Exp $
# $NetBSD: Makefile,v 1.171 2000/11/08 19:54:12 ad Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= adv.4 adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 auvia.4 \
@ -7,7 +7,7 @@ MAN= adv.4 adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 auvia.4 \
de.4 dpt.4 drum.4 eap.4 en.4 envsys.4 ep.4 esh.4 \
esis.4 eso.4 exphy.4 fd.4 fpa.4 fms.4 fxp.4 gre.4 icmp.4 \
icsphy.4 idp.4 ifmedia.4 inet.4 inphy.4 intersil7170.4 ioat.4 \
iophy.4 ip.4 ipip.4 ipkdb.4 iso.4 isp.4 \
iop.4 iophy.4 iopsp.4 ip.4 ipip.4 ipkdb.4 iso.4 isp.4 \
lc.4 lkm.4 lo.4 lsu.4 lxtphy.4 \
mainbus.4 mbe.4 mca.4 md.4 mhzc.4 midi.4 mii.4 mk48txx.4 mpu.4 \
mtio.4 ncr.4 ne.4 neo.4 netintro.4 ns.4 nsip.4 \

71
share/man/man4/iop.4 Normal file
View File

@ -0,0 +1,71 @@
.\" $NetBSD: iop.4,v 1.1 2000/11/08 19:54:13 ad Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
.\" by Andrew Doran.
.\"
.\" 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. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``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 FOUNDATION OR CONTRIBUTORS
.\" 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 November 8, 2000
.Dt IOP 4
.Os
.Sh NAME
.Nm iop
.Nd
.Tn I2O adapter driver
.Sh SYNOPSIS
.Cd "iop* at pci? dev ? function ?"
.Cd "iopsp*" at iop? tid ?
.Cd "lsu*" at iop? tid ?
.Sh DESCRIPTION
The
.Nm
driver provides support for
.Tn PCI
adapters comforming to the
.Tn I2O
specification, revision 1.5.
.Sh SEE ALSO
.Xr intro 4 ,
.Xr iopsp 4 ,
.Xr lsu 4
.Pp
http://www.i2osig.org/
.Sh AUTHOR
The
.Nm
driver was written by Andrew Doran
.Aq ad@netbsd.org .
.Sh HISTORY
The
.Nm
driver first appeared in
.Nx 1.6 .

70
share/man/man4/iopsp.4 Normal file
View File

@ -0,0 +1,70 @@
.\" $NetBSD: iopsp.4,v 1.1 2000/11/08 19:54:13 ad Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
.\" by Andrew Doran.
.\"
.\" 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. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``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 FOUNDATION OR CONTRIBUTORS
.\" 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 November 8, 1999
.Dt IOPSP 4
.Os
.Sh NAME
.Nm iopsp
.Nd I2O SCSI/FC-AL port driver
.Sh SYNOPSIS
.Cd "iopsp* at iop? tid ?"
.Cd "scsibus* at iopsp?"
.Sh DESCRIPTION
The
.Nm
driver provides support for SCSI and FC-AL type I2O bus adapter ports and
child peripherals.
.Pp
I2O adapters present each child peripheral attached to a bus adapter port
as an individual device.
In order to present the appearance of a bus, the
.Nm
driver groups child peripherals by controlling port.
.Sh SEE ALSO
.Xr intro 4 ,
.Xr iop 4 ,
.Xr scsi 4
.Sh AUTHOR
The
.Nm
driver was written by Andrew Doran
.Aq ad@netbsd.org .
.Sh HISTORY
The
.Nm
driver first appeared in
.Nx 1.6 .