Add man page for iwm(4).

This commit is contained in:
wiz 2015-02-08 16:44:09 +00:00
parent 21afea1618
commit 448d7d2a8e
3 changed files with 76 additions and 3 deletions

View File

@ -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

View File

@ -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 acphy.4 \
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 \

70
share/man/man4/iwm.4 Normal file
View File

@ -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 pooka@NetBSD.org .