diff options
author | peter <peter@FreeBSD.org> | 2004-02-06 01:51:58 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2004-02-06 01:51:58 +0000 |
commit | bc64bec12151c87a5a1fd07fbe238c3f146cccc8 (patch) | |
tree | f8e8802ed32883d012397ad5769e4aef556b6595 /sys | |
parent | 7a08a6bb7eff7fb43a30308c458559d81873c76a (diff) | |
download | FreeBSD-src-bc64bec12151c87a5a1fd07fbe238c3f146cccc8.zip FreeBSD-src-bc64bec12151c87a5a1fd07fbe238c3f146cccc8.tar.gz |
Turn of ath since it causes a link failure without the hal till sam's
set up with a cross compiler and has the time to port the hal.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index db8052d..0250221 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -238,7 +238,7 @@ options DRM_DEBUG # ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan) -device ath +#X#device ath #X#device ath_hal # Atheros HAL (includes binary component) device wlan # 802.11 layer |