Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2011 05:25:42 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath/ath_hal/ar5416 ar5416_reset.c ar5416reg.h
Message-ID:  <201105080525.p485PrAf041259@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2011-05-08 05:25:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_hal/ar5416 ar5416_reset.c ar5416reg.h 
  Log:
  SVN rev 221617 on 2011-05-08 05:25:42Z by adrian
  
  * Add in a comment about ar5416InitUserSettings() potentially
    modifying AR_DIAG_SW.
  
    There's a hardware workaround which sets disabling some errors
    early at startup and clears said bits before the PCU begins
    receiving - it does this to avoid RX descriptor status errors.
  
    It's possible these bits aren't being completely properly twiddled
    in all instances; but in particular if the diag_reg HAL variable
    is set it won't be setting these bits correctly. I'll review this
    at some point.
  
   * Disable multicast search on mac address and key id - the driver
     doesn't use it at the moment and thus adhoc may be broken for
     merlin and later.
  
  * Change this to be for Merlin 1.0 (which from what I understand
    wasn't ever publicly released) to be more correct.
  
  Revision  Changes    Path
  1.59      +3 -1      src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
  1.21      +6 -0      src/sys/dev/ath/ath_hal/ar5416/ar5416reg.h



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