mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
iwlwifi: add message how to install firmware on FreeBSD
While it is too late for 14.3-R point people at fwget(8) to install
firmware if the driver cannot find any.
Sponsored by: The FreeBSD Foundation
Reviewed by: emaste, ziaee
Differential Revision: https://reviews.freebsd.org/D50777
(cherry picked from commit 8ac82ba19e)
This commit is contained in:
parent
6308635e13
commit
a6124ca219
1 changed files with 3 additions and 0 deletions
|
|
@ -277,6 +277,9 @@ static int iwl_request_firmware(struct iwl_drv *drv, bool first)
|
|||
|
||||
IWL_ERR(drv,
|
||||
"check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git\n");
|
||||
#if defined(__FreeBSD__)
|
||||
IWL_ERR(drv, "On FreeBSD the firmware package can be installed running fwget(8).\n");
|
||||
#endif
|
||||
return -ENOENT;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue