summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-03-09 01:05:36 +0000
committeradrian <adrian@FreeBSD.org>2013-03-09 01:05:36 +0000
commitd382fc973f470775c34dc384cf8eef1be1e5ed54 (patch)
tree8313d7a4f62999b791e6827889662d829254c81e
parentfccbb24392498442446413909669b14d21bff824 (diff)
downloadFreeBSD-src-d382fc973f470775c34dc384cf8eef1be1e5ed54.zip
FreeBSD-src-d382fc973f470775c34dc384cf8eef1be1e5ed54.tar.gz
Placeholder for the upcoming AR9300 HAL code.
-rw-r--r--sys/modules/ath/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index 7e65785..4f96c63 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -123,6 +123,15 @@ SRCS+= ah_eeprom_9287.c
.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9002
SRCS+= ar9287.c ar9287_reset.c ar9287_attach.c ar9287_cal.c ar9287_olc.c
+# + AR9300 HAL
+# .PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9003
+#SRCS+= ar9300_interrupts.c ar9300_radar.c ar9300_ani.c ar9300_keycache.c
+#SRCS+= ar9300_radio.c ar9300_xmit.c ar9300_attach.c ar9300_mci.c ar9300_stub.c
+#SRCS+= ar9300_xmit_ds.c ar9300_beacon.c ar9300_misc.c ar9300_recv.c
+#SRCS+= ar9300_stub_funcs.c ar9300_eeprom.c ar9300_paprd.c ar9300_recv_ds.c
+#SRCS+= ar9300_freebsd.c ar9300_phy.c ar9300_reset.c ar9300_gpio.c
+#SRCS+= ar9300_power.c ar9300_timer.c
+
# NB: rate control is bound to the driver by symbol names so only pick one
.if ${ATH_RATE} == "sample"
.PATH: ${.CURDIR}/../../dev/ath/ath_rate/sample
OpenPOWER on IntegriCloud