1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00

Belatedly add a very crude manual page to acpicmos(4).

This commit is contained in:
miod 2024-11-05 11:12:48 +00:00
parent 9eae0f87ad
commit e1eba03cce
3 changed files with 44 additions and 6 deletions

View File

@ -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 \

View File

@ -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

36
share/man/man4/acpicmos.4 Normal file
View File

@ -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 .