mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unsupported S5 (power off) state since r170976.
Reported by: Iam Smith (smithi at nimnet dot asn dot au) MFC after: 3 days
This commit is contained in:
parent
d50c68b2f0
commit
2ac9ef2836
1 changed files with 3 additions and 5 deletions
|
|
@ -27,7 +27,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 10, 2014
|
||||
.Dd September 22, 2015
|
||||
.Dt ACPICONF 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -62,11 +62,9 @@ Recognized types are
|
|||
(not implemented on most systems but similar to S1),
|
||||
.Cm 3
|
||||
(the CPU context is lost and memory context is preserved),
|
||||
.Cm 4
|
||||
(the CPU context is lost and memory context is stored to disk)
|
||||
and
|
||||
.Cm 5
|
||||
(soft off).
|
||||
.Cm 4
|
||||
(the CPU context is lost and memory context is stored to disk).
|
||||
Sleep states may also be given as S1, S2, etc.
|
||||
The supported states depend on BIOS implementation, including ACPI
|
||||
byte code (AML).
|
||||
|
|
|
|||
Loading…
Reference in a new issue