Date: Tue, 22 Sep 2015 16:35:33 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288116 - head/usr.sbin/acpi/acpiconf Message-ID: <201509221635.t8MGZXdX027154@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Tue Sep 22 16:35:32 2015 New Revision: 288116 URL: https://svnweb.freebsd.org/changeset/base/288116 Log: Remove unsupported S5 (power off) state since r170976. Reported by: Iam Smith (smithi at nimnet dot asn dot au) MFC after: 3 days Modified: head/usr.sbin/acpi/acpiconf/acpiconf.8 Modified: head/usr.sbin/acpi/acpiconf/acpiconf.8 ============================================================================== --- head/usr.sbin/acpi/acpiconf/acpiconf.8 Tue Sep 22 16:29:55 2015 (r288115) +++ head/usr.sbin/acpi/acpiconf/acpiconf.8 Tue Sep 22 16:35:32 2015 (r288116) @@ -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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509221635.t8MGZXdX027154>