summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvisa <visa@openbsd.org>2017-07-03 08:27:59 +0000
committervisa <visa@openbsd.org>2017-07-03 08:27:59 +0000
commit164e0e8c7b0308f891488acc1783397f5ebc2974 (patch)
treec4f03c5dfc24647f3a955e2fa4c38d06e73ebbf3
parentNot all sockets require the NET_LOCK(). So use solock() instead in (diff)
downloadwireguard-openbsd-164e0e8c7b0308f891488acc1783397f5ebc2974.tar.xz
wireguard-openbsd-164e0e8c7b0308f891488acc1783397f5ebc2974.zip
Note arm64 and armv7.
-rw-r--r--share/man/man4/com.45
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/com.4 b/share/man/man4/com.4
index fe6952e1f23..6301f04ae60 100644
--- a/share/man/man4/com.4
+++ b/share/man/man4/com.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: com.4,v 1.42 2017/07/03 08:23:36 visa Exp $
+.\" $OpenBSD: com.4,v 1.43 2017/07/03 08:27:59 visa Exp $
.\" $NetBSD: com.4,v 1.5 1996/03/16 00:07:08 thorpej Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
@@ -62,6 +62,9 @@
.Cd "com0 at isa? port 0x3f8 irq 4"
.Cd "com1 at isa? port 0x2f8 irq 3"
.Pp
+.Cd "# arm64 and armv7"
+.Cd "com* at fdt?"
+.Pp
.Cd "# hppa"
.Cd "com0 at gsc? offset 0x5000 irq 5"
.Cd "com0 at gsc? offset 0x823000 irq 5"