cvs commit: src/share/man/man4 twa.4 src/sys/dev/twa tw_cl.h
tw_cl_externs.h tw_cl_fwif.h tw_cl_fwimg.c tw_cl_init.c
tw_cl_intr.c tw_cl_io.c tw_cl_ioctl.h tw_cl_misc.c tw_cl_share.h
tw_osl.h tw_osl_cam.c tw_osl_freebsd.c tw_osl_includes.h ...
Vinod Kashyap
vkashyap at FreeBSD.org
Wed Dec 7 10:18:11 PST 2005
vkashyap 2005-12-07 18:18:06 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
share/man/man4 twa.4
sys/dev/twa tw_cl.h tw_cl_externs.h tw_cl_fwif.h
tw_cl_fwimg.c tw_cl_init.c tw_cl_intr.c
tw_cl_io.c tw_cl_ioctl.h tw_cl_misc.c
tw_cl_share.h tw_osl.h tw_osl_cam.c
tw_osl_freebsd.c tw_osl_includes.h
tw_osl_ioctl.h tw_osl_share.h
sys/modules/twa Makefile
Added files: (Branch: RELENG_6)
sys/dev/twa tw_osl_inline.h
Log:
MFC: twa corresponding to the 9.3.0.1 release on the 3ware website. This driver
has support for the 9xxxSX controllers, along with the earlier 9xxxS series
controllers.
Revision Changes Path
1.4.2.1 +10 -0 src/share/man/man4/twa.4
1.1.4.1 +36 -0 src/sys/dev/twa/tw_cl.h
1.1.4.1 +4 -0 src/sys/dev/twa/tw_cl_externs.h
1.1.4.1 +36 -9 src/sys/dev/twa/tw_cl_fwif.h
1.1.4.1 +43266 -22276 src/sys/dev/twa/tw_cl_fwimg.c
1.1.4.1 +164 -30 src/sys/dev/twa/tw_cl_init.c
1.1.4.1 +9 -4 src/sys/dev/twa/tw_cl_intr.c
1.1.4.1 +89 -13 src/sys/dev/twa/tw_cl_io.c
1.1.4.1 +9 -0 src/sys/dev/twa/tw_cl_ioctl.h
1.1.4.1 +81 -43 src/sys/dev/twa/tw_cl_misc.c
1.1.4.1 +76 -5 src/sys/dev/twa/tw_cl_share.h
1.1.4.1 +3 -0 src/sys/dev/twa/tw_osl.h
1.3.2.1 +32 -6 src/sys/dev/twa/tw_osl_cam.c
1.1.4.1 +49 -263 src/sys/dev/twa/tw_osl_freebsd.c
1.1.4.1 +3 -4 src/sys/dev/twa/tw_osl_includes.h
1.1.2.1 +365 -0 src/sys/dev/twa/tw_osl_inline.h (new)
1.1.4.1 +2 -2 src/sys/dev/twa/tw_osl_ioctl.h
1.2.2.1 +15 -32 src/sys/dev/twa/tw_osl_share.h
1.4.2.1 +21 -9 src/sys/modules/twa/Makefile
More information about the cvs-src
mailing list