diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-04-02 03:53:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-04-02 03:53:07 +0000 |
commit | bcc4b779965fcb2790072f9c84e2ac4ff2b72d04 (patch) | |
tree | 69bcc65866844d409037db56c660d42dff5ecf8f /share/man | |
parent | 6762b166bcaf5d8f225b772a8a1c0db1bbb01998 (diff) |
acpipci(4)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/acpipci.4 | 45 |
2 files changed, 48 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index c651f643a64..8ab10318735 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.704 2019/03/27 22:11:21 kettenis Exp $ +# $OpenBSD: Makefile,v 1.705 2019/04/02 03:53:06 kettenis Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ - acpibtn.4 acpicbkbd.4 acpicpu.4 acpidock.4 acpihve.4 \ - acpiec.4 acpihpet.4 acpimadt.4 acpimcfg.4 acpiprt.4 acpipwrres.4 \ + acpibtn.4 acpicbkbd.4 acpicpu.4 acpidock.4 acpihve.4 acpiec.4 \ + acpihpet.4 acpimadt.4 acpimcfg.4 acpipci.4 acpiprt.4 acpipwrres.4 \ acpisbs.4 acpisony.4 acpisurface.4 acpithinkpad.4 acpitoshiba.4 \ acpitimer.4 acpivideo.4 acpivout.4 acpitz.4 \ acx.4 adc.4 addcom.4 adl.4 admcts.4 admlc.4 admtemp.4 \ diff --git a/share/man/man4/acpipci.4 b/share/man/man4/acpipci.4 new file mode 100644 index 00000000000..589f78fa8a7 --- /dev/null +++ b/share/man/man4/acpipci.4 @@ -0,0 +1,45 @@ +.\" $OpenBSD: acpipci.4,v 1.1 2019/04/02 03:53:06 kettenis Exp $ +.\" +.\" Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 2 2019 $ +.Dt ACPIPCI 4 +.Os +.Sh NAME +.Nm acpipci +.Nd ACPI PCI host bridge +.Sh SYNOPSIS +.Cd "acpipci* at acpi?" +.Cd "pci* at acpipci?" Pq arm64 +.Sh DESCRIPTION +The +.Nm +driver provides support for PCI host bridges based on the information +exctracted from the ACPI DSDT and SSDT tables. +.Sh SEE ALSO +.Xr acpi 4 , +.Xr intro 4 , +.Xr pci 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.4 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . |