1638e35d5SSam Leffler.\" Copyright (c) 2009 Sam Leffler, Errno Consulting 2638e35d5SSam Leffler.\" All rights reserved. 3638e35d5SSam Leffler.\" 4638e35d5SSam Leffler.\" Redistribution and use in source and binary forms, with or without 5638e35d5SSam Leffler.\" modification, are permitted provided that the following conditions 6638e35d5SSam Leffler.\" are met: 7638e35d5SSam Leffler.\" 1. Redistributions of source code must retain the above copyright 8638e35d5SSam Leffler.\" notice, this list of conditions and the following disclaimer. 9638e35d5SSam Leffler.\" 2. The name of the author may not be used to endorse or promote products 10638e35d5SSam Leffler.\" derived from this software without specific prior written permission. 11638e35d5SSam Leffler.\" 12638e35d5SSam Leffler.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 13638e35d5SSam Leffler.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 14638e35d5SSam Leffler.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 15638e35d5SSam Leffler.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 16638e35d5SSam Leffler.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 17638e35d5SSam Leffler.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 18638e35d5SSam Leffler.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 19638e35d5SSam Leffler.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 20638e35d5SSam Leffler.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 21638e35d5SSam Leffler.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22638e35d5SSam Leffler.\" 23*fc1dccd5SChristian Brueffer.Dd August 30, 2014 24638e35d5SSam Leffler.Dt IWNFW 4 25638e35d5SSam Leffler.Os 26638e35d5SSam Leffler.Sh NAME 27638e35d5SSam Leffler.Nm iwnfw 28638e35d5SSam Leffler.Nd "Firmware Module for Intel Wireless driver" 29638e35d5SSam Leffler.Sh SYNOPSIS 30638e35d5SSam LefflerTo compile this module into the kernel, 31638e35d5SSam Lefflerplace the following line in your 32638e35d5SSam Lefflerkernel configuration file: 33638e35d5SSam Leffler.Bd -ragged -offset indent 34638e35d5SSam Leffler.Cd "device iwnfw" 35638e35d5SSam Leffler.Ed 36638e35d5SSam Leffler.Pp 37aa12af34SGavin AtkinsonThis will include firmware images for all 38aa12af34SGavin Atkinson.Xr iwn 4 39aa12af34SGavin Atkinsondevices inside the kernel. 402267cb3dSRui PauloIf you want to pick only the firmware image for your network adapter choose one 412267cb3dSRui Pauloof the following: 422267cb3dSRui Paulo.Bd -ragged -offset indent 43c7ea7c46SRebecca Cran.Cd "device iwn1000fw" 44*fc1dccd5SChristian Brueffer.Cd "device iwn100fw" 45aa12af34SGavin Atkinson.Cd "device iwn105fw" 46aa12af34SGavin Atkinson.Cd "device iwn135fw" 47479b9a60SChristian Brueffer.Cd "device iwn2000fw" 48479b9a60SChristian Brueffer.Cd "device iwn2030fw" 49479b9a60SChristian Brueffer.Cd "device iwn4965fw" 502267cb3dSRui Paulo.Cd "device iwn5000fw" 51c7ea7c46SRebecca Cran.Cd "device iwn5150fw" 52c7ea7c46SRebecca Cran.Cd "device iwn6000fw" 533e7f54fdSBernhard Schmidt.Cd "device iwn6000g2afw" 543e7f54fdSBernhard Schmidt.Cd "device iwn6000g2bfw" 552833a731SBernhard Schmidt.Cd "device iwn6050fw" 562267cb3dSRui Paulo.Ed 572267cb3dSRui Paulo.Pp 58638e35d5SSam LefflerAlternatively, to load the driver as a 59638e35d5SSam Lefflermodule at boot time, place the following line in 60638e35d5SSam Leffler.Xr loader.conf 5 : 61638e35d5SSam Leffler.Bd -literal -offset indent 62c7ea7c46SRebecca Craniwn1000fw_load="YES" 63*fc1dccd5SChristian Bruefferiwn100fw_load="YES" 64aa12af34SGavin Atkinsoniwn105fw_load="YES" 65aa12af34SGavin Atkinsoniwn135fw_load="YES" 66479b9a60SChristian Bruefferiwn2000fw_load="YES" 67479b9a60SChristian Bruefferiwn2030fw_load="YES" 68479b9a60SChristian Bruefferiwn4965fw_load="YES" 692267cb3dSRui Pauloiwn5000fw_load="YES" 70c7ea7c46SRebecca Craniwn5150fw_load="YES" 71c7ea7c46SRebecca Craniwn6000fw_load="YES" 723e7f54fdSBernhard Schmidtiwn6000g2afw_load="YES" 733e7f54fdSBernhard Schmidtiwn6000g2bfw_load="YES" 742833a731SBernhard Schmidtiwn6050fw_load="YES" 75638e35d5SSam Leffler.Ed 76638e35d5SSam Leffler.Sh DESCRIPTION 77638e35d5SSam LefflerThis module provides access to firmware sets for the 78*fc1dccd5SChristian BruefferIntel Wireless WiFi Link 100, 105, 135, 1000, 2000, 2030, 4965, 5000 and 6000 series of 79c7ea7c46SRebecca CranIEEE 802.11n adapters. 80638e35d5SSam LefflerIt may be 81638e35d5SSam Lefflerstatically linked into the kernel, or loaded as a module. 82638e35d5SSam Leffler.Sh SEE ALSO 83638e35d5SSam Leffler.Xr iwn 4 , 848031b257SBenedict Reuschling.Xr firmware 9 85