1 This driver is for Compaq's SMART2 Intellegent Disk Array Controllers.
6 This driver comes with NO WARRANTY. It is not officially supported by
7 Compaq. Do not call technical support. Use at your own risk.
12 This driver is known to work with the following cards:
22 * Integrated Smart Array Controller
26 It should also work with some really old Disk array adapters, but I am
27 unable to test against these cards:
36 You need to build a new kernel to use this device, even if you want to
37 use a loadable module.
39 Apply the patch to a 2.2.x kernel:
42 # patch -p1 <smart2.patch
44 Then build a new kernel and turn on Compaq SMART2 Disk Array support.
45 Create device nodes for the diskarray device:
49 Where ctlrs is the number of controllers you have (defaults to 1 if not
55 If you want to use an EISA controller you'll have to supply some
56 insmod/lilo paramaters. If the driver is compiled into the kernel, must
57 give it the controller's IO port address at boot time (it is no longer
58 necessary to specifiy the IRQ). For example, if you had two SMART-2/E
59 controllers, in EISA slots 1 and 2 you'd give it a boot argument like
64 If you were loading the driver as a module, you'd give load it like this:
66 insmod cpqarray.o eisa=0x1000,0x2000
68 You can use EISA and PCI adapters at the same time.
73 You'll need to use a modified lilo if you want to boot from a disk array.
74 Its simply a version of lilo with some code added to tell it how to
75 understand Compaq diskarray devices.
80 You need some entries in /dev for the ida device. The mkdev.ida script
81 can make device nodes for you automatically. Currently the device setup
91 b7 b6 b5 b4 b3 b2 b1 b0
92 |----+----| |----+----|
94 | +-------- Partition ID (0=wholedev, 1-15 partition)
96 +-------------------- Logical Volume number
98 The suggested device naming scheme is:
99 /dev/ida/c0d0 Controller 0, disk 0, whole device
100 /dev/ida/c0d0p1 Controller 0, disk 0, partition 1
101 /dev/ida/c0d0p2 Controller 0, disk 0, partition 2
102 /dev/ida/c0d0p3 Controller 0, disk 0, partition 3
104 /dev/ida/c1d1 Controller 1, disk 1, whole device
105 /dev/ida/c1d1p1 Controller 1, disk 1, partition 1
106 /dev/ida/c1d1p2 Controller 1, disk 1, partition 2
107 /dev/ida/c1d1p3 Controller 1, disk 1, partition 3