cvs commit: src/sys/conf files.i386 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 src/sys/i386/conf GENERIC
src/sys/modules/twa Makefile
Vinod Kashyap
vkashyap at FreeBSD.org
Mon Mar 29 19:46:01 PST 2004
vkashyap 2004/03/29 19:46:00 PST
FreeBSD src repository
Modified files:
sys/conf files.i386
sys/i386/conf GENERIC
Added files:
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
sys/modules/twa Makefile
Log:
Initial check-in 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.
Revision Changes Path
1.482 +5 -0 src/sys/conf/files.i386
1.1 +2399 -0 src/sys/dev/twa/twa.c (new)
1.1 +322 -0 src/sys/dev/twa/twa.h (new)
1.1 +703 -0 src/sys/dev/twa/twa_cam.c (new)
1.1 +77 -0 src/sys/dev/twa/twa_externs.h (new)
1.1 +1032 -0 src/sys/dev/twa/twa_freebsd.c (new)
1.1 +23838 -0 src/sys/dev/twa/twa_fwimg.c (new)
1.1 +247 -0 src/sys/dev/twa/twa_globals.c (new)
1.1 +62 -0 src/sys/dev/twa/twa_includes.h (new)
1.1 +125 -0 src/sys/dev/twa/twa_ioctl.h (new)
1.1 +463 -0 src/sys/dev/twa/twa_reg.h (new)
1.399 +1 -0 src/sys/i386/conf/GENERIC
1.1 +24 -0 src/sys/modules/twa/Makefile (new)
More information about the cvs-src
mailing list