Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2009 02:20:29 +0000 (UTC)
From:      Ed Maste <emaste@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:  <200910280220.n9S2Kmc4001705@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emaste      2009-10-28 02:20:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/aac          aac.c aac_debug.c aac_pci.c aacreg.h 
                         aacvar.h 
  Log:
  SVN rev 198533 on 2009-10-28 02:20:29Z by emaste
  
  MFC r188896
  
    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).
  
  (Replace callout_schedule with callout_reset for [3].)
  
  Revision    Changes    Path
  1.120.2.14  +122 -81   src/sys/dev/aac/aac.c
  1.22.2.3    +8 -7      src/sys/dev/aac/aac_debug.c
  1.62.2.6    +24 -12    src/sys/dev/aac/aac_pci.c
  1.23.2.4    +1 -1      src/sys/dev/aac/aacreg.h
  1.48.2.4    +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?200910280220.n9S2Kmc4001705>