diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-07-02 15:39:34 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-07-02 15:39:34 +0000 |
commit | cf1f53b21d90d4eed27acf345c8b51f14b33f3bb (patch) | |
tree | 3f5aaad08cd7d6ba3a9d41d48c8a2831d02fdcb9 /share | |
parent | 6e0f576e59c5c1e97ccc89d847950c0fb28af9c7 (diff) |
Add @acpi attachment.
Pointed out by mlarkin@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ahci.4 | 5 | ||||
-rw-r--r-- | share/man/man4/com.4 | 10 | ||||
-rw-r--r-- | share/man/man4/pluart.4 | 5 | ||||
-rw-r--r-- | share/man/man4/xhci.4 | 5 |
4 files changed, 16 insertions, 9 deletions
diff --git a/share/man/man4/ahci.4 b/share/man/man4/ahci.4 index 60915717f76..f2a354e9b54 100644 --- a/share/man/man4/ahci.4 +++ b/share/man/man4/ahci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahci.4,v 1.12 2017/03/25 03:02:40 jsg Exp $ +.\" $OpenBSD: ahci.4,v 1.13 2018/07/02 15:39:33 kettenis Exp $ .\" .\" Copyright (c) 2006 David Gwynne <dlg@openbsd.org> .\" @@ -14,13 +14,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 25 2017 $ +.Dd $Mdocdate: July 2 2018 $ .Dt AHCI 4 .Os .Sh NAME .Nm ahci .Nd Advanced Host Controller Interface for Serial ATA .Sh SYNOPSIS +.Cd "ahci* at acpi?" .Cd "ahci* at fdt?" .Cd "ahci* at pci?" .Cd "ahci* at jmb?" diff --git a/share/man/man4/com.4 b/share/man/man4/com.4 index 6301f04ae60..9baa6370dac 100644 --- a/share/man/man4/com.4 +++ b/share/man/man4/com.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: com.4,v 1.43 2017/07/03 08:27:59 visa Exp $ +.\" $OpenBSD: com.4,v 1.44 2018/07/02 15:39:33 kettenis 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. @@ -33,7 +33,7 @@ .\" .\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: July 3 2017 $ +.Dd $Mdocdate: July 2 2018 $ .Dt COM 4 .Os .Sh NAME @@ -62,7 +62,11 @@ .Cd "com0 at isa? port 0x3f8 irq 4" .Cd "com1 at isa? port 0x2f8 irq 3" .Pp -.Cd "# arm64 and armv7" +.Cd "# armv7" +.Cd "com* at fdt?" +.Pp +.Cd "# arm64" +.Cd "com* at acpi?" .Cd "com* at fdt?" .Pp .Cd "# hppa" diff --git a/share/man/man4/pluart.4 b/share/man/man4/pluart.4 index 3cbe30887f6..a5cc844864a 100644 --- a/share/man/man4/pluart.4 +++ b/share/man/man4/pluart.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pluart.4,v 1.1 2018/06/06 02:53:44 jsg Exp $ +.\" $OpenBSD: pluart.4,v 1.2 2018/07/02 15:39:33 kettenis Exp $ .\" .\" Copyright (c) 2015 Jonathan Gray <jsg@openbsd.org> .\" @@ -14,13 +14,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 6 2018 $ +.Dd $Mdocdate: July 2 2018 $ .Dt PLUART 4 .Os .Sh NAME .Nm pluart .Nd ARM PrimeCell PL011 UART .Sh SYNOPSIS +.Cd "pluart* at acpi?" .Cd "pluart* at fdt?" .Sh DESCRIPTION The diff --git a/share/man/man4/xhci.4 b/share/man/man4/xhci.4 index 4ac19362ac8..26421a7ed95 100644 --- a/share/man/man4/xhci.4 +++ b/share/man/man4/xhci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xhci.4,v 1.2 2017/03/25 03:02:40 jsg Exp $ +.\" $OpenBSD: xhci.4,v 1.3 2018/07/02 15:39:33 kettenis Exp $ .\" .\" Copyright (c) 2014 Martin Pieuchot .\" @@ -14,13 +14,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 25 2017 $ +.Dd $Mdocdate: July 2 2018 $ .Dt XHCI 4 .Os .Sh NAME .Nm xhci .Nd USB eXtensible Host Controller Interface .Sh SYNOPSIS +.Cd "xhci* at acpi?" .Cd "xhci* at fdt?" .Cd "xhci* at pci?" .Cd "usb* at xhci?" |