Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144320310
D34735.id105506.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D34735.id105506.diff
View Options
Index: lib/libclang_rt/Makefile
===================================================================
--- lib/libclang_rt/Makefile
+++ lib/libclang_rt/Makefile
@@ -31,10 +31,13 @@
.endif # amd64
.if ${MACHINE_CPUARCH} == "riscv"
+SUBDIR+= include
SUBDIR+= asan
SUBDIR+= asan-preinit
SUBDIR+= asan_cxx
SUBDIR+= asan_dynamic
+SUBDIR+= stats
+SUBDIR+= stats_client
SUBDIR+= ubsan_minimal
SUBDIR+= ubsan_standalone
SUBDIR+= ubsan_standalone_cxx
Index: sys/powerpc/conf/GENERIC64
===================================================================
--- sys/powerpc/conf/GENERIC64
+++ sys/powerpc/conf/GENERIC64
@@ -224,7 +224,19 @@
device kue # Kawasaki LSI USB Ethernet
# Wireless NIC cards
-options IEEE80211_SUPPORT_MESH
+device wlan # 802.11 support
+options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
+options IEEE80211_DEBUG # enable debug msgs
+device wlan_wep # 802.11 WEP support
+device wlan_ccmp # 802.11 CCMP support
+device wlan_tkipi # 802.11 TKIP support
+device wlan_amrr # AMRR transmit rate control algorithm
+device ath # Atheros NICs
+device ath_pci # Atheros pci/cardbus glue
+device ath_hal # pci/cardbus chip support
+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
# FireWire support
device firewire # FireWire bus code
Index: sys/powerpc/conf/GENERIC64LE
===================================================================
--- sys/powerpc/conf/GENERIC64LE
+++ sys/powerpc/conf/GENERIC64LE
@@ -220,7 +220,19 @@
device kue # Kawasaki LSI USB Ethernet
# Wireless NIC cards
-options IEEE80211_SUPPORT_MESH
+device wlan # 802.11 support
+options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
+options IEEE80211_DEBUG # enable debug msgs
+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 ath # Atheros NICs
+device ath_pci # Atheros pci/cardbus glue
+device ath_hal # pci/cardbus chip support
+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
# FireWire support
device firewire # FireWire bus code
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 8:14 PM (8 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28492960
Default Alt Text
D34735.id105506.diff (2 KB)
Attached To
Mode
D34735: riscv: also enable stats and stats_client in libclang_rt
Attached
Detach File
Event Timeline
Log In to Comment