Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105361
b: refs/heads/master
c: 40b4ac3
h: refs/heads/master
i:
  105359: bcfc075
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Jul 24, 2008
1 parent c7ef64c commit 07c39f3
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 260 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7ecb331e11d1f7aa66aeef9170fc20781c9bb55
refs/heads/master: 40b4ac33b4d1bdd5cbeb2241be2399c550fa3696
4 changes: 2 additions & 2 deletions trunk/Documentation/power/00-INDEX
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
00-INDEX
- This file
apm-acpi.txt
- basic info about the APM and ACPI support.
basic-pm-debugging.txt
- Debugging suspend and resume
devices.txt
Expand All @@ -14,8 +16,6 @@ notifiers.txt
- Registering suspend notifiers in device drivers
pci.txt
- How the PCI Subsystem Does Power Management
pm.txt
- info on Linux power management support.
pm_qos_interface.txt
- info on Linux PM Quality of Service interface
power_supply_class.txt
Expand Down
32 changes: 32 additions & 0 deletions trunk/Documentation/power/apm-acpi.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
APM or ACPI?
------------
If you have a relatively recent x86 mobile, desktop, or server system,
odds are it supports either Advanced Power Management (APM) or
Advanced Configuration and Power Interface (ACPI). ACPI is the newer
of the two technologies and puts power management in the hands of the
operating system, allowing for more intelligent power management than
is possible with BIOS controlled APM.

The best way to determine which, if either, your system supports is to
build a kernel with both ACPI and APM enabled (as of 2.3.x ACPI is
enabled by default). If a working ACPI implementation is found, the
ACPI driver will override and disable APM, otherwise the APM driver
will be used.

No, sorry, you cannot have both ACPI and APM enabled and running at
once. Some people with broken ACPI or broken APM implementations
would like to use both to get a full set of working features, but you
simply cannot mix and match the two. Only one power management
interface can be in control of the machine at once. Think about it..

User-space Daemons
------------------
Both APM and ACPI rely on user-space daemons, apmd and acpid
respectively, to be completely functional. Obtain both of these
daemons from your Linux distribution or from the Internet (see below)
and be sure that they are started sometime in the system boot process.
Go ahead and start both. If ACPI or APM is not available on your
system the associated daemon will exit gracefully.

apmd: http://worldvisions.ca/~apenwarr/apmd/
acpid: http://acpid.sf.net/
257 changes: 0 additions & 257 deletions trunk/Documentation/power/pm.txt

This file was deleted.

0 comments on commit 07c39f3

Please sign in to comment.