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_reg.h

Vinod Kashyap vkashyap at FreeBSD.org
Wed Jan 5 11:04:29 PST 2005


vkashyap    2005-01-05 19:04:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/twa          twa.c twa.h twa_cam.c twa_externs.h 
                         twa_freebsd.c twa_fwimg.c twa_globals.c 
                         twa_reg.h 
  Log:
  Changes corresponding to the 9.1.5.2 release of twa on the 3ware website.
  The main changes are:
  1. Use of multiple bus dma tags.
  2. Timing of CAM requests by the driver.
  3, Firmware interface change relating to retrieving AEN's.
  4. Removal of twa_intrhook.
  5. Bundling of latest firmware with BBU capability.
  
  Reviewed by:re
  Approved by:re
  
  Revision  Changes        Path
  1.3       +167 -88       src/sys/dev/twa/twa.c
  1.5       +11 -11        src/sys/dev/twa/twa.h
  1.4       +101 -12       src/sys/dev/twa/twa_cam.c
  1.2       +2 -0          src/sys/dev/twa/twa_externs.h
  1.9       +101 -92       src/sys/dev/twa/twa_freebsd.c
  1.2       +21643 -19234  src/sys/dev/twa/twa_fwimg.c
  1.2       +90 -16        src/sys/dev/twa/twa_globals.c
  1.3       +6 -5          src/sys/dev/twa/twa_reg.h


More information about the cvs-src mailing list