Module Name: src Committed By: martin Date: Wed Oct 31 09:26:52 UTC 2018
Modified Files: src/share/man/man4 [netbsd-8]: Makefile Added Files: src/share/man/man4 [netbsd-8]: bwfm.4 Log Message: Pull up the following, requested by maya in ticket #1072: distrib/sets/lists/man/mi (patch) share/man/man4/bwfm.4 1.3 (patch) Add bwfm man page. To generate a diff of this commit: cvs rdiff -u -r1.637.2.2 -r1.637.2.3 src/share/man/man4/Makefile cvs rdiff -u -r0 -r1.3.4.2 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/Makefile diff -u src/share/man/man4/Makefile:1.637.2.2 src/share/man/man4/Makefile:1.637.2.3 --- src/share/man/man4/Makefile:1.637.2.2 Sat May 12 10:35:45 2018 +++ src/share/man/man4/Makefile Wed Oct 31 09:26:51 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.637.2.2 2018/05/12 10:35:45 martin Exp $ +# $NetBSD: Makefile,v 1.637.2.3 2018/10/31 09:26:51 martin Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \ @@ -15,7 +15,7 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 a 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 \ Added files: Index: src/share/man/man4/bwfm.4 diff -u /dev/null src/share/man/man4/bwfm.4:1.3.4.2 --- /dev/null Wed Oct 31 09:26:52 2018 +++ src/share/man/man4/bwfm.4 Wed Oct 31 09:26:51 2018 @@ -0,0 +1,58 @@ +.\" $NetBSD: bwfm.4,v 1.3.4.2 2018/10/31 09:26:51 martin 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 May 5, 2018 +.Dt BWFM 4 +.Os +.Sh NAME +.Nm bwfm +.Nd Broadcom and Cypress wireless network driver +.Sh SYNOPSIS +.Cd "bwfm* at uhub? port ?" +.Cd "bwfm* at pci? dev ? function ?" +.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 Mt patr...@blueri.se +and ported to +.Nx +by +.An Jared D. McNeill +.Aq Mt jmcne...@netbsd.org .