Date: Tue, 6 Nov 2001 07:00:30 -0800 (PST) From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> 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 Message-ID: <200111061500.fA6F0UI28998@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111061500.fA6F0UI28998>