Date: Mon, 15 Feb 2010 17:49:49 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/dev/ath/ath_hal ah.h src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c ar5416_reset.c ar9280.h ar9280_attach.c ar9285.c ar9285.h ar9285_attach.c ar9285_reset.c Message-ID: <201002151752.o1FHqccu061038@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rpaulo 2010-02-15 17:49:49 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/ath/ath_hal ah.h sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c ar5416_reset.c ar9280.h ar9280_attach.c Added files: sys/dev/ath/ath_hal/ar5416 ar9285.c ar9285.h ar9285_attach.c ar9285_reset.c Log: SVN rev 203930 on 2010-02-15 17:49:49Z by rpaulo Bring back AR9285 support. This fixes most of the issues and should be pretty usable. MFC after: 1 month Revision Changes Path 1.1500 +10 -3 src/sys/conf/files 1.13 +4 -0 src/sys/dev/ath/ath_hal/ah.h 1.10 +16 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416.h 1.13 +2 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c 1.15 +6 -18 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c 1.3 +3 -0 src/sys/dev/ath/ath_hal/ar5416/ar9280.h 1.5 +1 -3 src/sys/dev/ath/ath_hal/ar5416/ar9280_attach.c 1.1 +64 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285.c (new) 1.1 +43 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285.h (new) 1.1 +395 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285_attach.c (new) 1.1 +951 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285_reset.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002151752.o1FHqccu061038>