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