Add the hpt27xx(4) driver for HighPoint RocketRAID 27xx SAS controllers.
authorSascha Wildner <saw@online.de>
Wed, 8 Aug 2012 12:18:22 +0000 (14:18 +0200)
committerSascha Wildner <saw@online.de>
Wed, 8 Aug 2012 13:33:11 +0000 (15:33 +0200)
commit0f74dae51493be5db111e024456a604241f9736c
treeea9a6a6f59caf12523dc81b31b56aa10e8677f06
parent306e54983ee873f2ef1c55b94257b6b1f47c70d3
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
30 files changed:
share/man/man4/Makefile
share/man/man4/hpt27xx.4 [copied from share/man/man4/hptmv.4 with 76% similarity]
share/man/man4/hptiop.4
share/man/man4/hptmv.4
share/man/man4/hptrr.4
sys/conf/files
sys/config/GENERIC
sys/config/LINT
sys/config/LINT64
sys/config/X86_64_GENERIC
sys/dev/raid/Makefile
sys/dev/raid/hpt27xx/Makefile [new file with mode: 0644]
sys/dev/raid/hpt27xx/README [new file with mode: 0644]
sys/dev/raid/hpt27xx/array.h [new file with mode: 0644]
sys/dev/raid/hpt27xx/him.h [new file with mode: 0644]
sys/dev/raid/hpt27xx/himfuncs.h [new file with mode: 0644]
sys/dev/raid/hpt27xx/hpt27xx_config.c [new file with mode: 0644]
sys/dev/raid/hpt27xx/hpt27xx_config.h [new file with mode: 0644]
sys/dev/raid/hpt27xx/hptintf.h [new file with mode: 0644]
sys/dev/raid/hpt27xx/i386-elf.hpt27xx_lib.o.uu [new file with mode: 0644]
sys/dev/raid/hpt27xx/ldm.h [new file with mode: 0644]
sys/dev/raid/hpt27xx/list.h [new file with mode: 0644]
sys/dev/raid/hpt27xx/os_bsd.c [new file with mode: 0644]
sys/dev/raid/hpt27xx/os_bsd.h [new file with mode: 0644]
sys/dev/raid/hpt27xx/osm.h [new file with mode: 0644]
sys/dev/raid/hpt27xx/osm_bsd.c [new file with mode: 0644]
sys/dev/raid/hpt27xx/wj.h [new file with mode: 0644]
sys/dev/raid/hpt27xx/x86_64-elf.hpt27xx_lib.o.uu [new file with mode: 0644]
sys/platform/pc32/conf/files
sys/platform/pc64/conf/files