docs/51523: ACPI sub-device for CPU mislabelled in acpi(4) manpage

Cliff L. Biffle cbiffle at safety.net
Mon Apr 28 22:10:22 UTC 2003


>Number:         51523
>Category:       docs
>Synopsis:       ACPI sub-device for CPU mislabelled in acpi(4) manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 15:10:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cliff L. Biffle
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cliff50.safety.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Mon Apr 28 13:44:06 MST 2003 root at cliff50.safety.net:/usr/obj/usr/src/sys/CLIFF i386


	
>Description:
The ACPI sub-device for CPU power-saving and throttling is called "processor"
in the acpi(4) manpage.  While semantically correct, the actual name used to
disable the facility is "cpu" (as seen in src/sys/dev/acpica/acpi_cpu.c, line
126).  Since the manpage listing of sub-devices is titled "sub-devices and
features that can be disabled", this should probably be corrected.
>How-To-Repeat:
Add one of the following two lines to /boot/loader.conf:
debug.acpi.disable="processor"
debug.acpi.disable="cpu"
The first is what the manpage suggests.  The second is what works. :-)
>Fix:
Change the name of the device from 'processor' to 'cpu' in acpi(4).
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list