diff options
| author | 2007-01-05 07:05:41 +0000 | |
|---|---|---|
| committer | 2007-01-05 07:05:41 +0000 | |
| commit | fa2e842a459b8cccc71d4e10c6f0a3fb68a04b96 (patch) | |
| tree | f091f9926563f350390af32fa34f487ba4508be2 | |
| parent | Don't pollute userspace with uneeded headers. (diff) | |
| download | wireguard-openbsd-fa2e842a459b8cccc71d4e10c6f0a3fb68a04b96.tar.xz wireguard-openbsd-fa2e842a459b8cccc71d4e10c6f0a3fb68a04b96.zip | |
Bump firmware package to version 1.2; Reduce from fifteen to one single
firmware file (files are concatenated).
| -rw-r--r-- | share/man/man4/bcw.4 | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/share/man/man4/bcw.4 b/share/man/man4/bcw.4 index d428421a0f8..bb3cde59df7 100644 --- a/share/man/man4/bcw.4 +++ b/share/man/man4/bcw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bcw.4,v 1.6 2007/01/03 18:51:31 mglocker Exp $ +.\" $OpenBSD: bcw.4,v 1.7 2007/01/05 07:05:41 mglocker Exp $ .\" .\" Copyright (c) 2006 Marcus Glocker. .\" @@ -219,25 +219,11 @@ Disable WEP encryption. This is the default mode of operation. .El .Sh FILES -The driver needs a set of firmware files which are loaded when -an interface is brought up: +The driver needs a firmware file which is loaded when an interface is +brought up: .Pp .Bl -tag -width Ds -offset indent -compact -.It Pa /etc/firmware/bcm43xx_initval01.fw -.It Pa /etc/firmware/bcm43xx_initval02.fw -.It Pa /etc/firmware/bcm43xx_initval03.fw -.It Pa /etc/firmware/bcm43xx_initval04.fw -.It Pa /etc/firmware/bcm43xx_initval05.fw -.It Pa /etc/firmware/bcm43xx_initval06.fw -.It Pa /etc/firmware/bcm43xx_initval07.fw -.It Pa /etc/firmware/bcm43xx_initval08.fw -.It Pa /etc/firmware/bcm43xx_initval09.fw -.It Pa /etc/firmware/bcm43xx_initval10.fw -.It Pa /etc/firmware/bcm43xx_microcode2.fw -.It Pa /etc/firmware/bcm43xx_microcode4.fw -.It Pa /etc/firmware/bcm43xx_microcode5.fw -.It Pa /etc/firmware/bcm43xx_pcm4.fw -.It Pa /etc/firmware/bcm43xx_pcm5.fw +.It Pa /etc/firmware/bcw-bcm43xx .El .\".Pp .\"These firmware files are not free because Marvell refuses @@ -251,7 +237,7 @@ A prepackaged version of the firmware, designed to be used with .Xr pkg_add 1 , can be found at: .Bd -literal -offset indent -http://www.nazgul.ch/bcw/bcw-firmware-1.1.tgz +http://www.nazgul.ch/bcw/bcw-firmware-1.2.tgz .Ed .Sh HARDWARE The following cards are among those supported by the |
