]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/IPMI.txt
h63xx: tsc2101 alsa sound support
[linux-2.6-omap-h63xx.git] / Documentation / IPMI.txt
index 2f99fe6299ab64db931214fad2f5052e227ae4f0..bf1cf98d2a275b878d9e32378028b52d01ae8048 100644 (file)
@@ -594,3 +594,24 @@ an event generator, the event receiver from the local management
 controller will be queried and the events sent to the SEL on that
 device.  Otherwise, the events go nowhere since there is nowhere to
 send them.
+
+
+Poweroff
+--------
+
+If the poweroff capability is selected, the IPMI driver will install
+a shutdown function into the standard poweroff function pointer.  This
+is in the ipmi_poweroff module.  When the system requests a powerdown,
+it will send the proper IPMI commands to do this.  This is supported on
+several platforms.
+
+There is a module parameter named "poweroff_powercycle" that may
+either be zero (do a power down) or non-zero (do a power cycle, power
+the system off, then power it on in a few seconds).  Setting
+ipmi_poweroff.poweroff_control=x will do the same thing on the kernel
+command line.  The parameter is also available via the proc filesystem
+in /proc/sys/dev/ipmi/poweroff_powercycle.  Note that if the system
+does not support power cycling, it will always do the power off.
+
+Note that if you have ACPI enabled, the system will prefer using ACPI to
+power off.