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
Nate Lawson
njl at FreeBSD.org
Thu Aug 28 21:02:20 PDT 2003
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
More information about the cvs-src
mailing list