Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2010 20:08:12 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r204659 - stable/8/sys/modules/ath
Message-ID:  <201003032008.o23K8CUf052579@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003032008.o23K8CUf052579>