summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2018-02-11 04:23:02 +0000
committerpatrick <patrick@openbsd.org>2018-02-11 04:23:02 +0000
commitb30a31cef23f06206636f3881ac68aeb83a3ab59 (patch)
treef59802431a52e2856f2711937b3a389c2fa6b3c8
parentMake "invalid host name" messages log_debug() since the invalid host (diff)
downloadwireguard-openbsd-b30a31cef23f06206636f3881ac68aeb83a3ab59.tar.xz
wireguard-openbsd-b30a31cef23f06206636f3881ac68aeb83a3ab59.zip
SDIO support for bwfm(4) is good enough now that we can remove the
claim saying it is not supported. It's slowly getting on par with the other busses but there's still more work to do. Prompted by tb@
-rw-r--r--share/man/man4/bwfm.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/bwfm.4 b/share/man/man4/bwfm.4
index ab1b15fa1e0..262e28d39cc 100644
--- a/share/man/man4/bwfm.4
+++ b/share/man/man4/bwfm.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bwfm.4,v 1.5 2018/01/10 02:02:55 patrick Exp $
+.\" $OpenBSD: bwfm.4,v 1.6 2018/02/11 04:23:02 patrick Exp $
.\"
.\" Copyright (c) 2017 Patrick Wildt <patrick@blueri.se>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 10 2018 $
+.Dd $Mdocdate: February 11 2018 $
.Dt BWFM 4
.Os
.Sh NAME
@@ -22,6 +22,7 @@
.Nd Broadcom and Cypress wireless network device
.Sh SYNOPSIS
.Cd "bwfm* at pci?"
+.Cd "bwfm* at sdmmc?"
.Cd "bwfm* at usb?"
.Sh DESCRIPTION
The
@@ -123,4 +124,3 @@ driver was written by
.An Patrick Wildt Aq Mt patrick@blueri.se .
.Sh CAVEATS
The firmware is outdated and contains known vulnerabilities.
-SDIO attachment is not yet supported.