7 lines
405 B
Plaintext
7 lines
405 B
Plaintext
# Fix 5 (bwn driver): load the Broadcom v4 firmware module at loader time so it
|
|||
|
|
# is present BEFORE if_bwn attaches bwn0 (if_bwn auto-loads via devmatch when
|
||
|
|
# bwn_pci0 attaches, but the firmware-only module has no modalias and would
|
||
|
|
# otherwise only load from kld_list, which is fragile). Without this the driver
|
||
|
|
# panics with "firmware bwn_v4_ucode16_mimo not found" during cleanup.
|
||
|
|
bwn_v4_n_load="YES"
|