diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2006-05-10 05:19:21 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2006-05-10 05:19:21 +0000 |
| commit | 145ebf44d28ee0bef0664ad5856ab1086dc519d1 (patch) | |
| tree | dc63197158729eee80b422754cb405445c2ffdde | |
| parent | 054c2555087ccb34c583dd570a60a1d7e36a330e (diff) | |
Notes
| -rw-r--r-- | sys/i386/conf/PAE | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index 8a0e32f3378e..5d0c9635a42d 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -74,7 +74,13 @@ nodevice sn nodevice xe nodevice wlan +nodevice wlan_wep # 802.11 WEP support +nodevice wlan_ccmp # 802.11 CCMP support +nodevice wlan_tkip # 802.11 TKIP support nodevice an +nodevice ath # Atheros pci/cardbus NIC's +nodevice ath_hal # Atheros HAL (Hardware Access Layer) +nodevice ath_rate_sample # SampleRate tx rate control for ath nodevice awi nodevice ral nodevice wi |
