Add hptmv(4), a driver for HighPoint RocketRAID 182x controllers.
authorSascha Wildner <saw@online.de>
Tue, 4 Jan 2011 15:19:23 +0000 (16:19 +0100)
committerSascha Wildner <saw@online.de>
Tue, 4 Jan 2011 15:20:34 +0000 (16:20 +0100)
commit35878b555b34ba9ef289f7767aa29d02df2cde48
treebcd57181d6f3b46be531d6ccaec98fde83477243
parente1a8ed2d45eb15d08a28ff1c86cc596236bb57d4
Add hptmv(4), a driver for HighPoint RocketRAID 182x controllers.

It was tested with an 1820A card.

Thanks to HighPoint and FreeBSD (from which it was ported).
33 files changed:
share/man/man4/Makefile
share/man/man4/hptiop.4
share/man/man4/hptmv.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/hptmv/Makefile [new file with mode: 0644]
sys/dev/raid/hptmv/access601.h [new file with mode: 0644]
sys/dev/raid/hptmv/array.h [new file with mode: 0644]
sys/dev/raid/hptmv/atapi.h [new file with mode: 0644]
sys/dev/raid/hptmv/command.h [new file with mode: 0644]
sys/dev/raid/hptmv/entry.c [new file with mode: 0644]
sys/dev/raid/hptmv/global.h [new file with mode: 0644]
sys/dev/raid/hptmv/gui_lib.c [new file with mode: 0644]
sys/dev/raid/hptmv/hptintf.h [new file with mode: 0644]
sys/dev/raid/hptmv/hptproc.c [new file with mode: 0644]
sys/dev/raid/hptmv/i386-elf.raid.o.uu [new file with mode: 0644]
sys/dev/raid/hptmv/ioctl.c [new file with mode: 0644]
sys/dev/raid/hptmv/mv.c [new file with mode: 0644]
sys/dev/raid/hptmv/mvOs.h [new file with mode: 0644]
sys/dev/raid/hptmv/mvSata.h [new file with mode: 0644]
sys/dev/raid/hptmv/mvStorageDev.h [new file with mode: 0644]
sys/dev/raid/hptmv/osbsd.h [new file with mode: 0644]
sys/dev/raid/hptmv/raid5n.h [new file with mode: 0644]
sys/dev/raid/hptmv/readme.txt [new file with mode: 0644]
sys/dev/raid/hptmv/vdevice.h [new file with mode: 0644]
sys/dev/raid/hptmv/x86_64-elf.raid.o.uu [new file with mode: 0644]
sys/platform/pc32/conf/files
sys/platform/pc64/conf/files