diff options
author | adrian <adrian@FreeBSD.org> | 2015-11-24 03:42:58 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2015-11-24 03:42:58 +0000 |
commit | dd8c453d1f25afe04aad6ae7a090f629a51c5b93 (patch) | |
tree | 9baa1493395ef7ffb5d4452e1fb1f24c3948351e /sys/conf | |
parent | 835b818769c9408e6929b658b306e9ba1802e2ed (diff) | |
download | FreeBSD-src-dd8c453d1f25afe04aad6ae7a090f629a51c5b93.zip FreeBSD-src-dd8c453d1f25afe04aad6ae7a090f629a51c5b93.tar.gz |
[ath] migrate ioctl and busdma memory operations out into separate source files.
This should be a big no-op pass; and reduces the size of if_ath.c.
I'm hopefully soon going to take a whack at the USB support for ath(4)
and this'll require some reuse of the busdma memory code.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index f83e0e4..3dd7613 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -748,8 +748,12 @@ dev/ath/if_ath_btcoex.c optional ath \ compile-with "${NORMAL_C} -I$S/dev/ath" dev/ath/if_ath_debug.c optional ath \ compile-with "${NORMAL_C} -I$S/dev/ath" +dev/ath/if_ath_descdma.c optional ath \ + compile-with "${NORMAL_C} -I$S/dev/ath" dev/ath/if_ath_keycache.c optional ath \ compile-with "${NORMAL_C} -I$S/dev/ath" +dev/ath/if_ath_ioctl.c optional ath \ + compile-with "${NORMAL_C} -I$S/dev/ath" dev/ath/if_ath_led.c optional ath \ compile-with "${NORMAL_C} -I$S/dev/ath" dev/ath/if_ath_lna_div.c optional ath \ |