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