diff options
author | kevlo <kevlo@FreeBSD.org> | 2007-05-07 02:06:03 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2007-05-07 02:06:03 +0000 |
commit | 89924ba2b3f7d8f56b2cc51a20dc3a6b7be598e3 (patch) | |
tree | c4be5b5260621c04fe100d7b2d0a770e33e67d05 | |
parent | 8a4fc0554b7eddddf901576be787065073b2e92b (diff) | |
download | FreeBSD-src-89924ba2b3f7d8f56b2cc51a20dc3a6b7be598e3.zip FreeBSD-src-89924ba2b3f7d8f56b2cc51a20dc3a6b7be598e3.tar.gz |
Add rum(4)
-rw-r--r-- | sys/i386/conf/PAE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index d134e99..c1c76c9 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -79,6 +79,7 @@ nodevice wlan nodevice wlan_wep # 802.11 WEP support nodevice wlan_ccmp # 802.11 CCMP support nodevice wlan_tkip # 802.11 TKIP support +nodevice wlan_amrr # AMRR transmit rate control algorithm nodevice an nodevice ath # Atheros pci/cardbus NIC's nodevice ath_hal # Atheros HAL (Hardware Access Layer) @@ -99,6 +100,7 @@ nodevice umass nodevice ums nodevice ural nodevice urio +nodevice rum nodevice uscanner nodevice aue nodevice axe |