cvs commit: src/sys/dev/twa twa.c twa.h twa_cam.c twa_externs.h
twa_freebsd.c twa_fwimg.c twa_globals.c twa_includes.h twa_ioctl.h
twa_reg.h
Vinod Kashyap
vkashyap at FreeBSD.org
Wed Apr 7 13:19:53 PDT 2004
vkashyap 2004/04/07 13:18:17 PDT
FreeBSD src repository
Added files: (Branch: RELENG_4)
sys/dev/twa twa.c twa.h twa_cam.c twa_externs.h
twa_freebsd.c twa_fwimg.c twa_globals.c
twa_includes.h twa_ioctl.h twa_reg.h
Log:
Initial check-in (for 4.x) of the device driver for 3ware's 9000 series
PATA/SATA RAID controllers. This driver is a SIM under CAM, and so, behaves
like a driver for a SCSI controller.
Reviewed by: ps
Approved by: re
Revision Changes Path
1.2.2.1 +2399 -0 src/sys/dev/twa/twa.c (new)
1.1.2.1 +322 -0 src/sys/dev/twa/twa.h (new)
1.1.2.1 +718 -0 src/sys/dev/twa/twa_cam.c (new)
1.1.2.1 +77 -0 src/sys/dev/twa/twa_externs.h (new)
1.2.2.1 +1037 -0 src/sys/dev/twa/twa_freebsd.c (new)
1.1.2.1 +23838 -0 src/sys/dev/twa/twa_fwimg.c (new)
1.1.2.1 +247 -0 src/sys/dev/twa/twa_globals.c (new)
1.2.2.1 +62 -0 src/sys/dev/twa/twa_includes.h (new)
1.1.2.1 +125 -0 src/sys/dev/twa/twa_ioctl.h (new)
1.1.2.1 +463 -0 src/sys/dev/twa/twa_reg.h (new)
More information about the cvs-src
mailing list