Module Name: src Committed By: wiz Date: Sun Feb 8 16:44:09 UTC 2015
Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: iwm.4 Log Message: Add man page for iwm(4). To generate a diff of this commit: cvs rdiff -u -r1.1494 -r1.1495 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.618 -r1.619 src/share/man/man4/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/iwm.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/man/mi diff -u src/distrib/sets/lists/man/mi:1.1494 src/distrib/sets/lists/man/mi:1.1495 --- src/distrib/sets/lists/man/mi:1.1494 Sun Jan 25 15:50:30 2015 +++ src/distrib/sets/lists/man/mi Sun Feb 8 16:44:09 2015 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1494 2015/01/25 15:50:30 christos Exp $ +# $NetBSD: mi,v 1.1495 2015/02/08 16:44:09 wiz Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -1326,6 +1326,7 @@ ./usr/share/man/cat4/itesio.0 man-sys-catman .cat ./usr/share/man/cat4/iwi.0 man-sys-catman .cat ./usr/share/man/cat4/iwic.0 man-sys-catman .cat +./usr/share/man/cat4/iwm.0 man-sys-catman .cat ./usr/share/man/cat4/iwn.0 man-sys-catman .cat ./usr/share/man/cat4/ix.0 man-sys-catman .cat ./usr/share/man/cat4/ixg.0 man-sys-catman .cat @@ -4344,6 +4345,7 @@ ./usr/share/man/html4/itesio.html man-sys-htmlman html ./usr/share/man/html4/iwi.html man-sys-htmlman html ./usr/share/man/html4/iwic.html man-sys-htmlman html +./usr/share/man/html4/iwm.html man-sys-htmlman html ./usr/share/man/html4/iwn.html man-sys-htmlman html ./usr/share/man/html4/ix.html man-sys-htmlman html ./usr/share/man/html4/ixg.html man-sys-htmlman html @@ -7205,6 +7207,7 @@ ./usr/share/man/man4/itesio.4 man-sys-man .man ./usr/share/man/man4/iwi.4 man-sys-man .man ./usr/share/man/man4/iwic.4 man-sys-man .man +./usr/share/man/man4/iwm.4 man-sys-man .man ./usr/share/man/man4/iwn.4 man-sys-man .man ./usr/share/man/man4/ix.4 man-sys-man .man ./usr/share/man/man4/ixg.4 man-sys-man .man Index: src/share/man/man4/Makefile diff -u src/share/man/man4/Makefile:1.618 src/share/man/man4/Makefile:1.619 --- src/share/man/man4/Makefile:1.618 Sun Oct 26 18:48:09 2014 +++ src/share/man/man4/Makefile Sun Feb 8 16:44:09 2015 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.618 2014/10/26 18:48:09 tls Exp $ +# $NetBSD: Makefile,v 1.619 2015/02/08 16:44:09 wiz Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \ @@ -33,7 +33,7 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 a ifmedia.4 igmafb.4 igphy.4 igsfb.4 iha.4 ihphy.4 iic.4 inet.4 ikphy.4 \ inphy.4 intersil7170.4 \ ioasic.4 ioat.4 iop.4 iophy.4 iopsp.4 ip.4 ipkdb.4 ipmi.4 ipw.4 \ - irmce.4 isp.4 isv.4 itesio.4 iteide.4 iwi.4 iwn.4 ixg.4 ixpide.4 \ + irmce.4 isp.4 isv.4 itesio.4 iteide.4 iwi.4 iwm.4 iwn.4 ixg.4 ixpide.4 \ jme.4 jmide.4 joy.4 \ kloader.4 kse.4 ksyms.4 kttcp.4 \ lc.4 ld.4 lii.4 lo.4 lua.4 lxtphy.4 \ Added files: Index: src/share/man/man4/iwm.4 diff -u /dev/null src/share/man/man4/iwm.4:1.1 --- /dev/null Sun Feb 8 16:44:09 2015 +++ src/share/man/man4/iwm.4 Sun Feb 8 16:44:09 2015 @@ -0,0 +1,70 @@ +.\" $NetBSD: iwm.4,v 1.1 2015/02/08 16:44:09 wiz Exp $ +.\" +.\" Copyright (c) 2015 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Thomas Klausner. +.\" +.\" 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. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS +.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd February 8, 2015 +.Dt IWM 4 +.Os +.Sh NAME +.Nm iwm +.Nd Intel Wireless and Centrino Wireless IEEE 802.111 wireless network driver +.Sh SYNOPSIS +.Cd "iwm* at pci? dev ? function ?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the following cards: +.Bl -tag +.It Intel Wireless 7260 +.El +The following cards could be supported with minor changes: +.Bl -tag +.It Intel Wireless 7265 +.It Intel Wireless 3160 +.El +.Pp +The Intel Wireless 7260 is a PCIe Half Mini Card network adapter +that operates in the 2.4GHz and 5GHz spectra. +.Pp +By default, the +.Nm +driver configures the adapter for BSS operation (aka infrastructure mode). +This mode requires the use of an access point. +.Pp +For more information on configuring this device, see +.Xr ifconfig 8 . +.Sh SEE ALSO +.Xr ifmedia 4 , +.Xr iwn 4 , +.Xr ifconfig.if 5 , +.Xr ifconfig 8 +.Sh AUTHORS +The +.Nm +driver was written by +.An Antti Kantte Aq Mt po...@netbsd.org .