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