Add in the twa(4) driver. This adds in support for the 3Ware
authorDavid Rhodus <drhodus@dragonflybsd.org>
Fri, 16 Apr 2004 20:13:17 +0000 (20:13 +0000)
committerDavid Rhodus <drhodus@dragonflybsd.org>
Fri, 16 Apr 2004 20:13:17 +0000 (20:13 +0000)
commitab443496c754b5decb7f419505bdf853d2b1ac09
treed117c1bb8a3ecb51e743b7aece687cad6754016f
parent7e0523ae136b1eea2954881674b50c9edfccfc63
Add in the twa(4) driver. This adds in support for the 3Ware
Escalade 9000 series storage controllers. The driver is a
port of the work done by Vinod Kashyap in FreeBSD.
16 files changed:
sys/config/GENERIC
sys/config/LINT
sys/dev/raid/Makefile
sys/dev/raid/twa/Makefile [new file with mode: 0644]
sys/dev/raid/twa/twa.c [new file with mode: 0644]
sys/dev/raid/twa/twa.h [new file with mode: 0644]
sys/dev/raid/twa/twa_cam.c [new file with mode: 0644]
sys/dev/raid/twa/twa_externs.h [new file with mode: 0644]
sys/dev/raid/twa/twa_freebsd.c [new file with mode: 0644]
sys/dev/raid/twa/twa_fwimg.c [new file with mode: 0644]
sys/dev/raid/twa/twa_globals.c [new file with mode: 0644]
sys/dev/raid/twa/twa_includes.h [new file with mode: 0644]
sys/dev/raid/twa/twa_ioctl.h [new file with mode: 0644]
sys/dev/raid/twa/twa_reg.h [new file with mode: 0644]
sys/i386/conf/GENERIC
sys/i386/conf/LINT