nightly: remove unused BINARCHIVE
[unleashed.git] / share / man / man4 / power.conf.4
blob3541bd28c237b758dfd1edf90a8e08215ce29f9f
1 '\" te
2 .\" Copyright (C) 2009, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
4 .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
5 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH POWER.CONF 4 "May 13, 2017"
7 .SH NAME
8 power.conf \- Power Management configuration information file
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/etc/power.conf\fR
13 .fi
15 .SH DESCRIPTION
16 .LP
17 The \fBpower.conf\fR file is used by the Power Management configuration program
18 \fBpmconfig\fR(8), to initialize the settings for Power Management. If you
19 make changes to this file, you must run \fBpmconfig\fR(8) manually for the
20 changes to take effect.
21 .sp
22 .LP
23 Power Management addresses two specific management scenarios: management of
24 individual devices and management of the whole system. An individual device is
25 power managed if the device supports multiple power levels and if the device
26 driver uses Power Management interfaces provided by the kernel to save device
27 power when the device is idle.
28 .sp
29 .LP
30 All entries in the \fBpower.conf\fR file are processed in the order that they
31 occur in the file.
32 .SS "Automatic Device Power Management"
33 .LP
34 Devices with drivers that use the automatic device Power Management interfaces
35 are automatically power managed if the \fBautopm\fR entry is enabled. The
36 \fBautopm\fR entry is described near the end of this section. The
37 \fBpm-components\fR property describes the Power Management model of a device
38 driver to the Power Management framework. See \fBpm-components\fR(9P) for more
39 information.
40 .sp
41 .LP
42 When a component has been idle at a given power level for its threshold time,
43 the power level of the component is reduced to the next lower power level of
44 that component, if any. For devices which implement multiple components, each
45 component is power-managed independently.
46 .sp
47 .LP
48 Default thresholds for components of automatically power managed devices are
49 computed by the Power Management framework based on the system idleness
50 threshold. By default, all components of the device are powered off if they
51 have all been idle for the system's idleness threshold. The default system
52 idleness threshold is determined by the applicable United States Environmental
53 Protection Agency's (EPA) \fIEnergy Star Memorandum of Understanding\fR. See
54 the \fBNOTES\fR section of this manual page for more information.
55 .sp
56 .LP
57 To set the system idleness \fIthreshold\fR, use one of the following entries:
58 .sp
59 .in +2
60 .nf
61 system-threshold \fIthreshold\fR
62 .fi
63 .in -2
65 .sp
66 .in +2
67 .nf
68 system-threshold \fBalways-on\fR
69 .fi
70 .in -2
72 .sp
73 .LP
74 where \fIthreshold\fR is the value of the system idleness threshold in hours,
75 minutes or seconds as indicated by a trailing \fBh\fR, \fBm\fR or \fBs\fR
76 (defaulting to seconds if only a number is given). If \fBalways-on\fR is
77 specified, then by default, all devices are left at full power.
78 .sp
79 .LP
80 The \fBsystem-threshold\fR entry is applicable to CPU Power Management only
81 when CPU Power Management has been configured to operate in poll-mode, which is
82 expressed through the \fBcpupm\fR keyword.
83 .sp
84 .LP
85 If a system has power manageable CPUs, these can be managed independently of
86 the system idleness threshold by using one of the following entries:
87 .sp
88 .in +2
89 .nf
90 cpu-threshold \fIthreshold\fR
91 .fi
92 .in -2
94 .sp
95 .in +2
96 .nf
97 cpu-threshold \fBalways-on\fR
98 .fi
99 .in -2
103 where \fIthreshold\fR is the value of the CPU idleness threshold in hours,
104 minutes or seconds as indicated by a trailing \fBh\fR, \fBm\fR or \fBs\fR
105 (defaulting to seconds if only a number is given). If \fBalways-on\fR is
106 specified, then by default, all CPUs are left at full power.
109 The \fBcpu-threshold\fR keyword is used only when CPU Power Management has been
110 configured to operate in poll-mode, which is expressed through the \fBcpupm\fR
111 keyword.
114 If no \fBcpu-threshold\fR entry is specified, then the system idleness
115 threshold is used.
118 To override the default device component thresholds assigned by the Power
119 Management framework, a \fBdevice-thresholds\fR entry can be used. A
120 \fBdevice-thresholds\fR entry sets thresholds for a specific automatically
121 power-managed device or disables automatic Power Management for the specific
122 device.
125 A \fBdevice-thresholds\fR entry has the form:
127 .in +2
129 device-thresholds \fIphys_path\fR \fI(threshold ...) ...\fR
131 .in -2
137 .in +2
139 device-thresholds \fIphys_path\fR \fIthreshold\fR
141 .in -2
147 .in +2
149 device-thresholds \fIphys_path\fR \fBalways-on\fR
151 .in -2
155 where \fIphys_path\fR specifies the physical path (\fBlibdevinfo\fR(3LIB)) of a
156 specific device. For example,
157 \fB/pci@8,600000/scsi@4/ssd@w210000203700c3ee,0\fR specifies the physical path
158 of a disk. A symbolic link into the \fB/devices\fR tree, for example
159 \fB/dev/dsk/c1t1d0s0\fR, is also accepted. The thresholds apply (or keeping the
160 device always on applies) to the specific device only.
163 In the first form above, each \fIthreshold\fR value represents the number of
164 hours, minutes or seconds, depending on a trailing \fBh\fR, \fBm\fR or \fBs\fR
165 with a default to seconds, to spend idle at the corresponding power level
166 before power is reduced to the next lower level of that component. Parentheses
167 are used to group thresholds per component, with the first (leftmost) group
168 being applied to component \fB0\fR, the next to component \fB1\fR, and the
169 like. Within a group, the last (rightmost) number represents the time to be
170 idle in the highest power level of the component before going to the
171 next-to-highest level, while the first (leftmost) number represents the time to
172 be idle in the next-to-lowest power level before going to the lowest power
173 level.
176 If the number of groups does not match the number of components exported by the
177 device (by means of \fBpm-components\fR(9P) property), or the number of
178 thresholds in a group is not one less than the number of power levels the
179 corresponding component supports, then an error message is printed and the
180 entry is ignored.
183 For example, assume a device called \fBxfb\fR exports the components \fBFrame
184 Buffer\fR and \fBMonitor\fR. Component \fBFrame Buffer\fR has two power levels:
185 \fBOff\fR and \fBOn\fR. Component \fBMonitor\fR has four power levels:
186 \fBOff\fR, \fBSuspend, Standby\fR, and \fBOn\fR.
189 The following \fBdevice-thresholds\fR entry:
191 .in +2
193 device-thresholds \fI/pci@f0000/xfb@0 (0) (3m 5m 15m)\fR
195 .in -2
199 would set the \fIthreshold\fR time for the \fBMonitor\fR component of the
200 specific \fBxfb\fR card to go from \fBOn\fR to \fBStandby in\fR 15 minutes, the
201 \fIthreshold\fR for \fBMonitor\fR to go from \fBStandby\fR to \fBSuspend\fRin 5
202 minutes, and the \fIthreshold\fR for \fBMonitor\fR to go from \fBSuspend\fR to
203 \fBOff\fR in 3 minutes. The threshold for \fBFrame Buffer\fR to go from
204 \fBOn\fR to \fBOff\fR is 0 seconds.
207 In the second form above, where a single threshold value is specified without
208 parentheses, the threshold value represents a maximum overall time within which
209 the entire device should be powered down if it is idle. Because the system does
210 not know about any internal dependencies there can be among a device's
211 components, the device can actually be powered down sooner than the specified
212 \fIthreshold\fR, but does take longer than the specified \fIthreshold\fR,
213 provided that all device components are idle.
216 In the third form above, all components of the device are left at full power.
219 Device Power Management entries are only effective if there is no user process
220 controlling the device directly. For example, X Windows systems directly
221 control frame buffers. The entries in the \fBpower.conf\fR file are effective
222 only when X Windows is not running.
225 Dependencies among devices can also be defined. A device depends upon another
226 if none of its components might have their power levels reduced unless all
227 components of the other device are powered off. A dependency can be indicated
228 by an entry of the form:
230 .in +2
232 device-dependency \fIdependent_phys_path phys_path [ phys_path ... ]\fR
234 .in -2
238 where \fIdependent_phys_path\fR is the path name (as above) of the device that
239 is kept up by the others, and the \fIphys_path\fR entries specify the devices
240 that keep it up. A symbolic link into the \fB/devices\fR tree, such as
241 \fB/dev/fb\fR, is also accepted. This entry is needed only for logical
242 dependents for the device. A logical dependent is a device that is not
243 physically connected to the power managed device (for example, the display and
244 the keyboard). Physical dependents are automatically considered and need not be
245 included.
248 In addition to listing dependents by physical path, an arbitrary group of
249 devices can be made dependent upon another device by specifying a property
250 dependency using the following syntax:
252 .in +2
254 device-dependency-property \fIproperty\fR \fIphys_path\fR [\fIphys_path\fR ...]
256 .in -2
261 where each device that exports the property \fIproperty\fR is kept up by the
262 devices named by \fIphys_path\fR(s). A symbolic link into the \fB/devices\fR
263 tree (such as \fB/dev/fb\fR) is accepted as well as a pathname for
264 \fIphys_path\fR.
267 For example, the following entry ensures that every device that exports the
268 boolean property named \fBremovable-media\fR is kept up when the console
269 framebuffer is up. See \fBremovable-media\fR(9P).
271 .in +2
273 # This entry keeps removable media from being powered down unless the
274 # console framebuffer and monitor are powered down
275 # (See removable-media(9P))
277 device-dependency-property removable-media /dev/fb
279 .in -2
283 An \fBautopm\fR entry can be used to enable or disable automatic device Power
284 Management on a system-wide basis. The format of the \fBautopm\fR entry is:
286 .in +2
288 autopm \fIbehavior\fR
290 .in -2
294 Acceptable behavior values are described as follows:
296 .ne 2
298 \fB\fBdefault\fR\fR
300 .RS 11n
301 The behavior of the system depends upon its model. Desktop models that fall
302 under the United States Environmental Protection Agency's \fIEnergy Star
303 Memorandum of Understanding #3\fR have automatic device Power Management
304 enabled, and all others do not. See the \fBNOTES\fR section of this manual page
305 for more information.
309 .ne 2
311 \fB\fBenable\fR\fR
313 .RS 11n
314 Automatic device Power Management is started when this entry is encountered.
318 .ne 2
320 \fB\fBdisable\fR\fR
322 .RS 11n
323 Automatic device Power Management is stopped when this entry is encountered.
328 A \fBcpupm\fR entry can be used to enable or disable Power Management of CPUs
329 on a system-wide basis, independent of \fBautopm\fR. The format of the
330 \fBcpupm\fR entry is:
332 .in +2
334 cpupm \fIbehavior\fR
336 .in -2
340 Acceptable behavior values and their meanings are :
342 .ne 2
344 \fB\fBenable\fR\fR
346 .RS 11n
347 CPU Power Management is started when this entry is encountered.
349 Where the behavior is \fBenable\fR, an optional \fImode\fR argument can be
350 specified:
352 .in +2
354 cpupm enable \fImode\fR
356 .in -2
358 Acceptable \fImode\fR values and their meanings are:
360 .ne 2
362 \fB\fBevent-mode\fR\fR
364 .RS 14n
365 CPU power state transitions is driven by thread scheduler/dispatcher events.
366 The \fBcpu-threshold\fR, and \fBsystem-threshold\fR keywords are not used for
367 CPUs in this mode.
371 .ne 2
373 \fB\fBpoll-mode\fR\fR
375 .RS 14n
376 The Power Management framework polls the idleness of the system's CPUs, and
377 manages their power once idle for the period of time specified by either the
378 \fBsystem-threshold\fR or \fBcpu-threshold\fR.
384 .ne 2
386 \fB\fBdisable\fR\fR
388 .RS 11n
389 CPU Power Management is stopped when this entry is encountered.
394 If supported by the platform, a \fBcpu_deep_idle\fR entry can be used to enable
395 or disable automatic use of power saving cpu idle states. The format of the
396 \fBcpu_deep_idle\fR entry is:
398 .in +2
400 \fBcpu_deep_idle\fR \fIbehavior\fR
402 .in -2
407 Acceptable values for \fIbehavior\fR are:
409 .ne 2
411 \fB\fBdefault\fR\fR
413 .RS 11n
414 Advanced cpu idle power saving features are enabled on hardware which supports
415 it. On X86 systems this can translate to the use of ACPI C-States beyond C1.
419 .ne 2
421 \fB\fBenable\fR\fR
423 .RS 11n
424 Enables the system to automatically use idle cpu power saving features.
428 .ne 2
430 \fB\fBdisable\fR\fR
432 .RS 11n
433 The system does not automatically use idle cpu power saving features. This
434 option can be used when maximum performance is required at the expense of
435 power.
439 .ne 2
441 \fB\fBabsent\fR\fR
443 .RS 11n
444 It the \fBcpu_deep_idle\fR keyword is absent from \fBpower.conf\fR the behavior
445 is the same as the default case.
450 Once every device is at its lowest possible power state, additional power
451 savings can be obtained by putting the system into a sleep state (if the
452 platform hardware is capable of doing so).
453 .SS "S3 Support"
455 Because of reliability problems encountered in BIOS implementations of X86
456 systems not produced by Sun Microsystems, by default, only X86 workstation
457 products produced by Sun are considered to support S3 (suspend to RAM). To
458 override this default, an S3-support entry (of the format S3-support
459 \fBbehavior\fR) can be used to indicate if the system supports S3.
462 Acceptable behavior values are:
464 .ne 2
466 \fBenable\fR
468 .RS 11n
469 The system supports entry into S3 state. If the BIOS of a system enabled using
470 an \fBS3-support enable\fR entry does not support entry into S3, the attempt
471 fails and the system returns to normal operation. If support for S3 in the BIOS
472 of a system enabled via an S3-support entry contains bugs, the system can be
473 unable to enter S3 or resume successfully, so use this entry with caution.
477 .ne 2
479 \fBdisable\fR
481 .RS 11n
482 The system does not support entry into S3 state.
485 .SS "Automatic Entry Into S3"
487 If supported by your platform, an autoS3 entry can be used to enable or disable
488 automatic entry into the S3 state. When in the S3 state, the power button,
489 keyboard and mouse activity or network traffic (depending upon the capabilities
490 of the platform hardware) can wake the system, returning it to the state it was
491 in upon entry to the S3 state. If the platform doesn't support S3, the entry
492 has no effect.
495 The format of the autoS3 entry is autoS3 \fBbehavior\fR.
498 Acceptable behavior values are:
500 .ne 2
502 \fBdefault\fR
504 .RS 11n
505 System behavior depends upon model. Sun X86 desktop and workstation models that
506 fall under the United States Environmental Protection Agency's \fIEnergy Star
507 Memorandum of Understanding #3\fR have automatic entry into the S3 state
508 enabled. Non-Sun systems do not. See \fBNOTES\fR for more information.
512 .ne 2
514 \fBenable\fR
516 .RS 11n
517 Enables the system to automatically enter the S3 state if autopm is enabled and
518 every device is at its lowest power state.
522 .ne 2
524 \fBdisable\fR
526 .RS 11n
527 The system does not automatically enter the S3 state.
530 .SS "System Power Management"
532 The system Power Management entries control Power Management of the entire
533 system using the suspend-resume feature. When the system is suspended, the
534 complete current state is saved on the disk before power is removed. On reboot,
535 the system automatically starts a resume operation and the system is restored
536 to the state it was in prior to suspend.
539 The system can be configured to do an automatic shutdown (autoshutdown) using
540 the suspend-resume feature by an entry of the following form:
542 .in +2
544 autoshutdown \fIidle_time\fR \fIstart_time\fR \fIfinish_time\fR \fIbehavior\fR
546 .in -2
550 \fIidle_time\fR specifies the time in minutes that system must have been idle
551 before it is automatically shutdown. System idleness is determined by the
552 inactivity of the system and can be configured as discussed below.
555 \fIstart_time\fR and \fIfinish_time\fR (each in \fBhh:mm\fR) specify the time
556 period during which the system can be automatically shutdown. These times are
557 measured from the start of the day (12:00 a.m.). If the \fIfinish_time\fR is
558 less than or equal to the \fIstart_time\fR, the period span from midnight to
559 the \fIfinish_time\fR and from the \fIstart_time\fR to the following midnight.
560 To specify continuous operation, the \fIfinish_time\fR can be set equal to the
561 \fIstart_time\fR.
564 Acceptable behavior values are described as follows:
566 .ne 2
568 \fB\fBshutdown\fR\fR
570 .RS 16n
571 The system is shut down automatically when it has been idle for the number of
572 minutes specified in the \fIidle_time\fR value and the time of day falls
573 between the \fIstart_time\fR and \fIfinish_time\fR values.
577 .ne 2
579 \fB\fBnoshutdown\fR\fR
581 .RS 16n
582 The system is never shut down automatically.
586 .ne 2
588 \fB\fBautowakeup\fR\fR
590 .RS 16n
591 If the hardware has the capability to do \fBautowakeup\fR, the system is shut
592 down as if the value were \fBshutdown\fR and the system is restarted
593 automatically the next time the time of day equals \fIfinish_time\fR.
597 .ne 2
599 \fB\fBdefault\fR\fR
601 .RS 16n
602 The behavior of the system depends upon its model. Desktop models that fall
603 under the United States Environmental Protection Agency's \fIEnergy Star
604 Memorandum of Understanding #2\fR have automatic \fBshutdown\fR enabled, as if
605 \fIbehavior\fR field were set to \fBshutdown\fR, and all others do not. See
606 \fBNOTES\fR.
610 .ne 2
612 \fB\fBunconfigured\fR\fR
614 .RS 16n
615 The system does not be shut down automatically. If the system has just been
616 installed or upgraded, the value of this field is changed upon the next reboot.
621 You can use the following format to configure the system's notion of idleness:
624 \fBidleness_parameter\fR \fIvalue\fR
627 Where \fBidleness_parameter\fR can be:
629 .ne 2
631 \fB\fBttychars\fR\fR
633 .RS 15n
634 If the \fBidleness_parameter\fR is \fBttychars\fR, the \fIvalue\fR field is
635 interpreted as the maximum number of tty characters that can pass through the
636 \fBldterm\fR module while still allowing the system to be considered idle. This
637 value defaults to \fB0\fR if no entry is provided.
641 .ne 2
643 \fB\fBloadaverage\fR\fR
645 .RS 15n
646 If the \fBidleness_parameter\fR is \fBloadaverage\fR, the (floating point)
647 \fIvalue\fR field is interpreted as the maximum load average that can be seen
648 while still allowing the system to be considered idle. This value defaults to
649 \fB0.04\fR if no entry is provided.
653 .ne 2
655 \fB\fBdiskreads\fR\fR
657 .RS 15n
658 If the \fBidleness_parameter\fR is \fBdiskreads\fR, the \fIvalue\fR field is
659 interpreted as the maximum number of disk reads that can be perform by the
660 system while still allowing the system to be considered idle. This value
661 defaults to \fB0\fR if no entry is provided.
665 .ne 2
667 \fB\fBnfsreqs\fR\fR
669 .RS 15n
670 If the \fBidleness_parameter\fR is \fBnfsreqs\fR, the \fIvalue\fR field is
671 interpreted as the maximum number of NFS requests that can be sent or received
672 by the system while still allowing the system to be considered idle. Null
673 requests, access requests, and \fBgetattr\fR requests are excluded from this
674 count. This value defaults to \fB0\fR if no entry is provided.
678 .ne 2
680 \fB\fBidlecheck\fR\fR
682 .RS 15n
683 If the \fBidleness_parameter\fR is \fBidlecheck\fR, the \fIvalue\fR must be
684 pathname of a program to be executed to determine if the system is idle. If
685 \fBautoshutdown\fR is enabled and the console keyboard, mouse, tty, CPU (as
686 indicated by load average), network (as measured by NFS requests) and disk (as
687 measured by read activity) have been idle for the amount of time specified in
688 the \fBautoshutdown\fR entry specified above, and the time of day falls between
689 the start and finish times, then this program is executed to check for other
690 idleness criteria. The \fIvalue\fR of the idle time specified in the above
691 \fBautoshutdown\fR entry is passed to the program in the environment variable
692 \fBPM_IDLETIME\fR. The process must terminate with an exit code that represents
693 the number of minutes that the process considers the system to have been idle.
695 There is no default \fIidlecheck\fR entry.
700 When the system is suspended, the current system state is saved on the disk in
701 a statefile. An entry of following form can be used to change the location of
702 statefile:
704 .in +2
706 \fBstatefile\fR \fIpathname\fR
708 .in -2
712 where \fIpathname\fR identifies a block special file, for example,
713 \fB/dev/dsk/c1t0d0s2\fR, or is the absolute pathname of a local \fBufs\fR file.
714 If the pathname specifies a block special file, it can be a symbolic link as
715 long as it does not have a file system mounted on it. If pathname specifies a
716 local ufs file, it cannot be a symbolic link. If the file does not exist, it is
717 created during the \fBsuspend\fR operation. All the directory components of the
718 path must already exist.
721 The actual size of statefile depends on a variety of factors, including the
722 size of system memory, the number of loadable drivers/modules in use, the
723 number and type of processes running, and the amount of user memory that has
724 been locked down. It is recommended that statefile be placed on a file system
725 with at least 10 Mbytes of free space. In case there is no statefile entry at
726 boot time, an appropriate new entry is automatically created by the system.
727 .SH EXAMPLES
729 \fBExample 1 \fRDisabling Automatic Device Power Management
732 To disable automatic device Power Management, change the following line in the
733 \fB/etc/power.conf\fR file
736 .in +2
738 autopm default
740 .in -2
744 to read:
747 .in +2
749 autopm disable
751 .in -2
755 Then run \fBpmconfig\fR or reboot. See \fBpmconfig\fR(8) for more information.
757 .SH ATTRIBUTES
759 See \fBattributes\fR(5) for descriptions of the following attributes:
764 box;
765 c | c
766 l | l .
767 ATTRIBUTE TYPE  ATTRIBUTE VALUE
769 Interface stability     Committed
772 .SH SEE ALSO
774 \fBpmconfig\fR(8), \fBpowerd\fR(8), \fBuadmin\fR(2),
775 \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5), \fBcpr\fR(7), \fBldterm\fR(7M),
776 \fBpm\fR(7D), \fBpm-components\fR(9P), \fBremovable-media\fR(9P)
779 \fIWriting Device Drivers\fR
780 .SH NOTES
782 SPARC desktop models first shipped after October 1, 1995 and before July 1,
783 1999 comply with the United States Environmental Protection Agency's \fIEnergy
784 Star Memorandum of Understanding #2\fR guidelines and have \fBautoshutdown\fR
785 enabled by default after 30 minutes of system idleness. This is achieved by
786 \fBdefault\fR keyword of \fBautoshutdown\fR entry behave as \fBshutdown\fR for
787 these machines. The user is prompted to confirm this default behavior at system
788 installation reboot.
791 SPARC desktop models first shipped after July 1, 1999 comply with the United
792 States Environmental Protection Agency's \fIEnergy Star Memorandum of
793 Understanding #3\fR guidelines and have \fBautoshutdown\fR disabled by default,
794 with \fBautopm\fR enabled after 30 minutes of idleness. This is achieved by
795 interpreting default keyword of \fBautopm\fR entry behavior as \fBenabled\fR
796 for these machines. User is not prompted to confirm this default behavior.
799 To determine the version of the EPA's \fIEnergy Star Memorandum\fR applicable
800 to your machine, use:
802 .in +2
804 prtconf -pv | grep -i energystar
806 .in -2
810 Absence of a property indicates no Energy Star guidelines are applicable to
811 your machine.
814 System Power Management (suspend-resume) is currently supported only on a
815 limited set of hardware platforms.
818 Sun X86 desktop models first shipped after July 1, 1999 fall within United
819 States Environmental Protection Agency's \fIEnergy Star Memorandum of
820 Understanding #3\fR guidelines and have autopm and autoS3 enabled by default,
821 with entry into S3 after 30 minutes of idleness. This is achieved by
822 interpreting the default keyword of the autopm and autoS3 behaviors as enabled
823 for these machines. You are not prompted to confirm the default behavior. On
824 all other X86 systems, the autopm and autoS3 default keywords are interpreted
825 as \fBdisable\fR.