svn commit: r204659 - stable/8/sys/modules/ath

Rui Paulo rpaulo at FreeBSD.org
Wed Mar 3 20:08:12 UTC 2010


Author: rpaulo
Date: Wed Mar  3 20:08:12 2010
New Revision: 204659
URL: http://svn.freebsd.org/changeset/base/204659

Log:
  Add ar9280.c and ar9280_attach.c.

Modified:
  stable/8/sys/modules/ath/Makefile

Modified: stable/8/sys/modules/ath/Makefile
==============================================================================
--- stable/8/sys/modules/ath/Makefile	Wed Mar  3 20:06:50 2010	(r204658)
+++ stable/8/sys/modules/ath/Makefile	Wed Mar  3 20:08:12 2010	(r204659)
@@ -91,6 +91,7 @@ SRCS+=	ah_eeprom_v14.c \
 SRCS+=	ar9160_attach.c
 # RF backend for 5416 and 9160
 SRCS+=	ar2133.c
+SRCS+=	ar9280.c ar9280_attach.c
 SRCS+=	ar9285.c ar9285_reset.c ar9285_attach.c
 
 # NB: rate control is bound to the driver by symbol names so only pick one


More information about the svn-src-all mailing list