From dafe1c67ca6e291c5383d51c7aea762ee3abd424 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Thu, 15 Feb 2001 04:34:19 +0000 Subject: Add man page for siop SCSI driver --- share/man/man4/Makefile | 4 +- share/man/man4/siop.4 | 109 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+), 2 deletions(-) create mode 100644 share/man/man4/siop.4 (limited to 'share') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 23d41a2394d..47b077c8414 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.150 2001/02/14 06:38:34 fgsch Exp $ +# $OpenBSD: Makefile,v 1.151 2001/02/15 04:34:17 krw Exp $ MAN= aac.4 ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 amphy.4 an.4 aria.4 ast.4 \ atalk.4 atapiscsi.4 audio.4 aue.4 auvia.4 awi.4 bpf.4 bridge.4 \ @@ -15,7 +15,7 @@ MAN= aac.4 ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 amphy.4 an.4 aria.4 ast.4 \ null.4 ohci.4 opl.4 options.4 pcdisplay.4 pchb.4 pckbc.4 pckbd.4 \ pci.4 pciide.4 pcmcia.4 pcscp.4 \ pty.4 puc.4 qsphy.4 raid.4 random.4 ray.4 rl.4 rln.4 \ - rlphy.4 route.4 scsi.4 sd.4 ses.4 sf.4 sis.4 sk.4 sl.4 sm.4 spp.4 \ + rlphy.4 route.4 scsi.4 sd.4 ses.4 sf.4 siop.4 sis.4 sk.4 sl.4 sm.4 spp.4 \ sppp.4 sqphy.4 ss.4 st.4 ste.4 sv.4 tb.4 tcic.4 tcp.4 termios.4 ti.4 \ tl.4 tlphy.4 tp.4 tqphy.4 tty.4 tun.4 twe.4 tx.4 txphy.4 \ uaudio.4 ubsec.4 ucom.4 udp.4 ugen.4 uhci.4 uhid.4 \ diff --git a/share/man/man4/siop.4 b/share/man/man4/siop.4 new file mode 100644 index 00000000000..9831e0d6c60 --- /dev/null +++ b/share/man/man4/siop.4 @@ -0,0 +1,109 @@ +.\" $OpenBSD: siop.4,v 1.1 2001/02/15 04:34:18 krw Exp $ +.\" $NetBSD: siop.4,v 1.3 2000/10/23 16:38:10 bouyer Exp $ +.\" +.\" Copyright (c) 2000 Manuel Bouyer. +.\" +.\" 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 University of +.\" California, Berkeley and its contributors. +.\" 4. Neither the name of the University 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 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 May 15, 2000 +.Dt SIOP 4 +.Os +.Sh NAME +.Nm siop +.Nd LSI/Symbios Logic/NCR 53c8xx SCSI driver +.Sh SYNOPSIS +.Cd "siop* at pci? dev ? function ?" +.Cd "scsibus* at siop?" +.Sh DESCRIPTION +The +.Nm +driver provides support for following LSI/Symbios Logic/NCR 53c8xx and +related +.Tn SCSI +controller chips: +.Pp +.Bl -dash -compact -offset indent +.It +53c810, 53c810a and 53c815 (Fast +.Tn SCSI ) +.It +53c820, 53c825 and 53c825a (Fast-Wide +.Tn SCSI ) +.It +53c860 (Ultra +.Tn SCSI ) +.It +53c875 and 53c875j (Ultra-Wide +.Tn SCSI ) +.It +53c876 (Dual Ultra-Wide +.Tn SCSI ) +.It +53c885 (Ultra-Wide +.Tn SCSI +and +.Tn Ethernet ) +.It +53c895 and 53c895a (Ultra2-Wide +.Tn SCSI ) +.It +53c896 (PCI 64bit, dual Ultra2-Wide +.Tn SCSI ) +.It +53c1510D (dual Ultra2-Wide +.Tn SCSI ) +.El +.Pp +.Nm +replaces the older +.Nm ncr +driver which supported the same devices. +.Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , +.Xr intro 4 , +.Xr pci 4 , +.Xr ncr 4 , +.Xr scsi 4 , +.Xr sd 4 , +.Xr st 4 , +.Xr uk 4 +.Pp +.Pa http://www.lsilogic.com +.Sh HISTORY +The +.Nm +driver first appeared in +.Nx 1.5 . +.Sh AUTHOR +The +.Nm +driver was written by Manuel Bouyer +.Aq Manuel.Bouyer@lip6.fr +for +.Nx . -- cgit v1.2.3