svn commit: r204578 - head/sys/modules/ath

Rui Paulo rpaulo at FreeBSD.org
Tue Mar 2 12:51:39 UTC 2010


Author: rpaulo
Date: Tue Mar  2 12:51:39 2010
New Revision: 204578
URL: http://svn.freebsd.org/changeset/base/204578

Log:
  Add AR9285 sources.

Modified:
  head/sys/modules/ath/Makefile

Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile	Tue Mar  2 12:11:00 2010	(r204577)
+++ head/sys/modules/ath/Makefile	Tue Mar  2 12:51:39 2010	(r204578)
@@ -92,6 +92,7 @@ SRCS+=	ar9160_attach.c
 SRCS+=	ar9280.c ar9280_attach.c
 # RF backend for 5416 and 9160
 SRCS+=	ar2133.c
+SRCS+=	ar9285.c ar9285_attach.c
 
 # NB: rate control is bound to the driver by symbol names so only pick one
 .if ${ATH_RATE} == "sample"


More information about the svn-src-all mailing list