Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2009 18:18:28 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf files src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c ar5416_reset.c ar9280.c ar9280.h ar9280_attach.c ar9280v1.ini ar9280v2.ini
Message-ID:  <200903121820.n2CIK670035050@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2009-03-12 18:18:28 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c 
                               ar5416_reset.c 
  Added files:
    sys/dev/ath/ath_hal/ar5416 ar9280.c ar9280.h ar9280_attach.c 
                               ar9280v1.ini ar9280v2.ini 
  Log:
  SVN rev 189747 on 2009-03-12 18:18:28Z by sam
  
  preliminary ar9280 support:
  o add 9280 attach that sets up ini, cal, etc.
  o new rf backend for 9280 and later parts
  o split ini setup and spur mitigation support out to methods
    and provide 9280-specific support
  o minor fixups to shared code to handle 9280-specific work
  
  Obtained from:  Atheros (ini values and some code)
  
  Revision  Changes    Path
  1.1381    +63 -48    src/sys/conf/files
  1.8       +7 -0      src/sys/dev/ath/ath_hal/ar5416/ar5416.h
  1.8       +303 -0    src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
  1.7       +15 -646   src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
  1.1       +361 -0    src/sys/dev/ath/ath_hal/ar5416/ar9280.c (new)
  1.1       +40 -0     src/sys/dev/ath/ath_hal/ar5416/ar9280.h (new)
  1.1       +738 -0    src/sys/dev/ath/ath_hal/ar5416/ar9280_attach.c (new)
  1.1       +582 -0    src/sys/dev/ath/ath_hal/ar5416/ar9280v1.ini (new)
  1.1       +941 -0    src/sys/dev/ath/ath_hal/ar5416/ar9280v2.ini (new)



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