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

Rui Paulo rpaulo at FreeBSD.org
Wed Mar 3 20:06:51 UTC 2010


Author: rpaulo
Date: Wed Mar  3 20:06:50 2010
New Revision: 204658
URL: http://svn.freebsd.org/changeset/base/204658

Log:
  MFC 204656:
  	Add missing ar9285_reset.c file.

Modified:
  stable/8/sys/modules/ath/Makefile
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/netinet/   (props changed)

Modified: stable/8/sys/modules/ath/Makefile
==============================================================================
--- stable/8/sys/modules/ath/Makefile	Wed Mar  3 20:06:09 2010	(r204657)
+++ stable/8/sys/modules/ath/Makefile	Wed Mar  3 20:06:50 2010	(r204658)
@@ -91,7 +91,7 @@ SRCS+=	ah_eeprom_v14.c \
 SRCS+=	ar9160_attach.c
 # RF backend for 5416 and 9160
 SRCS+=	ar2133.c
-SRCS+=	ar9285.c ar9285_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
 .if ${ATH_RATE} == "sample"


More information about the svn-src-stable-8 mailing list