[BACK]Return to acpi.4 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / man / man4

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/man/man4/acpi.4 between version 1.43 and 1.44

version 1.43, 2010/03/19 04:04:27 version 1.44, 2010/04/10 04:49:17
Line 24 
Line 24 
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE  .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.  .\" POSSIBILITY OF SUCH DAMAGE.
 .\"  .\"
 .Dd February 9, 2010  .Dd April 10, 2010
 .Dt ACPI 4  .Dt ACPI 4
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 127  in the build directory.
Line 127  in the build directory.
 Few  Few
 .Xr sysctl 8  .Xr sysctl 8
 variables are directly relevant for  variables are directly relevant for
 .Nm :  .Tn ACPI .
 .Bl -inset -width hw.acpi.supported_state -offset 3n  .Bl -inset -width hw.acpi.supported_state -offset 3n
 .It Ic hw.acpi.root  .It Ic hw.acpi.root
 is the  is the
Line 136  root pointer.
Line 136  root pointer.
 .It Ic hw.acpi.supported_states  .It Ic hw.acpi.supported_states
 is a list of the supported  is a list of the supported
 .Tn ACPI  .Tn ACPI
 states (see  sleep states.
 .Xr sysctl 7 ) .  The list can contain the following values:
   .Bl -tag -width XS1X -offset indent
   .It S0
   fully running
   .It S1
   power on suspend (CPU and hard disks are off)
   .It S2
   similar to S3, usually not implemented
   .It S3
   suspend-to-RAM
   .It S4
   suspend-to-disk (not supported)
   .It S5
   power off
   .El
 .It Ic machdep.acpi_vbios_reset  .It Ic machdep.acpi_vbios_reset
 defines the handling of the graphics card.  defines the handling of the graphics card.
 The supported values are:  The supported values are:

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

CVSweb <webmaster@jp.NetBSD.org>