2 .\" Copyright (c) 2001 Michael Smith
3 .\" All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .Nd Advanced Configuration and Power Management support
37 .Cd "options ACPI_DEBUG"
42 driver provides support for the Intel/Microsoft/Compaq/Toshiba ACPI
44 This support includes platform hardware discovery (superseding the
45 PnP and PCI BIOS), as well as power management (superseding APM) and
47 ACPI core support is provided by the ACPI CA reference implementation
52 driver is automatically loaded by the
55 compiled into the kernel on platforms where ACPI is mandatory.
59 driver is intended to provide power management without user intervention.
60 If the default settings are not optimal, the following sysctls can be
61 used to modify or monitor
64 .Bl -tag -width indent
66 AC line state (1 means online, 0 means on battery power).
67 .It Va hw.acpi.cpu.cx_usage
68 Debugging information listing the percent of total usage for each sleep state.
69 The values are reset when
70 .Va hw.acpi.cpu.cx_lowest
72 .It Va hw.acpi.cpu.cx_lowest
73 Lowest Cx state to use for idling the CPU.
74 A scheduling algorithm will select states between
77 as system load dictates.
78 To enable ACPI CPU idling control,
79 .Va machdep.cpu_idle_hlt
81 .It Va hw.acpi.cpu.cx_supported
82 List of supported CPU idle states and their transition latency
84 Each state has a type (e.g.,
87 is equivalent to the ia32
92 sleep with the same semantics, and
94 provides the deepest sleep
95 but additionally requires bus mastering to be disabled.
98 provide even more power savings with the same
102 Deeper sleeps provide more power savings but increased transition
103 latency when an interrupt occurs.
104 .It Va hw.acpi.disable_on_reboot
105 Disable ACPI during the reboot process.
106 Most systems reboot fine with ACPI still enabled, but some require
107 exiting to legacy mode first.
108 Default is 0, leave ACPI enabled.
109 .It Va hw.acpi.handle_reboot
110 Use the ACPI Reset Register capability to reboot the system.
111 Default is 0, use legacy reboot support.
112 Some newer systems require use of this register, while some only work
113 with legacy rebooting support.
114 .It Va hw.acpi.lid_switch_state
116 .Pq Li S1 Ns \[en] Ns Li S5
117 to enter when the lid switch (i.e., a notebook screen) is closed.
121 .It Va hw.acpi.power_button_state
123 .Pq Li S1 Ns \[en] Ns Li S5
124 to enter when the power button is pressed.
128 .It Va hw.acpi.reset_video
129 Reset the video adapter from real mode during the resume path.
130 Some systems need this help, others have display problems if it is enabled.
131 Default is 0 (disabled).
132 .It Va hw.acpi.s4bios
133 Indicate whether the system supports
135 This means that the BIOS can handle all the functions of suspending the
137 Otherwise, the OS is responsible for suspending to disk
139 Most current systems do not support
141 .It Va hw.acpi.sleep_button_state
143 .Pq Li S1 Ns \[en] Ns Li S5
144 to enter when the sleep button is pressed.
145 This is usually a special function button on the keyboard.
149 .It Va hw.acpi.sleep_delay
150 Wait this number of seconds between preparing the system to suspend and
151 actually entering the suspend state.
153 .It Va hw.acpi.supported_sleep_state
155 .Pq Li S1 Ns \[en] Ns Li S5
156 supported by the BIOS.
157 .Bl -tag -width indent
159 Quick suspend to RAM.
160 The CPU enters a lower power state, but most peripherals are left running.
162 Lower power state than
164 but with the same basic characteristics.
165 Not supported by many systems.
168 Most devices are powered off, and the system stops running except for
172 All devices are powered off, and the system stops running.
173 When resuming, the system starts as if from a cold power on.
180 System shuts down cleanly and powers off.
182 .It Va hw.acpi.verbose
183 Enable verbose printing from the various ACPI subsystems.
186 Tunables can be set at the
188 prompt before booting the kernel or stored in
189 .Pa /boot/loader.conf .
190 Many of these tunables also have a matching
192 entry for access after boot.
193 .Bl -tag -width indent
194 .It Va acpi_dsdt_load
195 Enables loading of a custom ACPI DSDT.
196 .It Va acpi_dsdt_name
197 Name of the DSDT table to load, if loading is enabled.
198 .It Va debug.acpi.disabled
199 Selectively disables portions of ACPI for debugging purposes.
200 .It Va debug.acpi.max_threads
201 Specify the number of task threads that are started on boot.
202 Limiting this to 1 may help work around various BIOSes that cannot
203 handle parallel requests.
204 The default value is 3.
205 .It Va debug.acpi.quirks
206 Override any automatic quirks completely.
207 .It Va debug.acpi.resume_beep
208 Beep the PC speaker on resume.
209 This can help diagnose suspend/resume problems.
210 Default is 0 (disabled).
211 .It Va hint.acpi.0.disabled
212 Set this to 1 to disable all of ACPI.
213 If ACPI has been disabled on your system due to a blacklist entry for your
214 BIOS, you can set this to 0 to re-enable ACPI for testing.
215 .It Va hw.acpi.ec.poll_timeout
216 Delay in milliseconds to wait for the EC to respond.
217 Try increasing this number if you get the error
218 .Qq Li AE_NO_HARDWARE_RESPONSE .
219 .It Va hw.acpi.host_mem_start
220 Override the assumed memory starting address for PCI host bridges.
221 .It Va hw.acpi.reset_video
222 Enables calling the VESA reset BIOS vector on the resume path.
223 This can fix some graphics cards that have problems such as LCD white-out
225 Default is 0 (disabled).
226 .It Va hw.acpi.serialize_methods
227 Allow override of whether methods execute in parallel or not.
228 Enable this for serial behavior, which fixes
229 .Qq Li AE_ALREADY_EXISTS
231 AML that really cannot handle parallel method execution.
232 It is off by default since this breaks recursive methods and some IBMs use
234 .It Va hw.acpi.verbose
235 Turn on verbose debugging information about what ACPI is doing.
236 .It Va hw.pci.link.%s.%d.irq
237 Override the interrupt to use for this link and index.
238 This capability should be used carefully, and only if a device is not
243 is the name of the link (e.g., LNKA).
245 is the resource index when the link supports multiple IRQs.
246 Most PCI links only have one IRQ resource, so the below form should be used.
247 .It Va hw.pci.link.%s.irq
248 Override the interrupt to use.
249 This capability should be used carefully, and only if a device is not
254 is the name of the link (e.g., LNKA).
257 Since ACPI support on different platforms varies greatly, there are many
258 debugging and tuning options available.
260 For machines known not to work with
262 enabled, there is a BIOS blacklist.
263 Currently, the blacklist only controls whether
265 should be disabled or not.
266 In the future, it will have more granularity to control features (the
267 infrastructure for that is already there).
271 (for debugging purposes, etc.) on machines that are on the blacklist, set the
272 kernel environment variable
273 .Va hint.acpi.0.disabled
275 Before trying this, consider updating your BIOS to a more recent version that
276 may be compatible with ACPI.
280 driver completely, set the kernel environment variable
281 .Va hint.acpi.0.disabled
284 Some i386 machines totally fail to operate with some or all of ACPI disabled.
285 Other i386 machines fail with ACPI enabled.
286 Disabling all or part of ACPI on non-i386 platforms (i.e., platforms where
287 ACPI support is mandatory) may result in a non-functional system.
291 driver comprises a set of drivers, which may be selectively disabled
293 To disable a sub-driver, list it in the kernel
295 .Va debug.acpi.disabled .
296 Multiple entries can be listed, separated by a space.
298 ACPI sub-devices and features that can be disabled:
299 .Bl -tag -width ".Li sysresource"
301 Disable all ACPI features and devices.
307 Probes and attaches subdevices.
308 Disabling will avoid scanning the ACPI namespace entirely.
311 Attaches standard ACPI sub-drivers and devices enumerated in the
313 Disabling this has a similar effect to disabling
316 ACPI namespace will still be scanned.
319 Supports ACPI button devices (typically power and sleep buttons).
322 Control-method batteries device.
325 Supports CPU power-saving and speed-setting functions.
328 Supports the ACPI Embedded Controller interface, used to communicate
329 with embedded platform controllers.
332 Supports an ISA bus bridge defined in the ACPI namespace,
333 typically as a child of a PCI bus.
336 Supports an ACPI laptop lid switch, which typically puts a
341 Quirks automatically disable ACPI functionality based on the XSDT table's
342 OEM vendor name and revision date.
345 Supports Host to PCI bridges.
348 Performs PCI interrupt routing.
351 Pseudo-devices containing resources which ACPI claims.
354 Supports system cooling and heat management.
357 Implements a timecounter using the ACPI fixed-frequency timer.
362 which may conflict with
367 It is also possible to avoid portions of the ACPI namespace which
368 may be causing problems, by listing the full path of the root of
369 the region to be avoided in the kernel environment variable
370 .Va debug.acpi.avoid .
371 The object and all of its children will be ignored during the
372 bus/children scan of the namespace.
373 The ACPI CA code will still know about the avoided region.
375 To enable debugging output,
377 must be compiled with
378 .Cd "options ACPI_DEBUG" .
379 Debugging output is separated between layers and levels, where a layer is
380 a component of the ACPI subsystem, and a level is a particular kind
383 Both layers and levels are specified as a whitespace-separated list of
384 tokens, with layers listed in
387 .Va debug.acpi.level .
389 The first set of layers is for ACPI-CA components, and the second is for
392 The ACPI-CA layer descriptions include the prefix for the files they
394 The supported layers are:
396 .Bl -tag -compact -width ".Li ACPI_CA_DISASSEMBLER"
397 .It Li ACPI_UTILITIES
398 Utility ("ut") functions
400 Hardware access ("hw")
405 .It Li ACPI_NAMESPACE
406 Namespace evaluation ("ns")
409 .It Li ACPI_DISPATCHER
410 Internal representation of interpreter state ("ds")
412 Execute AML methods ("ex")
413 .It Li ACPI_RESOURCES
414 Resource parsing ("rs")
415 .It Li ACPI_CA_DEBUGGER
416 Debugger implementation ("db", "dm")
417 .It Li ACPI_OS_SERVICES
418 Usermode support routines ("os")
419 .It Li ACPI_CA_DISASSEMBLER
420 Disassembler implementation (unused)
421 .It Li ACPI_ALL_COMPONENTS
422 All the above ACPI-CA components
423 .It Li ACPI_AC_ADAPTER
426 Control-method battery driver
428 ACPI, ISA, and PCI bus drivers
430 Power and sleep button driver
432 Embedded controller driver
436 Platform-specific driver for hotkeys, LED, etc.
438 Power resource driver
439 .It Li ACPI_PROCESSOR
445 .It Li ACPI_ALL_DRIVERS
451 The supported levels are:
453 .Bl -tag -compact -width ".Li ACPI_LV_AML_DISASSEMBLE"
455 Fatal error conditions
457 Warnings and potential problems
459 Initialization progress
460 .It Li ACPI_LV_DEBUG_OBJECT
463 General information and progress
464 .It Li ACPI_LV_ALL_EXCEPTIONS
465 All the previous levels
466 .It Li ACPI_LV_INIT_NAMES
469 .It Li ACPI_LV_DISPATCH
472 .It Li ACPI_LV_OPREGION
473 .It Li ACPI_LV_BFIELD
474 .It Li ACPI_LV_TABLES
475 .It Li ACPI_LV_VALUES
476 .It Li ACPI_LV_OBJECTS
477 .It Li ACPI_LV_RESOURCES
478 .It Li ACPI_LV_USER_REQUESTS
479 .It Li ACPI_LV_PACKAGE
480 .It Li ACPI_LV_VERBOSITY1
481 All the previous levels
482 .It Li ACPI_LV_ALLOCATIONS
483 .It Li ACPI_LV_FUNCTIONS
484 .It Li ACPI_LV_OPTIMIZATIONS
485 .It Li ACPI_LV_VERBOSITY2
488 .It Li ACPI_LV_THREADS
490 .It Li ACPI_LV_INTERRUPTS
491 .It Li ACPI_LV_VERBOSITY3
492 All the previous levels
493 .It Li ACPI_LV_AML_DISASSEMBLE
494 .It Li ACPI_LV_VERBOSE_INFO
495 .It Li ACPI_LV_FULL_TABLES
496 .It Li ACPI_LV_EVENTS
497 .It Li ACPI_LV_VERBOSE
499 .Qq Li ACPI_LV_VERBOSITY3
502 Selection of the appropriate layer and level values is important
503 to avoid massive amounts of debugging output.
504 For example, the following configuration is a good way to gather initial
506 It enables debug output for both ACPI-CA and the
508 driver, printing basic information about errors, warnings, and progress.
509 .Bd -literal -offset indent
510 debug.acpi.layer="ACPI_ALL_COMPONENTS ACPI_ALL_DRIVERS"
511 debug.acpi.level="ACPI_LV_ALL_EXCEPTIONS"
514 Debugging output by the ACPI CA subsystem is prefixed with the
515 module name in lowercase, followed by a source line number.
518 code follows the same format, but
519 the module name is uppercased.
520 .Sh OVERRIDING YOUR BIOS BYTECODE
521 ACPI interprets bytecode named AML
522 (ACPI Machine Language)
523 provided by the BIOS vendor as a memory image at boot time.
524 Sometimes, the AML code contains a bug that does not appear when parsed
525 by the Microsoft implementation.
527 provides a way to override it with your own AML code to work around
528 or debug such problems.
529 Note that all AML in your DSDT and any SSDT tables is overridden.
531 In order to load your AML code, you must edit
532 .Pa /boot/loader.conf
533 and include the following lines.
534 .Bd -literal -offset indent
536 acpi_dsdt_name="/boot/acpi_dsdt.aml" # You may change this name.
539 In order to prepare your AML code, you will need the
543 utilities and some ACPI knowledge.
545 ACPI is only found and supported on i386/ia32, ia64, and amd64.
556 .%A "Compaq Computer Corporation"
557 .%A "Intel Corporation"
558 .%A "Microsoft Corporation"
559 .%A "Phoenix Technologies Ltd."
560 .%A "Toshiba Corporation"
562 .%T "Advanced Configuration and Power Interface Specification"
563 .%O http://acpi.info/spec.htm
567 The ACPI CA subsystem is developed and maintained by
568 Intel Architecture Labs.
570 The following people made notable contributions to the ACPI subsystem
574 .An Takanori Watanabe Aq takawata@jp.FreeBSD.org ,
575 .An Mitsuru IWASAKI Aq iwasaki@jp.FreeBSD.org ,
576 .An Munehiro Matsuda ,
578 the ACPI-jp mailing list at
579 .Aq acpi-jp@jp.FreeBSD.org ,
580 and many other contributors.
582 This manual page was written by
583 .An Michael Smith Aq msmith@FreeBSD.org .
585 Many BIOS versions have serious bugs that may cause system instability,
586 break suspend/resume, or prevent devices from operating properly due to
587 IRQ routing problems.
588 Upgrade your BIOS to the latest version available from the vendor before
589 deciding it is a problem with
594 CPU idle power management drive conflicts with the local APIC (LAPIC)
596 Disable APIC mode with
597 .Va hint.apic.0.disabled
602 states if APIC mode is enabled.