1.\" Copyright (c) 2009 Sam Leffler, Errno Consulting 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. 9.\" 2. The name of the author may not be used to endorse or promote products 10.\" derived from this software without specific prior written permission. 11.\" 12.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 13.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 14.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 15.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 16.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 17.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 18.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 19.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 20.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 21.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22.\" 23.\" $FreeBSD$ 24.\" 25.Dd August 30, 2014 26.Dt IWNFW 4 27.Os 28.Sh NAME 29.Nm iwnfw 30.Nd "Firmware Module for Intel Wireless driver" 31.Sh SYNOPSIS 32To compile this module into the kernel, 33place the following line in your 34kernel configuration file: 35.Bd -ragged -offset indent 36.Cd "device iwnfw" 37.Ed 38.Pp 39This will include firmware images for all 40.Xr iwn 4 41devices inside the kernel. 42If you want to pick only the firmware image for your network adapter choose one 43of the following: 44.Bd -ragged -offset indent 45.Cd "device iwn1000fw" 46.Cd "device iwn100fw" 47.Cd "device iwn105fw" 48.Cd "device iwn135fw" 49.Cd "device iwn2000fw" 50.Cd "device iwn2030fw" 51.Cd "device iwn4965fw" 52.Cd "device iwn5000fw" 53.Cd "device iwn5150fw" 54.Cd "device iwn6000fw" 55.Cd "device iwn6000g2afw" 56.Cd "device iwn6000g2bfw" 57.Cd "device iwn6050fw" 58.Ed 59.Pp 60Alternatively, to load the driver as a 61module at boot time, place the following line in 62.Xr loader.conf 5 : 63.Bd -literal -offset indent 64iwn1000fw_load="YES" 65iwn100fw_load="YES" 66iwn105fw_load="YES" 67iwn135fw_load="YES" 68iwn2000fw_load="YES" 69iwn2030fw_load="YES" 70iwn4965fw_load="YES" 71iwn5000fw_load="YES" 72iwn5150fw_load="YES" 73iwn6000fw_load="YES" 74iwn6000g2afw_load="YES" 75iwn6000g2bfw_load="YES" 76iwn6050fw_load="YES" 77.Ed 78.Sh DESCRIPTION 79This module provides access to firmware sets for the 80Intel Wireless WiFi Link 100, 105, 135, 1000, 2000, 2030, 4965, 5000 and 6000 series of 81IEEE 802.11n adapters. 82It may be 83statically linked into the kernel, or loaded as a module. 84.Sh SEE ALSO 85.Xr iwn 4 , 86.Xr firmware 9 87