]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/ida.4
Fix the driver name in ads111x.4, and hook the manpage up to the build.
[FreeBSD/FreeBSD.git] / share / man / man4 / ida.4
1 .\" $FreeBSD$
2 .\" Written by Tom Rhodes
3 .\" This file is public domain
4 .\"
5 .Dd February 15, 2017
6 .Dt IDA 4
7 .Os
8 .Sh NAME
9 .Nm ida
10 .Nd Compaq Intelligent Drive Array Controllers
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 scbus"
17 .Cd "device ida"
18 .Ed
19 .Pp
20 Alternatively, to load the driver as a
21 module at boot time, place the following line in
22 .Xr loader.conf 5 :
23 .Bd -literal -offset indent
24 ida_load="YES"
25 .Ed
26 .Sh DESCRIPTION
27 The Compaq Intelligent Drive Array (IDA) technology is used to
28 distribute data across an array of hard drives.
29 It unites these hard drives into one or more high-performance logical drives.
30 The drive array is managed by an array controller.
31 .Pp
32 These controllers have the ability to provide fault tolerance for the connected
33 drives and optionally provide write cache for the logical drives.
34 It is also possible for an application to access the SCSI bus subsystem
35 directly by using the pass-through interface.
36 .Sh HARDWARE
37 The following controllers are supported by the
38 .Nm
39 driver:
40 .Pp
41 .Bl -bullet -compact
42 .It
43 Compaq SMART Array 221
44 .It
45 Compaq Integrated SMART Array Controller
46 .It
47 Compaq SMART Array 4200
48 .It
49 Compaq SMART Array 4250ES
50 .It
51 Compaq SMART 3200 Controller
52 .It
53 Compaq SMART 3100ES Controller
54 .It
55 Compaq SMART-2/DH Controller
56 .It
57 Compaq SMART-2/SL Controller
58 .It
59 Compaq SMART-2/P Controller
60 .El
61 .Sh IMPLEMENTATION NOTES
62 Extreme caution should be exercised when using the pass-through interface.
63 It is possible to interfere with normal system I/O and cause hangs if
64 pass-through is used to an active device.
65 Pass-through should only be used to a device that is otherwise quiescent.
66 .Sh SEE ALSO
67 .Xr cam 4 ,
68 .Xr pass 4 ,
69 .Xr xpt 4 ,
70 .Xr camcontrol 8
71 .Sh AUTHORS
72 .An -nosplit
73 The
74 .Nm
75 driver was written by
76 .An Jonathan Lemon Aq Mt jlemon@FreeBSD.org
77 and
78 .An Matthew N. Dodd Aq Mt mdodd@FreeBSD.org .
79 This manual page was written by
80 .An Tom Rhodes Aq Mt trhodes@FreeBSD.org .