iwmfw (4)
Leading comments
Copyright (c) 2009 Sam Leffler, Errno Consulting All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS ...
NAME
iwmfw - Firmware Module for Intel Wireless driverSYNOPSIS
To compile this module into the kernel, place the following line in your kernel configuration file:device iwmfw
This will include firmware images for all iwm(4) devices inside the kernel. If you want to pick only the firmware image for your network adapter choose one of the following:
device iwm3160fw device iwm7260fw device iwm7265fw device iwm8000Cfw
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:
iwm3160fw_load="YES" iwm7260fw_load="YES" iwm7265fw_load="YES" iwm8000Cfw_load="YES"