mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -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 MFC after: 3 days Reviewed by: emaste, ziaee Differential Revision: https://reviews.freebsd.org/D50777
This commit is contained in:
parent
d41a2ba73c
commit
8ac82ba19e
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