Module Name: src
Committed By: maya
Date: Fri May 11 07:44:19 UTC 2018
Modified Files:
src/share/man/man4: bwfm.4
Log Message:
Update bwfm(4) man page to note pci support
Mention jmcneill's porting.
omit BUGS, the lack of SDIO support might be resolved soon.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/bwfm.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/bwfm.4
diff -u src/share/man/man4/bwfm.4:1.2 src/share/man/man4/bwfm.4:1.3
--- src/share/man/man4/bwfm.4:1.2 Mon Oct 30 15:50:48 2017
+++ src/share/man/man4/bwfm.4 Fri May 11 07:44:18 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: bwfm.4,v 1.2 2017/10/30 15:50:48 wiz Exp $
+.\" $NetBSD: bwfm.4,v 1.3 2018/05/11 07:44:18 maya Exp $
.\"
.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 26, 2017
+.Dd May 5, 2018
.Dt BWFM 4
.Os
.Sh NAME
@@ -32,6 +32,7 @@
.Nd Broadcom and Cypress wireless network driver
.Sh SYNOPSIS
.Cd "bwfm* at uhub? port ?"
+.Cd "bwfm* at pci? dev ? function ?"
.Sh DESCRIPTION
The
.Nm
@@ -49,7 +50,9 @@ The
.Nm
driver was written by
.An Patrick Wildt
-.Aq Mt [email protected] .
-.Sh BUGS
-The firmware is outdated and contains known vulnerabilities.
-SDIO and PCI attachments are not supported yet.
+.Aq Mt [email protected]
+and ported to
+.Nx
+by
+.An Jared D. McNeill
+.Aq Mt [email protected] .