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