From owner-cvs-all Sun Nov 11 7:51:33 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 0D8D137B418; Sun, 11 Nov 2001 07:51:31 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fABFpVr95276; Sun, 11 Nov 2001 07:51:31 -0800 (PST) (envelope-from iwasaki) Message-Id: <200111111551.fABFpVr95276@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Sun, 11 Nov 2001 07:51:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/acpica acpi_wakeup.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/11 07:51:30 PST Modified files: sys/i386/acpica acpi_wakeup.c Log: Add two minor changes. - clean up wakeup routing fixup code by using macros. - allocate pte object temporary for kernel thread to avoid kernel panic by events from sleep button or lid switch. Revision Changes Path 1.5 +44 -33 src/sys/i386/acpica/acpi_wakeup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message