From owner-cvs-all Thu Nov 15 3:59:29 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 789F837B417; Thu, 15 Nov 2001 03:59:25 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAFBxPK32172; Thu, 15 Nov 2001 03:59:25 -0800 (PST) (envelope-from iwasaki) Message-Id: <200111151159.fAFBxPK32172@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 15 Nov 2001 03:59:25 -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/15 03:59:25 PST Modified files: sys/dev/acpica acpi.c Log: Remove "S4B" from sleep_state_names and add "NONE" instead. Now you can say; # sysctl hw.acpi.lid_switch_state=NONE instead of specifying unsupported _Sx object in the system. Actually, S4B is going to disappear in ACPICA and we already have hw.acpi.s4bios to distinguish BIOS hibernation or OS hibernation. Revision Changes Path 1.48 +5 -4 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message