summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/Makefile8
-rw-r--r--share/man/man4/acpi.46
-rw-r--r--share/man/man4/acpicmos.436
3 files changed, 44 insertions, 6 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 8a8004bd8b8..19306d560e8 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.852 2024/11/02 04:37:20 yasuoka Exp $
+# $OpenBSD: Makefile,v 1.853 2024/11/05 11:12:48 miod Exp $
MAN= aac.4 abcrtc.4 abl.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 \
- acpige.4 acpihid.4 \
- acpihpet.4 acpimadt.4 acpimcfg.4 acpipci.4 acpiprt.4 acpipwrres.4 \
+ acpibtn.4 acpicbkbd.4 acpicmos.4 acpicpu.4 acpidock.4 \
+ acpiec.4 acpige.4 acpihid.4 acpihpet.4 acpihve.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/acpi.4 b/share/man/man4/acpi.4
index b6b376df425..423ee5480d3 100644
--- a/share/man/man4/acpi.4
+++ b/share/man/man4/acpi.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: acpi.4,v 1.75 2024/08/04 16:31:02 jmc Exp $
+.\" $OpenBSD: acpi.4,v 1.76 2024/11/05 11:12:48 miod Exp $
.\"
.\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 4 2024 $
+.Dd $Mdocdate: November 5 2024 $
.Dt ACPI 4
.Os
.Sh NAME
@@ -52,6 +52,8 @@ ACPI control method battery
ACPI button
.It Xr acpicbkbd 4
Chromebook keyboard backlight
+.It Xr acpicmos 4
+CMOS memory manager
.It Xr acpicpu 4
ACPI processor power and performance state
.It Xr acpidock 4
diff --git a/share/man/man4/acpicmos.4 b/share/man/man4/acpicmos.4
new file mode 100644
index 00000000000..8314aa22f1a
--- /dev/null
+++ b/share/man/man4/acpicmos.4
@@ -0,0 +1,36 @@
+.\" $OpenBSD: acpicmos.4,v 1.1 2024/11/05 11:12:48 miod Exp $
+.\"
+.\" Copyright (c) 2024, Miodrag Vallat.
+.\"
+.\" 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: November 5 2024 $
+.Dt ACPICMOS 4
+.Os
+.Sh NAME
+.Nm acpicmos
+.Nd CMOS memory manager
+.Sh SYNOPSIS
+.Cd "acpicmos* at acpi?" Pq "i386 and amd64"
+.Sh DESCRIPTION
+The
+.Nm
+driver handles CMOS memory access requests for all ACPI operations.
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.4 .