git: ath - Fix module loading.
Antonio Huete Jimenez
tuxillo at crater.dragonflybsd.org
Sun Apr 18 16:00:17 PDT 2010
commit 8fa6f1862378ddc3c175725547a12ae5d1d304a6
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date: Mon Apr 19 00:44:54 2010 +0200
ath - Fix module loading.
This registers the modules ath_hal and ath_rate,
so they are properly handled.
Both are now a dependency for if_ath to provide
automatic loading upon if_ath load.
Also 'if_ath_load=YES' on /boot/loader.conf is
fixed with this commit.
Summary of changes:
sys/dev/netif/ath/ath/if_ath_pci.c | 5 ++++-
sys/dev/netif/ath/hal/ah_osdep.c | 25 +++++++++++++++++++++++++
sys/dev/netif/ath/rate_sample/sample.c | 27 +++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8fa6f1862378ddc3c175725547a12ae5d1d304a6
--
DragonFly BSD source repository
More information about the Commits
mailing list