Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148698105
D34308.1788144396.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D34308.1788144396.diff
View Options
Index: share/man/man4/acpi.4
===================================================================
--- share/man/man4/acpi.4
+++ share/man/man4/acpi.4
@@ -25,12 +25,12 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 12, 2021
+.Dd March 06, 2022
.Dt ACPI 4
.Os
.Sh NAME
.Nm acpi
-.Nd Advanced Configuration and Power Management support
+.Nd Advanced Configuration and Power Interface
.Sh SYNOPSIS
.Cd "device acpi"
.Pp
Index: sys/dev/acpica/acpi.c
===================================================================
--- sys/dev/acpica/acpi.c
+++ sys/dev/acpica/acpi.c
@@ -573,7 +573,8 @@
sysctl_ctx_init(&sc->acpi_sysctl_ctx);
sc->acpi_sysctl_tree = SYSCTL_ADD_NODE(&sc->acpi_sysctl_ctx,
SYSCTL_STATIC_CHILDREN(_hw), OID_AUTO, device_get_name(dev),
- CTLFLAG_RD | CTLFLAG_MPSAFE, 0, "");
+ CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
+ "Advanced Configuration and Power Interface");
SYSCTL_ADD_PROC(&sc->acpi_sysctl_ctx, SYSCTL_CHILDREN(sc->acpi_sysctl_tree),
OID_AUTO, "supported_sleep_state",
CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_MPSAFE,
Index: sys/dev/acpica/acpi_acad.c
===================================================================
--- sys/dev/acpica/acpi_acad.c
+++ sys/dev/acpica/acpi_acad.c
@@ -174,7 +174,7 @@
SYSCTL_ADD_PROC(&acpi_sc->acpi_sysctl_ctx,
SYSCTL_CHILDREN(acpi_sc->acpi_sysctl_tree), OID_AUTO, "acline",
CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_MPSAFE, dev, 0,
- acpi_acad_sysctl, "I", "");
+ acpi_acad_sysctl, "I", "AC line state");
}
/* Get initial status after whole system is up. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 31, 2:46 AM (5 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29489509
Default Alt Text
D34308.1788144396.diff (1 KB)
Attached To
Mode
D34308: Add sysctl hw.acpi and hw.acpi.acline descriptions
Attached
Detach File
Event Timeline
Log In to Comment