Module Name:    src
Committed By:   nia
Date:           Wed Nov 10 07:57:29 UTC 2021

Modified Files:
        src/share/man/man4: iwm.4 pci.4

Log Message:
Update the list of supported devices for iwm(4) and add a CAVEAT.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/iwm.4
cvs rdiff -u -r1.121 -r1.122 src/share/man/man4/pci.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/iwm.4
diff -u src/share/man/man4/iwm.4:1.4 src/share/man/man4/iwm.4:1.5
--- src/share/man/man4/iwm.4:1.4	Mon May  2 01:05:34 2016
+++ src/share/man/man4/iwm.4	Wed Nov 10 07:57:29 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: iwm.4,v 1.4 2016/05/02 01:05:34 dholland Exp $
+.\" $NetBSD: iwm.4,v 1.5 2021/11/10 07:57:29 nia Exp $
 .\"
 .\" Copyright (c) 2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,20 +27,20 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 1, 2016
+.Dd November 10, 2021
 .Dt IWM 4
 .Os
 .Sh NAME
 .Nm iwm
-.Nd Intel Wireless and Centrino Wireless IEEE 802.11 wireless network driver
+.Nd Intel Wireless AC and Centrino Wireless IEEE 802.11 wireless network driver
 .Sh SYNOPSIS
 .Cd "iwm* at pci? dev ? function ?"
 .Sh DESCRIPTION
 The
 .Nm
 driver provides support for
-.Tn Intel
-Wireless 7260, 7265, and 3160 PCIe Mini Card Dual Band network adapters.
+Intel Wireless 3160, 3165, 3168, 4165, 7260, 7265, 8260, and 8265
+PCIe Mini Card Dual Band network adapters.
 .Pp
 By default, the
 .Nm
@@ -59,3 +59,11 @@ The
 .Nm
 driver was written by
 .An Antti Kantee Aq Mt po...@netbsd.org .
+.Sh CAVEATS
+The
+.Nm
+driver does not support any of the 802.11n capabilities offered by the
+adapters.
+Additional work is required in
+.Xr ieee80211 9
+before those features can be supported.

Index: src/share/man/man4/pci.4
diff -u src/share/man/man4/pci.4:1.121 src/share/man/man4/pci.4:1.122
--- src/share/man/man4/pci.4:1.121	Fri Oct 29 10:21:28 2021
+++ src/share/man/man4/pci.4	Wed Nov 10 07:57:29 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pci.4,v 1.121 2021/10/29 10:21:28 nia Exp $
+.\"	$NetBSD: pci.4,v 1.122 2021/11/10 07:57:29 nia Exp $
 .\"
 .\" Copyright (c) 1997 Jason R. Thorpe.  All rights reserved.
 .\" Copyright (c) 1997 Jonathan Stone
@@ -296,7 +296,7 @@ Intel PRO/Wireless 2100 MiniPCI network 
 .It Xr iwi 4
 Intel PRO/Wireless 2200BG and 2915ABG MiniPCI network interfaces.
 .It Xr iwm 4
-Intel Wireless 7260, 7265, and 3160 PCIe Mini Card Dual Band network interfaces.
+Intel Dual Band Wireless AC PCIe Mini Card network interfaces.
 .It Xr iwn 4
 Intel Wireless WiFi Link 4965/5000/1000 and Centrino Wireless-N 1000/2000/6000
 PCIe Mini network interfaces.

Reply via email to