xref: /openbsd-src/share/man/man4/siop.4 (revision b2ea75c1b17e1a9a339660e7ed45cd24946b230e)
1.\"	$OpenBSD: siop.4,v 1.5 2001/07/03 06:28:10 mickey Exp $
2.\"	$NetBSD: siop.4,v 1.3 2000/10/23 16:38:10 bouyer Exp $
3.\"
4.\" Copyright (c) 2000 Manuel Bouyer.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software
15.\"    must display the following acknowledgement:
16.\"	This product includes software developed by the University of
17.\"	California, Berkeley and its contributors.
18.\" 4. Neither the name of the University nor the names of its contributors
19.\"    may be used to endorse or promote products derived from this software
20.\"    without specific prior written permission.
21.\"
22.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30.\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32.\"
33.Dd May 15, 2000
34.Dt SIOP 4
35.Os
36.Sh NAME
37.Nm siop
38.Nd LSI/Symbios Logic/NCR 53c8xx SCSI driver
39.Sh SYNOPSIS
40.Cd "siop* at pci? dev ? function ?"
41.Cd "scsibus* at siop?"
42.Sh DESCRIPTION
43The
44.Nm
45driver provides support for following LSI/Symbios Logic/NCR 53c8xx and
46related
47.Tn SCSI
48controller chips:
49.Pp
50.Bl -dash -compact -offset indent
51.It
5253c810, 53c810a and 53c815 (Fast
53.Tn SCSI )
54.It
5553c820, 53c825 and 53c825a (Fast-Wide
56.Tn SCSI )
57.It
5853c860 (Ultra
59.Tn SCSI )
60.It
6153c875 and 53c875j (Ultra-Wide
62.Tn SCSI )
63.It
6453c876 (Dual Ultra-Wide
65.Tn SCSI )
66.It
6753c885 (Ultra-Wide
68.Tn SCSI
69and
70.Tn Ethernet )
71.It
7253c895 and 53c895a (Ultra2-Wide
73.Tn SCSI )
74.It
7553c896 (PCI 64bit, dual Ultra2-Wide
76.Tn SCSI )
77.It
7853c1010 (PCI 64bit, dual Ultra3-Wide
79.Tn SCSI .
80.Em NOTE :
81at this time
82.Nm
83supports at most Ultra2-Wide with this chip)
84.It
8553c1510D (dual Ultra2-Wide
86.Tn SCSI )
87.El
88.Pp
89.Nm
90replaces the older
91.Nm ncr
92driver which supported most of these devices.
93.Sh SEE ALSO
94.Xr cd 4 ,
95.Xr ch 4 ,
96.Xr intro 4 ,
97.Xr ncr 4 ,
98.Xr pci 4 ,
99.Xr scsi 4 ,
100.Xr sd 4 ,
101.Xr st 4 ,
102.Xr uk 4
103.Pp
104.Pa http://www.lsilogic.com/
105.Sh HISTORY
106The
107.Nm
108driver first appeared in
109.Nx 1.5 ,
110.Ox
111support was added in
112.Ox 2.9 .
113.Sh AUTHORS
114The
115.Nm
116driver was written by Manuel Bouyer
117.Aq Manuel.Bouyer@lip6.fr
118for
119.Nx .
120It was ported to
121.Ox
122with 53c1010 support added by Ken Westerback
123.Aq krw@openbsd.org
124using code from the
125.Fx
126sym-2 driver written by Gerard Roudier
127.Aq groudier@FreeBSD.org .
128
129