This commit is contained in:
bwn-a1370
2026-09-01 14:44:44 +03:00
6 changed files with 5 additions and 35 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
# bwn driver fixes for Broadcom BCM43224 (Apple MacBook Air A1370)
# FreeBSD bwn driver fixes for Broadcom BCM43224 (Apple MacBook Air A1370)
A complete, self-contained set of fixes that make the FreeBSD `bwn(4)` driver
work on the Apple MacBook Air A1370's BCM43224
@@ -126,3 +126,7 @@ ways:
(Plus the prebuilt `bwn_v4_n.ko` firmware, reproducible from `src/firmware/`.)
See `RESEARCH.md` for the full root-cause analysis behind each fix.
## Credits
Created by Luxferre in 2026, released into the public domain with no warranties.
@@ -1,5 +0,0 @@
hint.asmc.0.disabled="1"
acpi_video_load="YES"
acpi_ibm_load="YES"
backlight_load="YES"
snd_driver_load="YES"
@@ -1,12 +0,0 @@
clear_tmp_enable="YES"
hostname="luxair"
wlans_rtwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
sshd_enable="YES"
ntpd_enable="YES"
powerd_enable="YES"
moused_enable="YES"
# Set dumpdev to AUTO to enable crash dumps
dumpdev="AUTO"
kld_list="nouveau bwn_v4_n if_bwn"
Binary file not shown.
Binary file not shown.
@@ -1,17 +0,0 @@
clear_tmp_enable="YES"
hostname="luxair"
wlans_rtwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
sshd_enable="YES"
ntpd_enable="YES"
powerd_enable="YES"
moused_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
kld_list="nouveau"
# Broadcom BCM43224 (bwn) — switch primary Wi-Fi from rtwn0 USB dongle to internal bwn0
wlans_bwn0="wlan0"
kld_list="nouveau bwn_v4_n if_bwn"