hptiop(4): Add the hptiop(4) RAID driver.
authorSascha Wildner <saw@online.de>
Tue, 7 Dec 2010 23:54:45 +0000 (00:54 +0100)
committerSascha Wildner <saw@online.de>
Tue, 7 Dec 2010 23:55:24 +0000 (00:55 +0100)
commitb781666a37d58af738513c17b41e0305d5c9f406
treee248b97479a8013429b8fadb5a3283e205400e1c
parent4a74878ba38213bd3f43082c2568a8ff6960d591
hptiop(4): Add the hptiop(4) RAID driver.

The driver supports the following adapters:

* HighPoint RocketRAID 3020
* HighPoint RocketRAID 3120
* HighPoint RocketRAID 3122
* HighPoint RocketRAID 3220
* HighPoint RocketRAID 3320
* HighPoint RocketRAID 3410
* HighPoint RocketRAID 3510
* HighPoint RocketRAID 3511
* HighPoint RocketRAID 3520
* HighPoint RocketRAID 3521
* HighPoint RocketRAID 3522
* HighPoint RocketRAID 3540
* HighPoint RocketRAID 4320

It was tested with the 3120.

Many thanks to FreeBSD, from which this code was obtained.
12 files changed:
share/man/man4/Makefile
share/man/man4/hptiop.4 [new file with mode: 0644]
sys/conf/files
sys/config/GENERIC
sys/config/GENERIC_SMP
sys/config/LINT
sys/config/X86_64_GENERIC
sys/config/X86_64_GENERIC_SMP
sys/dev/raid/Makefile
sys/dev/raid/hptiop/Makefile [new file with mode: 0644]
sys/dev/raid/hptiop/hptiop.c [new file with mode: 0644]
sys/dev/raid/hptiop/hptiop.h [new file with mode: 0644]