From owner-cvs-all Fri Nov 30 8: 6: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A95A637B419; Fri, 30 Nov 2001 08:06:00 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUG60j04028; Fri, 30 Nov 2001 08:06:00 -0800 (PST) (envelope-from iwasaki) Message-Id: <200111301606.fAUG60j04028@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Fri, 30 Nov 2001 08:06:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2001/11/30 08:06:00 PST Modified files: sys/dev/acpica acpi.c Log: Add a couple of minor changes. - set sc->acpi_s4bios to 1 by default for hibernation until OS-initiated S4 transition is implemented. - change the behavior of acpi_sleep_state_sysctl() if new value is the same as old one, do nothing instead of EINVAL. Revision Changes Path 1.52 +5 -2 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message