Date: Sun, 31 Jan 2010 13:39:08 +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: r203285 - head/sys/modules/ath Message-ID: <201001311339.o0VDd8kB039155@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Sun Jan 31 13:39:08 2010 New Revision: 203285 URL: http://svn.freebsd.org/changeset/base/203285 Log: Build 928x files too. Modified: head/sys/modules/ath/Makefile Modified: head/sys/modules/ath/Makefile ============================================================================== --- head/sys/modules/ath/Makefile Sun Jan 31 13:01:02 2010 (r203284) +++ head/sys/modules/ath/Makefile Sun Jan 31 13:39:08 2010 (r203285) @@ -37,7 +37,7 @@ ATH_RATE?= sample # tx rate control alg KMOD= if_ath SRCS= if_ath.c if_ath_pci.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+= ah_osdep.c ah.c ah_regdomain.c ah_eeprom_v3.c ah_eeprom_v4k.c SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h opt_wlan.h # @@ -89,6 +89,7 @@ SRCS+= ah_eeprom_v14.c \ ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_recv.c \ ar5416_reset.c ar5416_xmit.c SRCS+= ar9160_attach.c +SRCS+= ar9280_attach.c # RF backend for 5416 and 9160 SRCS+= ar2133.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001311339.o0VDd8kB039155>