cvs commit: src/sys/conf options src/sys/i386/conf NOTES
src/sys/i386/acpica Makefile acpi_machdep.c acpi_wakecode.S
acpi_wakeup.c
Nate Lawson
njl at FreeBSD.org
Fri Oct 31 16:18:30 PST 2003
njl 2003/10/31 16:18:29 PST
FreeBSD src repository
Modified files:
sys/conf options
sys/i386/conf NOTES
sys/i386/acpica Makefile acpi_machdep.c acpi_wakecode.S
acpi_wakeup.c
Log:
Change the reset video option to be positive (hw.acpi.reset_video).
Requested by: jhb
Initialize the real mode stack. This is needed at least for the return
address from the lcall.
Requested by: takawata
Fix style bugs in acpi_wakecode.S
Requested by: bde
Remove the kernel option now that we have the tunable.
Revision Changes Path
1.422 +0 -1 src/sys/conf/options
1.5 +0 -5 src/sys/i386/acpica/Makefile
1.15 +6 -5 src/sys/i386/acpica/acpi_machdep.c
1.7 +18 -13 src/sys/i386/acpica/acpi_wakecode.S
1.29 +3 -3 src/sys/i386/acpica/acpi_wakeup.c
1.1099 +0 -4 src/sys/i386/conf/NOTES
More information about the cvs-src
mailing list