Merge from vendor branch OPENSSL:
[dragonfly.git] / share / man / man4 / acpi.4
1 .\"
2 .\" Copyright (c) 2001 Michael Smith
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
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.
13 .\"
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
24 .\" SUCH DAMAGE.
25 .\"
26 .\" $FreeBSD: src/share/man/man4/acpi.4,v 1.50 2005/02/23 07:23:35 trhodes Exp $
27 .\" $DragonFly: src/share/man/man4/acpi.4,v 1.8 2008/08/28 16:38:59 swildner Exp $
28 .\"
29 .Dd September 29, 2007
30 .Dt ACPI 4
31 .Os
32 .Sh NAME
33 .Nm acpi
34 .Nd Advanced Configuration and Power Management support
35 .Sh SYNOPSIS
36 .Cd "device acpi"
37 .Pp
38 .Cd "options ACPI_QUIRK_VMWARE"
39 .Cd "options ACPI_DEBUG"
40 .Sh DESCRIPTION
41 The
42 .Nm
43 driver provides support for the Intel/Microsoft/Compaq/Toshiba ACPI
44 standard.
45 This support includes platform hardware discovery (superseding the
46 PnP and PCI BIOS), as well as power management (superseding APM) and
47 other features.
48 ACPI core support is provided by the ACPI CA reference implementation
49 from Intel.
50 .Pp
51 It was observed that when running
52 .Dx
53 as a guest in VMware 5.5.1 under SMP conditions, VMware's ACPI-fast24
54 timer runs roughly 65 times too fast.
55 The
56 .Dv ACPI_QUIRK_VMWARE
57 option can be specified in the kernel configuration file in order to
58 fix this problem.
59 .Pp
60 Note that the
61 .Nm
62 driver is automatically loaded by the
63 .Xr loader 8 ,
64 and should only be
65 compiled into the kernel on platforms where ACPI is mandatory.
66 .Sh SYSCTLS
67 The
68 .Nm
69 driver is intended to provide power management without user intervention.
70 Thus, some of these sysctls are controlled automatically by the
71 .Pa power_profile
72 .Xr rc 8
73 script, which can be configured via
74 .Xr rc.conf 5 .
75 If values are specified manually, they may be overridden.
76 .Bl -tag -width indent
77 .It Va hw.acpi.cpu.cx_usage
78 Debugging information listing the percent of total usage for each sleep state.
79 The values are reset when
80 .Va hw.acpi.cpu.cx_lowest
81 is modified.
82 .It Va hw.acpi.cpu.cx_lowest
83 Lowest Cx state to use for idling the CPU.
84 A scheduling algorithm will select states between C1 and this setting
85 as system load dictates.
86 To enable ACPI CPU idling control,
87 .Va machdep.cpu_idle_hlt
88 must be set to 1.
89 .It Va hw.acpi.cpu.cx_supported
90 List of supported CPU idle states and their transition latency
91 in microseconds.
92 Each state has a type (e.g., C2).
93 C1 is equivalent to the ia32 HLT instruction, C2 provides a deeper
94 sleep with the same semantics, and C3 provides the deepest sleep
95 but additionally requires bus mastering to be disabled.
96 States greater than C3 provide even more power savings with the same
97 semantics as the C3 state.
98 Deeper sleeps provide more power savings but increased transition
99 latency when an interrupt occurs.
100 .El
101 .Sh TUNABLES
102 Tunables can be set at the
103 .Xr loader 8
104 prompt before booting the kernel or stored in
105 .Pa /boot/loader.conf .
106 .Bl -tag -width indent
107 .It Va acpi_dsdt_load
108 Enables loading of a custom ACPI DSDT.
109 .It Va acpi_dsdt_name
110 Name of the DSDT table to load, if loading is enabled.
111 .It Va debug.acpi.disabled
112 Selectively disables portions of ACPI that are enabled by default, for
113 debugging purposes.
114 .It Va debug.acpi.enabled
115 Selectively enables portions of ACPI that are disabled by default, for
116 debugging purposes.
117 .It Va debug.acpi.quirks
118 Override any automatic quirks completely.
119 .It Va hint.acpi.0.disabled
120 Set this to 1 to disable all of ACPI.
121 If ACPI has been disabled on your system due to a blacklist entry for your
122 BIOS, you can set this to 0 to re-enable ACPI for testing.
123 .It Va hw.acpi.ec.poll_timeout
124 Delay in milliseconds to wait for the EC to respond.
125 Try increasing this number if you get the error
126 .Qq Li AE_NO_HARDWARE_RESPONSE .
127 .It Va hw.acpi.host_mem_start
128 Override the assumed memory starting address for PCI host bridges.
129 .It Va hw.acpi.pci.link.%d.%d.%d.irq
130 Override the interrupt to use.
131 .It Va hw.acpi.reset_video
132 Enables calling the VESA reset BIOS vector on the resume path.
133 Some graphic chips have problems such as LCD white-out after resume.
134 Try setting this to 0 if this causes problems for you.
135 .It Va hw.acpi.serialize_methods
136 Allow override of whether methods execute in parallel or not.
137 Enable this for serial behavior, which fixes
138 .Qq Li AE_ALREADY_EXISTS
139 errors for
140 AML that really cannot handle parallel method execution.
141 It is off by default since this breaks recursive methods and some IBMs use
142 such code.
143 .It Va hw.acpi.verbose
144 Turn on verbose debugging information about what ACPI is doing.
145 .El
146 .Sh DISABLING ACPI
147 Since ACPI support on different platforms varies greatly, there are many
148 debugging and tuning options available.
149 .Pp
150 For machines known not to work with
151 .Nm
152 enabled, there is a BIOS blacklist.
153 Currently, the blacklist only controls whether
154 .Nm
155 should be disabled or not.
156 In the future, it will have more granularity to control features (the
157 infrastructure for that is already there).
158 .Pp
159 To enable
160 .Nm
161 (for debugging purposes, etc.) on machines that are on the blacklist, set the
162 kernel environment variable
163 .Va hint.acpi.0.disabled
164 to 0.
165 Before trying this, consider updating your BIOS to a more recent version that
166 may be compatible with ACPI.
167 .Pp
168 To disable the
169 .Nm
170 driver completely, set the kernel environment variable
171 .Va hint.acpi.0.disabled
172 to 1.
173 .Pp
174 Some i386 machines totally fail to operate with some or all of ACPI disabled.
175 Other i386 machines fail with ACPI enabled.
176 Disabling all or part of ACPI on non-i386 platforms (i.e., platforms where
177 ACPI support is mandatory) may result in a non-functional system.
178 .Pp
179 The
180 .Nm
181 driver comprises a set of drivers, which may be selectively disabled
182 in case of problems.
183 To disable a sub-driver, list it in the kernel
184 environment variable
185 .Va debug.acpi.disabled .
186 Multiple entries can be listed, separated by a space.
187 .Pp
188 ACPI sub-devices and features that can be disabled:
189 .Bl -tag -width ".Li sysresource"
190 .It Li all
191 Disable all ACPI features and devices.
192 .It Li acad
193 .Pq Vt device
194 Supports AC adapter.
195 .It Li bus
196 .Pq Vt feature
197 Probes and attaches subdevices.
198 Disabling will avoid scanning the ACPI namespace entirely.
199 .It Li children
200 .Pq Vt feature
201 Attaches standard ACPI sub-drivers and devices enumerated in the
202 ACPI namespace.
203 Disabling this has a similar effect to disabling
204 .Dq Li bus ,
205 except that the
206 ACPI namespace will still be scanned.
207 .It Li button
208 .Pq Vt device
209 Supports ACPI button devices (typically power and sleep buttons).
210 .It Li cmbat
211 .Pq Vt device
212 Control-method batteries device.
213 .It Li cpu
214 .Pq Vt device
215 Supports CPU power-saving and speed-setting functions.
216 .It Li ec
217 .Pq Vt device
218 Supports the ACPI Embedded Controller interface, used to communicate
219 with embedded platform controllers.
220 .It Li isa
221 .Pq Vt device
222 Supports an ISA bus bridge defined in the ACPI namespace,
223 typically as a child of a PCI bus.
224 .It Li lid
225 .Pq Vt device
226 Supports an ACPI laptop lid switch, which typically puts a
227 system to sleep.
228 .It Li quirks
229 .Pq Vt feature
230 Do not honor quirks.
231 Quirks automatically disable ACPI functionality based on the XSDT table's
232 OEM vendor name and revision date.
233 .It Li pci
234 .Pq Vt device
235 Supports Host to PCI bridges.
236 .It Li pci_link
237 .Pq Vt feature
238 Performs PCI interrupt routing.
239 .It Li sysresource
240 .Pq Vt device
241 Pseudo-devices containing resources which ACPI claims.
242 .It Li thermal
243 .Pq Vt device
244 Supports system cooling and heat management.
245 .It Li timer
246 .Pq Vt device
247 Implements a timecounter using the ACPI fixed-frequency timer.
248 .It Li video
249 .Pq Vt device
250 Supports acpi_video which may conflict with agp device.
251 .El
252 .Pp
253 It is also possible to avoid portions of the ACPI namespace which
254 may be causing problems, by listing the full path of the root of
255 the region to be avoided in the kernel environment variable
256 .Va debug.acpi.avoid.paths ,
257 or
258 .Va debug.acpi.avoid .
259 The latter also disables initialization of ACPI namespace as a
260 workaround for systems where not doing so crashes interpreter.
261 The object and all of its children will be ignored during the
262 bus/children scan of the namespace.
263 The ACPI CA code will still know about the avoided region.
264 .Sh DEBUGGING OUTPUT
265 To enable debugging output,
266 .Nm
267 must be compiled with
268 .Cd "options ACPI_DEBUG" .
269 Debugging output is separated between layers and levels, where a layer is
270 a component of the ACPI subsystem, and a level is a particular kind
271 of debugging output.
272 .Pp
273 Both layers and levels are specified as a whitespace-separated list of
274 tokens, with layers listed in
275 .Va debug.acpi.layer
276 and levels in
277 .Va debug.acpi.level .
278 .Pp
279 The first set of layers is for ACPI-CA components, and the second is for
280 .Dx
281 drivers.
282 The ACPI-CA layer descriptions include the prefix for the files they
283 refer to.
284 The supported layers are:
285 .Pp
286 .Bl -tag -compact -width ".Li ACPI_CA_DISASSEMBLER"
287 .It Li ACPI_UTILITIES
288 Utility ("ut") functions
289 .It Li ACPI_HARDWARE
290 Hardware access ("hw")
291 .It Li ACPI_EVENTS
292 Event and GPE ("ev")
293 .It Li ACPI_TABLES
294 Table access ("tb")
295 .It Li ACPI_NAMESPACE
296 Namespace evaluation ("ns")
297 .It Li ACPI_PARSER
298 AML parser ("ps")
299 .It Li ACPI_DISPATCHER
300 Internal representation of interpreter state ("ds")
301 .It Li ACPI_EXECUTER
302 Execute AML methods ("ex")
303 .It Li ACPI_RESOURCES
304 Resource parsing ("rs")
305 .It Li ACPI_CA_DEBUGGER
306 Debugger implementation ("db", "dm")
307 .It Li ACPI_OS_SERVICES
308 Usermode support routines ("os")
309 .It Li ACPI_CA_DISASSEMBLER
310 Disassembler implementation (unused)
311 .It Li ACPI_ALL_COMPONENTS
312 All the above ACPI-CA components
313 .It Li ACPI_AC_ADAPTER
314 AC adapter driver
315 .It Li ACPI_BATTERY
316 Control-method battery driver
317 .It Li ACPI_BUS
318 ACPI, ISA, and PCI bus drivers
319 .It Li ACPI_BUTTON
320 Power and sleep button driver
321 .It Li ACPI_EC
322 Embedded controller driver
323 .It Li ACPI_FAN
324 Fan driver
325 .It Li ACPI_OEM
326 Platform-specific driver for hotkeys, LED, etc.
327 .It Li ACPI_POWER
328 Power resource driver
329 .It Li ACPI_PROCESSOR
330 CPU driver
331 .It Li ACPI_THERMAL
332 Thermal zone driver
333 .It Li ACPI_TIMER
334 Timer driver
335 .It Li ACPI_ALL_DRIVERS
336 All the above
337 .Dx
338 ACPI drivers
339 .El
340 .Pp
341 The supported levels are:
342 .Pp
343 .Bl -tag -compact -width ".Li ACPI_LV_AML_DISASSEMBLE"
344 .It Li ACPI_LV_ERROR
345 Fatal error conditions
346 .It Li ACPI_LV_WARN
347 Warnings and potential problems
348 .It Li ACPI_LV_INIT
349 Initialization progress
350 .It Li ACPI_LV_DEBUG_OBJECT
351 Stores to objects
352 .It Li ACPI_LV_INFO
353 General information and progress
354 .It Li ACPI_LV_ALL_EXCEPTIONS
355 All the previous levels
356 .It Li ACPI_LV_INIT_NAMES
357 .It Li ACPI_LV_PARSE
358 .It Li ACPI_LV_LOAD
359 .It Li ACPI_LV_DISPATCH
360 .It Li ACPI_LV_EXEC
361 .It Li ACPI_LV_NAMES
362 .It Li ACPI_LV_OPREGION
363 .It Li ACPI_LV_BFIELD
364 .It Li ACPI_LV_TABLES
365 .It Li ACPI_LV_VALUES
366 .It Li ACPI_LV_OBJECTS
367 .It Li ACPI_LV_RESOURCES
368 .It Li ACPI_LV_USER_REQUESTS
369 .It Li ACPI_LV_PACKAGE
370 .It Li ACPI_LV_VERBOSITY1
371 All the previous levels
372 .It Li ACPI_LV_ALLOCATIONS
373 .It Li ACPI_LV_FUNCTIONS
374 .It Li ACPI_LV_OPTIMIZATIONS
375 .It Li ACPI_LV_VERBOSITY2
376 .It Li ACPI_LV_ALL
377 .It Li ACPI_LV_MUTEX
378 .It Li ACPI_LV_THREADS
379 .It Li ACPI_LV_IO
380 .It Li ACPI_LV_INTERRUPTS
381 .It Li ACPI_LV_VERBOSITY3
382 All the previous levels
383 .It Li ACPI_LV_AML_DISASSEMBLE
384 .It Li ACPI_LV_VERBOSE_INFO
385 .It Li ACPI_LV_FULL_TABLES
386 .It Li ACPI_LV_EVENTS
387 .It Li ACPI_LV_VERBOSE
388 All levels after
389 .Qq Li ACPI_LV_VERBOSITY3
390 .El
391 .Pp
392 Selection of the appropriate layer and level values is important
393 to avoid massive amounts of debugging output.
394 For example, the following configuration is a good way to gather initial
395 information.
396 It enables debug output for both ACPI-CA and the
397 .Nm
398 driver, printing basic information about errors, warnings, and progress.
399 .Bd -literal -offset indent
400 debug.acpi.layer="ACPI_ALL_COMPONENTS ACPI_ALL_DRIVERS"
401 debug.acpi.level="ACPI_LV_ALL_EXCEPTIONS"
402 .Ed
403 .Pp
404 Debugging output by the ACPI CA subsystem is prefixed with the
405 module name in lowercase, followed by a source line number.
406 Output from the
407 .Dx Ns -local
408 code follows the same format, but
409 the module name is uppercased.
410 .Sh OVERRIDING YOUR BIOS BYTECODE
411 ACPI interprets bytecode named AML
412 (ACPI Machine Language)
413 provided by the BIOS vendor as a memory image at boot time.
414 Sometimes, the AML code contains a bug that does not appear when parsed
415 by the Microsoft implementation.
416 .Dx
417 provides a way to override it with your own AML code to work around
418 or debug such problems.
419 Note that all AML in your DSDT and any SSDT tables is overridden.
420 .Pp
421 In order to load your AML code, you must edit
422 .Pa /boot/loader.conf
423 and include the following lines.
424 .Bd -literal -offset indent
425 acpi_dsdt_load="YES"
426 acpi_dsdt_name="/boot/acpi_dsdt.aml" # You may change this name.
427 .Ed
428 .Pp
429 In order to prepare your AML code, you will need the
430 .Xr acpidump 8
431 and
432 .Xr iasl 8
433 utilities and some ACPI knowledge.
434 .Sh COMPATIBILITY
435 ACPI is only found and supported on i386/ia32, ia64, and amd64.
436 .Sh SEE ALSO
437 .Xr kenv 1 ,
438 .Xr acpi_thermal 4 ,
439 .Xr acpi_thinkpad 4 ,
440 .Xr acpi_toshiba 4 ,
441 .Xr loader.conf 5 ,
442 .Xr acpiconf 8 ,
443 .Xr acpidump 8 ,
444 .Xr config 8 ,
445 .Xr iasl 8
446 .Rs
447 .%A "Compaq Computer Corporation"
448 .%A "Intel Corporation"
449 .%A "Microsoft Corporation"
450 .%A "Phoenix Technologies Ltd."
451 .%A "Toshiba Corporation"
452 .%D August 25, 2003
453 .%T "Advanced Configuration and Power Interface Specification"
454 .%O http://acpi.info/spec.htm
455 .Re
456 .Sh AUTHORS
457 .An -nosplit
458 The ACPI CA subsystem is developed and maintained by
459 Intel Architecture Labs.
460 .Pp
461 The following people made notable contributions to the ACPI subsystem
462 in
463 .Dx :
464 .An Michael Smith ,
465 .An Takanori Watanabe Aq takawata@jp.FreeBSD.org ,
466 .An Mitsuru IWASAKI Aq iwasaki@jp.FreeBSD.org ,
467 .An Munehiro Matsuda ,
468 .An Nate Lawson ,
469 the ACPI-jp mailing list at
470 .Aq acpi-jp@jp.FreeBSD.org ,
471 and many other contributors.
472 .Pp
473 This manual page was written by
474 .An Michael Smith Aq msmith@FreeBSD.org .
475 .Sh BUGS
476 If the
477 .Nm
478 driver is loaded as a module when it is already linked as part of the
479 kernel, odd things may happen.