From owner-cvs-src@FreeBSD.ORG Thu Aug 28 21:02:20 2003 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 A1F3516A4BF; Thu, 28 Aug 2003 21:02:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34FB943F75; Thu, 28 Aug 2003 21:02:20 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7T42K0U082539; Thu, 28 Aug 2003 21:02:20 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7T42Jqq082538; Thu, 28 Aug 2003 21:02:19 -0700 (PDT) Message-Id: <200308290402.h7T42Jqq082538@repoman.freebsd.org> From: Nate Lawson Date: Thu, 28 Aug 2003 21:02:19 -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/conf files src/sys/modules/acpi Makefile src/sys/dev/acpica acpi.c acpica_support.c acpica_support.h src/sys/i386/acpica acpi_wakeup.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, 29 Aug 2003 04:02:20 -0000 njl 2003/08/28 21:02:19 PDT FreeBSD src repository Modified files: sys/conf files sys/modules/acpi Makefile sys/dev/acpica acpi.c sys/i386/acpica acpi_wakeup.c Removed files: sys/dev/acpica acpica_support.c acpica_support.h Log: Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. This change also disables interrupts around non-S4 suspends whereas before we did not do this. Our version of AcpiEnterSleepStateS4bios was almost identical to the ACPICA version. Revision Changes Path 1.817 +0 -1 src/sys/conf/files 1.97 +0 -1 src/sys/dev/acpica/acpi.c 1.8 +0 -107 src/sys/dev/acpica/acpica_support.c (dead) 1.2 +0 -38 src/sys/dev/acpica/acpica_support.h (dead) 1.25 +4 -3 src/sys/i386/acpica/acpi_wakeup.c 1.31 +2 -3 src/sys/modules/acpi/Makefile