From owner-cvs-src@FreeBSD.ORG Fri Apr 16 09:27:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF02B16A4CE; Fri, 16 Apr 2004 09:27:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2CF143D49; Fri, 16 Apr 2004 09:27:37 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GGRbGe084945; Fri, 16 Apr 2004 09:27:37 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GGRbpd084944; Fri, 16 Apr 2004 09:27:37 -0700 (PDT) (envelope-from njl) Message-Id: <200404161627.i3GGRbpd084944@repoman.freebsd.org> From: Nate Lawson Date: Fri, 16 Apr 2004 09:27:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 16:27:38 -0000 njl 2004/04/16 09:27:37 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Disable the new wake GPE behavior. With it enabled, my laptop won't stay suspended after the second try. Intel is working on a fix to properly differentiate the non-standard wake/runtime GPEs from wake-only GPEs. Revision Changes Path 1.139 +1 -0 src/sys/dev/acpica/acpi.c