diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-02-02 10:18:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-02-02 10:18:37 +0000 |
commit | 26062e34afbcc74264f2a4f4f74c349693bd3eff (patch) | |
tree | 1e43f735d08426958042371d5a05de29d05b681c /share/man/man4 | |
parent | a5bf62bc87e28907933a19c3000f974e72de5e2b (diff) |
acpimcfg(4)
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/acpimcfg.4 | 44 |
2 files changed, 47 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 5355afd51fe..beaffb89d07 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.566 2014/01/22 14:31:40 jcs Exp $ +# $OpenBSD: Makefile,v 1.567 2014/02/02 10:18:36 kettenis Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ - acpiec.4 acpihpet.4 acpimadt.4 acpiprt.4 acpipwrres.4 \ + acpiec.4 acpihpet.4 acpimadt.4 acpimcfg.4 acpiprt.4 acpipwrres.4 \ acpisony.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 \ @@ -62,7 +62,7 @@ MAN= aac.4 ac97.4 acphy.4 \ ukphy.4 ulpt.4 umass.4 umbg.4 umct.4 umidi.4 umodem.4 ums.4 umsm.4 \ unix.4 uow.4 uoaklux.4 uoakrh.4 uoakv.4 \ upgt.4 upl.4 uplcom.4 ural.4 urio.4 url.4 urlphy.4 \ - urndis.4 urtw.4 urtwn.4 usb.4 usbf.4 uslcom.4 usps.4 \ + urndis.4 urtw.4 urtwn.4 usb.4 usbf.4 uslcom.4 usps.4 \ uthum.4 uticom.4 utpms.4 utwitch.4 utrh.4 uts.4 uvideo.4 uvisor.4 \ uvscom.4 uyap.4 \ vether.4 vga.4 vgafb.4 vge.4 \ diff --git a/share/man/man4/acpimcfg.4 b/share/man/man4/acpimcfg.4 new file mode 100644 index 00000000000..e4f052a3ae9 --- /dev/null +++ b/share/man/man4/acpimcfg.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: acpimcfg.4,v 1.1 2014/02/02 10:18:36 kettenis Exp $ +.\" +.\" Copyright (c) 2014 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: February 2 2014 $ +.Dt ACPIMCFG 4 +.Os +.Sh NAME +.Nm acpimcfg +.Nd ACPI PCI Express configuration space +.Sh SYNOPSIS +.Cd "acpimcfg* at acpi?" +.Sh DESCRIPTION +The +.Nm +driver configures access to PCI Express configuration space based on +information extracted from the ACPI MCFG table. +.Sh SEE ALSO +.Xr acpi 4 , +.Xr intro 4 , +.Xr pci 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.9 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . |