Releases: acidanthera/AirportBrcmFixup
Releases · acidanthera/AirportBrcmFixup
2.0.9
v2.0.9
- boot-arg and property
brcmfx-aspm
supports special value255
in order to skip logic disabling APSM for 0x14e4:0x43a3 (DW1820A).
It can be used if you have masked pin 53 (CLKREQ#) and APSM L0|L1 is working. - Improve service matching (the old implementation could cause hangs on boot)
2.0.8
v2.0.8
- Added constants for 11.0 support
- Property 'pci-aspm-default' with value 0 is not required for Broadcom BCM4350 chipset (with non-apple subsystem-vendor-id), since now it is injected/corrected and method IOPCIFamily::setASPMState called for provider to disable ASPM immediately.
- Add required dependencies into OSBundleLibraries section
- Remove injectors for AirPortBrcm4360 and AirPortBrcmNIC from main Info.plist and move them into separate plugins AirPortBrcm4360_Injector and AirPortBrcmNIC_Injector (kexts with plist only). Under 11.0 (Big Sur) plugin AirPortBrcm4360_Injector.kext must be blocked by MaxKernel 19.9.9 or just removed, otherwise it will block loading of AirPortBrcmNIC since class AirPortBrcm4360 is unsupported.
- Check whether brcmfx-driver value is incorrect (if specified value is unsupported in current osx system)
- Support boot-arg and property
brcmfx-aspm
to override value used for pci-aspm-default
2.0.7
v2.0.7
- Fix for kernel panic when FakeBrcm is detached from provider (provider->close(service))
2.0.6
v2.0.6
- Add previous implementation of wowl disabler (both methods wlc_wowl_enable and wowCapablePlatform must be overridden)
- Add support for DW1820A CN-096JNT & Fix freezing issues (thanks to Sniki)
- Read property brcmfx-driver from provider's IOReg entry (can be injected by bootloader as well as brcmfx-country property)
2.0.5
v2.0.5
- Re-implement wowl disabler (fix bug #615)
2.0.4
v2.0.4
- Minor improvement in method findService (based on panic report analysis)
- Do not use removeObject, use getNextObject
2.0.3
v2.0.3
- Unified binary archive names
2.0.2
v2.0.2
- Fixed compatibility with 10.15
2.0.0
1.1.9
v1.1.9
- Fix issue with IOProbeScore for Airport_BrcmNIC