DragonFly commits List (threaded) for 2010-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: hptiop(4): Add the hptiop(4) RAID driver.
commit b781666a37d58af738513c17b41e0305d5c9f406
Author: Sascha Wildner <saw@online.de>
Date: Wed Dec 8 00:54:45 2010 +0100
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.
Summary of changes:
share/man/man4/Makefile | 1 +
share/man/man4/hptiop.4 | 103 ++
sys/conf/files | 1 +
sys/config/GENERIC | 1 +
sys/config/GENERIC_SMP | 1 +
sys/config/LINT | 4 +
sys/config/X86_64_GENERIC | 1 +
sys/config/X86_64_GENERIC_SMP | 1 +
sys/dev/raid/Makefile | 2 +-
sys/dev/raid/hptiop/Makefile | 8 +
sys/dev/raid/hptiop/hptiop.c | 2125 +++++++++++++++++++++++++++++++++++++++++
sys/dev/raid/hptiop/hptiop.h | 390 ++++++++
12 files changed, 2637 insertions(+), 1 deletions(-)
create mode 100644 share/man/man4/hptiop.4
create mode 100644 sys/dev/raid/hptiop/Makefile
create mode 100644 sys/dev/raid/hptiop/hptiop.c
create mode 100644 sys/dev/raid/hptiop/hptiop.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b781666a37d58af738513c17b41e0305d5c9f406
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]