DragonFly commits List (threaded) for 2010-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Bring in arcmsr(4), a driver for Areca RAID controllers.
commit 1901a965240baac691bea0ad59375db6cf72c1a0
Author: Sascha Wildner <saw@online.de>
Date: Tue Aug 24 18:20:57 2010 +0200
Bring in arcmsr(4), a driver for Areca RAID controllers.
Taken-from: FreeBSD
Summary of changes:
share/man/man4/Makefile | 1 +
share/man/man4/arcmsr.4 | 136 ++
sys/conf/files | 1 +
sys/config/LINT | 6 +
sys/dev/raid/Makefile | 2 +-
sys/dev/raid/arcmsr/Makefile | 10 +
sys/dev/raid/arcmsr/arcmsr.c | 3705 ++++++++++++++++++++++++++++
sys/dev/raid/arcmsr/arcmsr.h | 5534 ++++++++++++++++++++++++++++++++++++++++++
8 files changed, 9394 insertions(+), 1 deletions(-)
create mode 100644 share/man/man4/arcmsr.4
create mode 100644 sys/dev/raid/arcmsr/Makefile
create mode 100644 sys/dev/raid/arcmsr/arcmsr.c
create mode 100644 sys/dev/raid/arcmsr/arcmsr.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1901a965240baac691bea0ad59375db6cf72c1a0
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]