diff options
author | sam <sam@FreeBSD.org> | 2006-06-07 18:10:28 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2006-06-07 18:10:28 +0000 |
commit | 9c0742c63fb25f5279236ef1639eab43edfeb4d2 (patch) | |
tree | 831f9552e1ef39c0cb6ee2bb463849c8c01f2dfd /sys/sparc64 | |
parent | 02261790e07dcd43b8b109c6b1563b37983ed368 (diff) | |
download | FreeBSD-src-9c0742c63fb25f5279236ef1639eab43edfeb4d2.zip FreeBSD-src-9c0742c63fb25f5279236ef1639eab43edfeb4d2.tar.gz |
add ath & co.
MFC after: 1 month
Diffstat (limited to 'sys/sparc64')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 5c48327..c3fba8f 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -184,6 +184,15 @@ device ti # Alteon Networks Tigon I/II gigabit Ethernet #device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') +# Wireless NIC cards +device wlan # 802.11 support +device wlan_wep # 802.11 WEP support +device wlan_ccmp # 802.11 CCMP support +device wlan_tkip # 802.11 TKIP support +device ath # Atheros pci/cardbus NIC's +device ath_hal # Atheros HAL (Hardware Access Layer) +device ath_rate_sample # SampleRate tx rate control for ath + # Pseudo devices. device loop # Network loopback device random # Entropy device |