Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2012 07:01:12 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r238056 - in head/sys: conf modules/ath
Message-ID:  <201207030701.q6371Cv4027339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Tue Jul  3 07:01:12 2012
New Revision: 238056
URL: http://svn.freebsd.org/changeset/base/238056

Log:
  Link in the new RX EDMA routines.

Modified:
  head/sys/conf/files
  head/sys/modules/ath/Makefile

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Tue Jul  3 06:59:12 2012	(r238055)
+++ head/sys/conf/files	Tue Jul  3 07:01:12 2012	(r238056)
@@ -735,6 +735,8 @@ dev/ath/if_ath_sysctl.c		optional ath \
 	compile-with "${NORMAL_C} -I$S/dev/ath"
 dev/ath/if_ath_rx.c		optional ath \
 	compile-with "${NORMAL_C} -I$S/dev/ath"
+dev/ath/if_ath_rx_edma.c	optional ath \
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 dev/ath/ah_osdep.c		optional ath \
 	compile-with "${NORMAL_C} -I$S/dev/ath"
 #

Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile	Tue Jul  3 06:59:12 2012	(r238055)
+++ head/sys/modules/ath/Makefile	Tue Jul  3 07:01:12 2012	(r238056)
@@ -37,7 +37,7 @@ ATH_RATE?=	sample		# tx rate control alg
 KMOD=	if_ath
 SRCS=	if_ath.c if_ath_debug.c if_ath_keycache.c if_ath_sysctl.c
 SRCS+=	if_ath_tx.c if_ath_tx_ht.c if_ath_led.c if_ath_rx.c if_ath_tdma.c
-SRCS+=	if_ath_beacon.c
+SRCS+=	if_ath_beacon.c if_ath_rx_edma.c
 # NB: v3 eeprom support used by both AR5211 and AR5212; just include it
 SRCS+=	ah_osdep.c ah.c ah_regdomain.c ah_eeprom_v3.c
 SRCS+=	device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h opt_wlan.h



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