summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2016-11-24 23:19:17 -0600
committerLuiz Souza <luiz@netgate.com>2017-09-06 13:47:36 -0500
commit8ec814dca769f009531da6ec77285a47f5ada530 (patch)
treee9c98cd36a5a6061df5df7df1a1b520dfed51fac
parent1e8f26a016672c847e999fc24df69608d86240f5 (diff)
downloadFreeBSD-src-8ec814dca769f009531da6ec77285a47f5ada530.zip
FreeBSD-src-8ec814dca769f009531da6ec77285a47f5ada530.tar.gz
Add wireless modules to ARM kernel.
Ticket #176/ARM (cherry picked from commit 2e470aef1ede67776cad5934e4a74413afd00a39)
-rw-r--r--sys/arm/conf/pfSense-uFW34
-rw-r--r--sys/arm/conf/uFW-base43
2 files changed, 72 insertions, 5 deletions
diff --git a/sys/arm/conf/pfSense-uFW b/sys/arm/conf/pfSense-uFW
index a02723a..41a5a6d 100644
--- a/sys/arm/conf/pfSense-uFW
+++ b/sys/arm/conf/pfSense-uFW
@@ -15,10 +15,44 @@ options GEOM_UZIP
options GEOM_ELI
options GEOM_BDE
+options TMPFS
options UNIONFS
options NULLFS
options PPS_SYNC
+# Wireless
+nooptions IEEE80211_DEBUG # enable debug msgs
+device wlan_rssadapt
+device wlan_xauth
+device wlan_acl
+device iwifw
+device ipwfw # Firmware for Intel PRO/Wireless 2100 IEEE 802.11 driver
+device wpifw # Firmware for Intel 3945ABG Wireless LAN IEEE 802.11 driver
+device iwnfw # Firmware for Intel Wireless WiFi Link 4965AGN IEEE 802.11n driver
+device uath # Atheros USB IEEE 802.11a/b/g wireless network device
+device ralfw # Firmware for Ralink Technology RT2500 wireless NICs.
+device ural # Ralink Technology RT2500USB IEEE 802.11 driver
+device urtw # Realtek RTL8187B/L USB IEEE 802.11b/g wireless network device
+device rum # Ralink Technology USB IEEE 802.11a/b/g wireless network device
+device mwlfw # Firmware for Marvell 88W8363 IEEE 802.11n wireless network driver
+device upgt # Conexant/Intersil PrismGT SoftMAC USB IEEE 802.11b/g wireless
+device udav # Davicom DM9601 USB Ethernet driver
+device axe
+device axge
+device aue
+device cue
+device kue
+device mos
+device rsu
+device rsufw
+device run # Ralink RT2700U/RT2800U/RT3000U USB 802.11agn
+device runfw
+device rue
+#device rtwn
+#device urtwnfw
+device bwn # Broadcom BCM43xx IEEE 802.11b/g wireless network driver
+device bwi # Broadcom BCM43xx IEEE 802.11b/g wireless network driver
+
# USB support
nooptions USB_DEBUG # enable debug msgs
diff --git a/sys/arm/conf/uFW-base b/sys/arm/conf/uFW-base
index f781645..9f160ff 100644
--- a/sys/arm/conf/uFW-base
+++ b/sys/arm/conf/uFW-base
@@ -51,8 +51,6 @@ device uart
device uart_ns8250
device pty
device snp
-device md
-device random # Entropy device
# GPIO
device gpio
@@ -73,6 +71,44 @@ device ti_mbox
# PMU support (for CCNT).
device pmu
+# Wireless NIC cards
+device wlan # 802.11 support
+options IEEE80211_DEBUG # enable debug msgs
+options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
+options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
+device wlan_wep # 802.11 WEP support
+device wlan_ccmp # 802.11 CCMP support
+device wlan_tkip # 802.11 TKIP support
+device wlan_amrr # AMRR transmit rate control algorithm
+device an # Aironet 4500/4800 802.11 wireless NICs.
+device ath # Atheros NICs
+device ath_pci # Atheros pci/cardbus glue
+device ath_hal # pci/cardbus chip support
+options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
+options AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigation
+options ATH_ENABLE_11N # Enable 802.11n support for AR5416 and later
+device ath_rate_sample # SampleRate tx rate control for ath
+#device bwi # Broadcom BCM430x/BCM431x wireless NICs.
+#device bwn # Broadcom BCM43xx wireless NICs.
+device ipw # Intel 2100 wireless NICs.
+device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs.
+device iwn # Intel 4965/1000/5000/6000 wireless NICs.
+device malo # Marvell Libertas wireless NICs.
+device mwl # Marvell 88W8363 802.11n wireless NICs.
+device ral # Ralink Technology RT2500 wireless NICs.
+device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
+device wpi # Intel 3945ABG wireless NICs.
+
+# Pseudo devices.
+device loop # Network loopback
+device random # Entropy device
+device ether # Ethernet support
+device vlan # 802.1Q VLAN support
+device tun # Packet tunnel.
+device md # Memory "disks"
+device gif # IPv6 and IPv4 tunneling
+device firmware # firmware assist module
+
# USB support
device usb
options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
@@ -85,9 +121,6 @@ device da # Direct Access (disks)
device miibus
# Ethernet
-device loop
-device ether
-device vlan # 802.1Q VLAN support
device micphy
device cpsw
options CPSW_ETHERSWITCH
OpenPOWER on IntegriCloud