Date: Wed, 3 Mar 2010 20:01:32 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r204656 - head/sys/modules/ath Message-ID: <201003032001.o23K1WrI050948@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Wed Mar 3 20:01:31 2010 New Revision: 204656 URL: http://svn.freebsd.org/changeset/base/204656 Log: Add a missing ar9285_reset.c file. Modified: head/sys/modules/ath/Makefile Modified: head/sys/modules/ath/Makefile ============================================================================== --- head/sys/modules/ath/Makefile Wed Mar 3 19:44:43 2010 (r204655) +++ head/sys/modules/ath/Makefile Wed Mar 3 20:01:31 2010 (r204656) @@ -92,7 +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 +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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003032001.o23K1WrI050948>
