xref: /dragonfly/share/man/man4/iir.4 (revision 99dd49c5)
1.\" $FreeBSD: src/share/man/man4/iir.4,v 1.10 2006/06/19 15:22:34 brueffer Exp $
2.\" $DragonFly: src/share/man/man4/iir.4,v 1.4 2007/04/04 18:36:55 swildner Exp $
3.\" Written by Tom Rhodes
4.\" This file is in the public domain.
5.\"
6.Dd January 10, 2009
7.Dt IIR 4
8.Os
9.Sh NAME
10.Nm iir
11.Nd Intel Integrated RAID controller and ICP Vortex driver
12.Sh SYNOPSIS
13To compile this driver into the kernel,
14place the following lines in your
15kernel configuration file:
16.Bd -ragged -offset indent
17.Cd "device pci"
18.Cd "device scbus"
19.Cd "device iir"
20.Ed
21.Pp
22Alternatively, to load the driver as a
23module at boot time, place the following line in
24.Xr loader.conf 5 :
25.Bd -literal -offset indent
26iir_load="YES"
27.Ed
28.Sh DESCRIPTION
29The
30.Nm
31driver claims to interface with the Intel integrated
32RAID controller cards, and all versions of the
33ICP Vortex controllers (including FC).
34.Sh HARDWARE
35Controllers supported by the
36.Nm
37driver include:
38.Pp
39.Bl -bullet -compact
40.It
41Intel RAID Controller SRCMR
42.It
43Intel Server RAID Controller U3-l (SRCU31a)
44.It
45Intel Server RAID Controller U3-1L (SRCU31La)
46.It
47Intel Server RAID Controller U3-2 (SRCU32)
48.It
49All past and future releases of Intel and ICP RAID Controllers.
50.El
51.Pp
52.Bl -bullet -compact
53.It
54Intel RAID Controller SRCU21 (discontinued)
55.It
56Intel RAID Controller SRCU31 (older revision, not compatible)
57.It
58Intel RAID Controller SRCU31L (older revision, not compatible)
59.El
60.Pp
61The SRCU31 and SRCU31L can be updated via a firmware update available
62from Intel.
63.Sh SEE ALSO
64.Xr cam 4 ,
65.Xr pass 4 ,
66.Xr xpt 4 ,
67.Xr camcontrol 8
68.Sh AUTHORS
69The
70.Nm
71driver is supported and maintained by
72.An -nosplit
73.An Achim Leubner Aq Achim_Leubner@adaptec.com .
74.Pp
75This manual page was written by
76.An Tom Rhodes Aq trhodes@FreeBSD.org
77and is based on information supplied by the driver authors and the website of
78.An Mike Smith Aq msmith@FreeBSD.org .
79