Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2005 22:51:43 +0000 (UTC)
From:      Vinod Kashyap <vkashyap@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files 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 ...
Message-ID:  <200511082251.jA8Mphfk042135@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
vkashyap    2005-11-08 22:51:43 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    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_share.h 
    sys/modules/twa      Makefile 
  Added files:
    sys/dev/twa          tw_osl_inline.h 
  Log:
  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.1064    +4 -2          src/sys/conf/files
  1.2       +36 -0         src/sys/dev/twa/tw_cl.h
  1.2       +4 -0          src/sys/dev/twa/tw_cl_externs.h
  1.2       +36 -9         src/sys/dev/twa/tw_cl_fwif.h
  1.2       +43248 -22258  src/sys/dev/twa/tw_cl_fwimg.c
  1.2       +164 -30       src/sys/dev/twa/tw_cl_init.c
  1.2       +9 -4          src/sys/dev/twa/tw_cl_intr.c
  1.2       +89 -13        src/sys/dev/twa/tw_cl_io.c
  1.2       +9 -0          src/sys/dev/twa/tw_cl_ioctl.h
  1.2       +81 -43        src/sys/dev/twa/tw_cl_misc.c
  1.2       +76 -5         src/sys/dev/twa/tw_cl_share.h
  1.2       +3 -0          src/sys/dev/twa/tw_osl.h
  1.5       +31 -5         src/sys/dev/twa/tw_osl_cam.c
  1.4       +44 -258       src/sys/dev/twa/tw_osl_freebsd.c
  1.3       +0 -1          src/sys/dev/twa/tw_osl_includes.h
  1.1       +365 -0        src/sys/dev/twa/tw_osl_inline.h (new)
  1.4       +14 -31        src/sys/dev/twa/tw_osl_share.h
  1.6       +26 -4         src/sys/modules/twa/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511082251.jA8Mphfk042135>