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.\" 23638e35d5SSam Leffler.\" $FreeBSD$ 24638e35d5SSam Leffler.\" 25c7ea7c46SRebecca Cran.Dd February 7, 2010 26638e35d5SSam Leffler.Dt IWNFW 4 27638e35d5SSam Leffler.Os 28638e35d5SSam Leffler.Sh NAME 29638e35d5SSam Leffler.Nm iwnfw 30638e35d5SSam Leffler.Nd "Firmware Module for Intel Wireless driver" 31638e35d5SSam Leffler.Sh SYNOPSIS 32638e35d5SSam LefflerTo compile this module into the kernel, 33638e35d5SSam Lefflerplace the following line in your 34638e35d5SSam Lefflerkernel configuration file: 35638e35d5SSam Leffler.Bd -ragged -offset indent 36638e35d5SSam Leffler.Cd "device iwnfw" 37638e35d5SSam Leffler.Ed 38638e35d5SSam Leffler.Pp 392267cb3dSRui PauloThis will include three firmware images 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 432267cb3dSRui Paulo.Cd "device iwn4965fw" 44c7ea7c46SRebecca Cran.Cd "device iwn1000fw" 452267cb3dSRui Paulo.Cd "device iwn5000fw" 46c7ea7c46SRebecca Cran.Cd "device iwn5150fw" 47c7ea7c46SRebecca Cran.Cd "device iwn6000fw" 482267cb3dSRui Paulo.Ed 492267cb3dSRui Paulo.Pp 50638e35d5SSam LefflerAlternatively, to load the driver as a 51638e35d5SSam Lefflermodule at boot time, place the following line in 52638e35d5SSam Leffler.Xr loader.conf 5 : 53638e35d5SSam Leffler.Bd -literal -offset indent 542267cb3dSRui Pauloiwn4965fw_load="YES" 55c7ea7c46SRebecca Craniwn1000fw_load="YES" 562267cb3dSRui Pauloiwn5000fw_load="YES" 57c7ea7c46SRebecca Craniwn5150fw_load="YES" 58c7ea7c46SRebecca Craniwn6000fw_load="YES" 59638e35d5SSam Leffler.Ed 60638e35d5SSam Leffler.Sh DESCRIPTION 61638e35d5SSam LefflerThis module provides access to firmware sets for the 62c7ea7c46SRebecca CranIntel Wireless WiFi Link 4965, 1000, 5000 and 6000 series of 63c7ea7c46SRebecca CranIEEE 802.11n adapters. 64638e35d5SSam LefflerIt may be 65638e35d5SSam Lefflerstatically linked into the kernel, or loaded as a module. 66638e35d5SSam Leffler.Sh SEE ALSO 67638e35d5SSam Leffler.Xr iwn 4 , 688031b257SBenedict Reuschling.Xr firmware 9 69