From owner-cvs-all Tue Nov 6 7: 0:39 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 3B78237B417; Tue, 6 Nov 2001 07:00:30 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA6F0UI28998; Tue, 6 Nov 2001 07:00:30 -0800 (PST) (envelope-from iwasaki) Message-Id: <200111061500.fA6F0UI28998@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 6 Nov 2001 07:00:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf src/sys/conf files src/sys/contrib/dev/acpica tbget.c src/sys/dev/acpica acpi.c acpica_support.c acpica_support.h acpivar.h src/sys/i386/acpica acpi_wakeup.c src/sys/modules/acpi Makefile 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/06 07:00:30 PST Modified files: sys/boot/forth loader.conf sys/conf files sys/contrib/dev/acpica tbget.c sys/dev/acpica acpi.c acpivar.h sys/i386/acpica acpi_wakeup.c sys/modules/acpi Makefile Added files: sys/dev/acpica acpica_support.c acpica_support.h Log: Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support. - Add S4BIOS sleep implementation. This will works well if MIB hw.acpi.s4bios is set (and of course BIOS supports it and hibernation is enabled correctly). - Add DSDT overriding support which is submitted by takawata originally. If loader tunable acpi_dsdt_load="YES" and DSDT file is set to acpi_dsdt_name (default DSDT file name is /boot/acpi_dsdt.aml), ACPI CA core loads DSDT from given file rather than BIOS memory block. DSDT file can be generated by iasl in ports/devel/acpicatools/. - Add new files so that we can add our proposed additional code to Intel ACPI CA into these files temporary. They will be removed when similar code is added into ACPI CA officially. Revision Changes Path 1.50 +10 -1 src/sys/boot/forth/loader.conf 1.580 +1 -0 src/sys/conf/files 1.2 +259 -103 src/sys/contrib/dev/acpica/tbget.c 1.47 +20 -0 src/sys/dev/acpica/acpi.c 1.1 +142 -0 src/sys/dev/acpica/acpica_support.c (new) 1.1 +38 -0 src/sys/dev/acpica/acpica_support.h (new) 1.22 +2 -0 src/sys/dev/acpica/acpivar.h 1.4 +10 -2 src/sys/i386/acpica/acpi_wakeup.c 1.17 +1 -0 src/sys/modules/acpi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message