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