diff options
author | 2020-12-27 19:33:32 +0000 | |
---|---|---|
committer | 2020-12-27 19:33:32 +0000 | |
commit | 974b7f9e422d008af643575c0ee6267249641c5c (patch) | |
tree | cd06665fb856f8ab9dd444bf0d6274cfa6b11dec | |
parent | Add PCIe support. (diff) | |
download | wireguard-openbsd-974b7f9e422d008af643575c0ee6267249641c5c.tar.xz wireguard-openbsd-974b7f9e422d008af643575c0ee6267249641c5c.zip |
PCIe support has been added.
-rw-r--r-- | share/man/man4/amlpciephy.4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/amlpciephy.4 b/share/man/man4/amlpciephy.4 index 278a4914e83..9540b36d80c 100644 --- a/share/man/man4/amlpciephy.4 +++ b/share/man/man4/amlpciephy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: amlpciephy.4,v 1.1 2019/08/29 17:40:57 kettenis Exp $ +.\" $OpenBSD: amlpciephy.4,v 1.2 2020/12/27 19:33:32 kettenis Exp $ .\" .\" Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org> .\" @@ -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: August 29 2019 $ +.Dd $Mdocdate: December 27 2020 $ .Dt AMLPCIEPHY 4 .Os .Sh NAME @@ -41,5 +41,3 @@ The .Nm driver was written by .An Mark Kettenis Aq Mt kettenis@openbsd.org . -.Sh BUGS -PCIe functionality is not yet supported. |