CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/10/23 06:48:18
Modified files:
sys/dev/ic : bwfm.c bwfmvar.h
sys/dev/pci : if_bwfm_pci.c
sys/dev/sdmmc : if_bwfm_sdio.c
Log message:
Make sure we have enough space to add padding and final token to the nvram
data. Also add the MAC address to the nvram data when there is a
"local-mac-address" property in the device tree. This makes bwfm(4) work
with the firmware/nvram/clm_blob files provided with MacOS on the Apple
M1 Macs.
ok patrick@