diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2017-07-03 08:28:00 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2017-07-03 08:28:00 +0000 |
commit | 83b95817bcc51afe9d2690e29f79fecd08228aa0 (patch) | |
tree | d8651635eba7e199e518290dbde62ede289fcb86 /share | |
parent | c060617ee46b659fc2f4da23162486880a1daf03 (diff) |
Note arm64 and armv7.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/com.4 | 5 |
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" |