Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2009 15:40:03 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/aac aac.c aac_debug.c aac_pci.c aacreg.h aacvar.h
Message-ID:  <200902211540.n1LFeIiE026479@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
attilio     2009-02-21 15:40:03 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/aac          aac.c aac_debug.c aac_pci.c aacreg.h 
                         aacvar.h 
  Log:
  SVN rev 188896 on 2009-02-21 15:40:03Z by attilio
  
  Sync with the official Adaptec vendor driver:
  
  [1]     Add the support for the NARK controller which seems a variant of
          the i960Rx.
  [2]     Split up memory regions and other resources in 2 different parts
          as long as NARK uses them separately (it is not clear to me
          why though as long as there are no more informations available
          on this controller). Please note that in all the other cases,
          the regions overlaps leaving the default behaviour for all the
          other controllers.
  [3]     Implement a clock daemon responsible for maintain updated the
          wall clock time of the controller (run any 30 minutes)*.
  
  Submitted by:   Adaptec (driver build 15317 [1, 2] and 15727 [3])
  Reviewed by:    emaste
  Tested by:      emaste
  Sponsored by:   Sandvine Incorporated
  
  * Please note that originally, in the Adaptec driver, the clock daemon
    is not implemented with callouts as in our in-tree driver.
  
  Revision  Changes    Path
  1.140     +122 -81   src/sys/dev/aac/aac.c
  1.25      +8 -7      src/sys/dev/aac/aac_debug.c
  1.71      +24 -12    src/sys/dev/aac/aac_pci.c
  1.27      +1 -1      src/sys/dev/aac/aacreg.h
  1.52      +33 -17    src/sys/dev/aac/aacvar.h



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