Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2011 05:54:05 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath/ath_hal ah.c ah_internal.h src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_reset.c src/sys/dev/ath/ath_hal/ar9002 ar9280_olc.c ar9285_reset.c
Message-ID:  <201103130554.p2D5sGcf055691@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2011-03-13 05:54:05 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath/ath_hal  ah.c ah_internal.h 
    sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_reset.c 
    sys/dev/ath/ath_hal/ar9002 ar9280_olc.c ar9285_reset.c 
  Log:
  SVN rev 219586 on 2011-03-13 05:54:05Z by adrian
  
  Move out some of the shared eeprom board value calculation routines into ah.c
  rather than duplicating them for the v14 (ar5416+) and v4k (ar9285) codebases.
  
  Further chipsets (eg the AR9287) have yet another EEPROM format which will use
  these routines to calculate things.
  
  Revision  Changes    Path
  1.22      +112 -0    src/sys/dev/ath/ath_hal/ah.c
  1.25      +10 -0     src/sys/dev/ath/ath_hal/ah_internal.h
  1.24      +0 -5      src/sys/dev/ath/ath_hal/ar5416/ar5416.h
  1.34      +9 -118    src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
  1.4       +1 -1      src/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
  1.6       +7 -23     src/sys/dev/ath/ath_hal/ar9002/ar9285_reset.c



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