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