Page MenuHomeFreeBSD

Add sysctl hw.acpi and hw.acpi.acline descriptions
Needs ReviewPublic

Authored by ota_j.email.ne.jp on Feb 17 2022, 3:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 6, 8:53 PM
Unknown Object (File)
Wed, Aug 6, 8:34 PM
Unknown Object (File)
Wed, Aug 6, 5:39 PM
Unknown Object (File)
Wed, Aug 6, 3:12 PM
Unknown Object (File)
Fri, Aug 1, 2:18 PM
Unknown Object (File)
Fri, Aug 1, 11:59 AM
Unknown Object (File)
Mon, Jul 28, 10:24 AM
Unknown Object (File)
Fri, Jul 25, 7:44 AM

Details

Reviewers
None
Group Reviewers
manpages
Summary

PR: 262261

Test Plan

sysctl -d hw.acpi hw.acpi.acline
acline depends on hardware.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44488
Build 41376: arc lint + arc unit

Event Timeline

ota_j.email.ne.jp retitled this revision from Add hw.acpi and hw.acpi.acline descriptions to Add sysctl hw.acpi and hw.acpi.acline descriptions.Mar 1 2022, 4:59 AM
emaste added inline comments.
sys/dev/acpica/acpi.c
577

Interface rather than Management?

sys/dev/acpica/acpi.c
577

I had picked this up from man acpi.
I adjusted acpi.4 as well.

pauamma_gundo.com added inline comments.
sys/dev/acpica/acpi.c
597

Just noticed that when trying your test plan command. Fix it as well while touching this file?

sys/dev/acpica/acpi_acad.c
177

Why not the complete acpi.4 description, "AC line state (1 means online, 0 means on battery power)"? Too long?

bcr added a subscriber: bcr.

OK for the man page change.
@ota_j.email.ne.jp: Can you update the rest so we can get this committed. Arigato!