Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add man page for bwfm(4)
details: https://anonhg.NetBSD.org/src/rev/ec78af66cf34
branches: trunk
changeset: 357098:ec78af66cf34
user: maya <maya%NetBSD.org@localhost>
date: Thu Oct 26 07:29:52 2017 +0000
description:
Add man page for bwfm(4)
Wireless driver for Broadcom and some now sold by Cypress.
diffstat:
distrib/sets/lists/man/mi | 5 +++-
share/man/man4/Makefile | 4 +-
share/man/man4/bwfm.4 | 55 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 61 insertions(+), 3 deletions(-)
diffs (110 lines):
diff -r cc3e6203eff0 -r ec78af66cf34 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Thu Oct 26 05:08:30 2017 +0000
+++ b/distrib/sets/lists/man/mi Thu Oct 26 07:29:52 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1562 2017/10/01 20:49:25 maya Exp $
+# $NetBSD: mi,v 1.1563 2017/10/26 07:29:53 maya Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -952,6 +952,7 @@
./usr/share/man/cat4/btms.0 man-sys-catman .cat
./usr/share/man/cat4/btsco.0 man-sys-catman .cat
./usr/share/man/cat4/btuart.0 man-sys-catman .cat
+./usr/share/man/cat4/bwfm.0 man-sys-catman .cat
./usr/share/man/cat4/bwi.0 man-sys-catman .cat
./usr/share/man/cat4/ca.0 man-obsolete obsolete
./usr/share/man/cat4/cac.0 man-sys-catman .cat
@@ -4072,6 +4073,7 @@
./usr/share/man/html4/btms.html man-sys-htmlman html
./usr/share/man/html4/btsco.html man-sys-htmlman html
./usr/share/man/html4/btuart.html man-sys-htmlman html
+./usr/share/man/html4/bwfm.html man-sys-htmlman html
./usr/share/man/html4/bwi.html man-sys-htmlman html
./usr/share/man/html4/cac.html man-sys-htmlman html
./usr/share/man/html4/can.html man-sys-htmlman html
@@ -6962,6 +6964,7 @@
./usr/share/man/man4/btms.4 man-sys-man .man
./usr/share/man/man4/btsco.4 man-sys-man .man
./usr/share/man/man4/btuart.4 man-sys-man .man
+./usr/share/man/man4/bwfm.4 man-sys-man .man
./usr/share/man/man4/bwi.4 man-sys-man .man
./usr/share/man/man4/ca.4 man-obsolete obsolete
./usr/share/man/man4/cac.4 man-sys-man .man
diff -r cc3e6203eff0 -r ec78af66cf34 share/man/man4/Makefile
--- a/share/man/man4/Makefile Thu Oct 26 05:08:30 2017 +0000
+++ b/share/man/man4/Makefile Thu Oct 26 07:29:52 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.643 2017/09/30 12:27:26 sevan Exp $
+# $NetBSD: Makefile,v 1.644 2017/10/26 07:29:53 maya Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -15,7 +15,7 @@
bio.4 bktr.4 bluetooth.4 bmtphy.4 bpf.4 bpfjit.4 \
brgphy.4 bridge.4 bthidev.4 bthub.4 btkbd.4 \
btmagic.4 btms.4 btsco.4 btuart.4 \
- bwi.4 \
+ bwfm.4 bwi.4 \
cac.4 can.4 canloop.4 cardbus.4 carp.4 cas.4 ccd.4 cd.4 \
cec.4 cgd.4 cfb.4 ch.4 chipsfb.4 ciphy.4 ciss.4 clcs.4 clct.4 \
clockctl.4 cmdide.4 cmpci.4 cms.4 cnw.4 \
diff -r cc3e6203eff0 -r ec78af66cf34 share/man/man4/bwfm.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/bwfm.4 Thu Oct 26 07:29:52 2017 +0000
@@ -0,0 +1,55 @@
+.\" $NetBSD: bwfm.4,v 1.1 2017/10/26 07:29:52 maya Exp $
+.\"
+.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" 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 October 26, 2017
+.Dt BWFM 4
+.Os
+.Sh NAME
+.Nm bwfm
+.Nd Broadcom and Cypress wireless network driver
+.Sh SYNOPSIS
+.Cd "bwfm* at uhub? port ?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for Broadcom and Cypress FullMAC network adapters.
+.Sh SEE ALSO
+.Xr bwi 4 ,
+.Xr ifconfig 4 ,
+.Xr ifmedia 4 ,
+.Xr usb 4 ,
+.Xr ifconfig.if 5 ,
+.Xr wpa_supplicant 8
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Patrick Wildt
+.Aq patrick%blueri.se@localhost
+.Sh BUGS
+The firmware is outdated and contains known vulnerabilities.
+SDIO and PCI attachments are not supported yet.
Home |
Main Index |
Thread Index |
Old Index