Path: blob/master/Documentation/blockdev/cpqarray.txt
10821 views
This driver is for Compaq's SMART2 Intelligent Disk Array Controllers.12Supported Cards:3----------------45This driver is known to work with the following cards:67* SMART (EISA)8* SMART-2/E (EISA)9* SMART-2/P10* SMART-2DH11* SMART-2SL12* SMART-22113* SMART-3100ES14* SMART-320015* Integrated Smart Array Controller16* SA 420017* SA 4250ES18* SA 43119* RAID LC2 Controller2021It should also work with some really old Disk array adapters, but I am22unable to test against these cards:2324* IDA25* IDA-226* IAES272829EISA Controllers:30-----------------3132If you want to use an EISA controller you'll have to supply some33modprobe/lilo parameters. If the driver is compiled into the kernel, must34give it the controller's IO port address at boot time (it is not35necessary to specify the IRQ). For example, if you had two SMART-2/E36controllers, in EISA slots 1 and 2 you'd give it a boot argument like37this:3839smart2=0x1000,0x20004041If you were loading the driver as a module, you'd give load it like this:4243modprobe cpqarray eisa=0x1000,0x20004445You can use EISA and PCI adapters at the same time.464748Device Naming:49--------------5051You need some entries in /dev for the ida device. MAKEDEV in the /dev52directory can make device nodes for you automatically. The device setup is53as follows:5455Major numbers:5672 ida05773 ida15874 ida25975 ida36076 ida46177 ida56278 ida66379 ida76465Minor numbers:66b7 b6 b5 b4 b3 b2 b1 b067|----+----| |----+----|68| |69| +-------- Partition ID (0=wholedev, 1-15 partition)70|71+-------------------- Logical Volume number7273The device naming scheme is:74/dev/ida/c0d0 Controller 0, disk 0, whole device75/dev/ida/c0d0p1 Controller 0, disk 0, partition 176/dev/ida/c0d0p2 Controller 0, disk 0, partition 277/dev/ida/c0d0p3 Controller 0, disk 0, partition 37879/dev/ida/c1d1 Controller 1, disk 1, whole device80/dev/ida/c1d1p1 Controller 1, disk 1, partition 181/dev/ida/c1d1p2 Controller 1, disk 1, partition 282/dev/ida/c1d1p3 Controller 1, disk 1, partition 3838485Changelog:86==========878810-28-2004 : General cleanup, syntax fixes for in-kernel driver version.89James Nelson <[email protected]>9091921999 : Original Document939495