git: Add the hpt27xx(4) driver for HighPoint RocketRAID 27xx SAS controllers.
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed Aug 8 06:34:11 PDT 2012
commit 0f74dae51493be5db111e024456a604241f9736c
Author: Sascha Wildner <saw at online.de>
Date: Wed Aug 8 14:18:22 2012 +0200
Add the hpt27xx(4) driver for HighPoint RocketRAID 27xx SAS controllers.
The manual page mentions the following adapters to be supported:
* RocketRAID 271x
* RocketRAID 272x
* RocketRAID 274x
* RocketRAID 276x
* RocketRAID 278x
I have tested it with a RocketRAID 2720.
Taken-from: FreeBSD
Summary of changes:
share/man/man4/Makefile | 1 +
share/man/man4/{hptmv.4 => hpt27xx.4} | 49 +-
share/man/man4/hptiop.4 | 1 +
share/man/man4/hptmv.4 | 1 +
share/man/man4/hptrr.4 | 1 +
sys/conf/files | 3 +
sys/config/GENERIC | 3 +-
sys/config/LINT | 4 +
sys/config/LINT64 | 4 +
sys/config/X86_64_GENERIC | 3 +-
sys/dev/raid/Makefile | 2 +-
sys/dev/raid/hpt27xx/Makefile | 15 +
sys/dev/raid/hpt27xx/README | 196 +
sys/dev/raid/hpt27xx/array.h | 187 +
sys/dev/raid/hpt27xx/him.h | 496 +
sys/dev/raid/hpt27xx/himfuncs.h | 107 +
sys/dev/raid/hpt27xx/hpt27xx_config.c | 67 +
sys/dev/raid/hpt27xx/hpt27xx_config.h | 155 +
sys/dev/raid/hpt27xx/hptintf.h | 2112 ++
sys/dev/raid/hpt27xx/i386-elf.hpt27xx_lib.o.uu |15583 +++++++++++++++
sys/dev/raid/hpt27xx/ldm.h | 533 +
sys/dev/raid/hpt27xx/list.h | 130 +
sys/dev/raid/hpt27xx/os_bsd.c | 320 +
sys/dev/raid/hpt27xx/os_bsd.h | 206 +
sys/dev/raid/hpt27xx/osm.h | 240 +
sys/dev/raid/hpt27xx/osm_bsd.c | 1373 ++
sys/dev/raid/hpt27xx/wj.h | 56 +
sys/dev/raid/hpt27xx/x86_64-elf.hpt27xx_lib.o.uu |22893 ++++++++++++++++++++++
sys/platform/pc32/conf/files | 5 +
sys/platform/pc64/conf/files | 5 +
30 files changed, 44724 insertions(+), 27 deletions(-)
copy share/man/man4/{hptmv.4 => hpt27xx.4} (76%)
create mode 100644 sys/dev/raid/hpt27xx/Makefile
create mode 100644 sys/dev/raid/hpt27xx/README
create mode 100644 sys/dev/raid/hpt27xx/array.h
create mode 100644 sys/dev/raid/hpt27xx/him.h
create mode 100644 sys/dev/raid/hpt27xx/himfuncs.h
create mode 100644 sys/dev/raid/hpt27xx/hpt27xx_config.c
create mode 100644 sys/dev/raid/hpt27xx/hpt27xx_config.h
create mode 100644 sys/dev/raid/hpt27xx/hptintf.h
create mode 100644 sys/dev/raid/hpt27xx/i386-elf.hpt27xx_lib.o.uu
create mode 100644 sys/dev/raid/hpt27xx/ldm.h
create mode 100644 sys/dev/raid/hpt27xx/list.h
create mode 100644 sys/dev/raid/hpt27xx/os_bsd.c
create mode 100644 sys/dev/raid/hpt27xx/os_bsd.h
create mode 100644 sys/dev/raid/hpt27xx/osm.h
create mode 100644 sys/dev/raid/hpt27xx/osm_bsd.c
create mode 100644 sys/dev/raid/hpt27xx/wj.h
create mode 100644 sys/dev/raid/hpt27xx/x86_64-elf.hpt27xx_lib.o.uu
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0f74dae51493be5db111e024456a604241f9736c
--
DragonFly BSD source repository
More information about the Commits
mailing list