Subject: CVS commit: [jmcneill-pm] src/sys/arch/i386/acpi
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 09/07/2007 15:12:56
Module Name: src
Committed By: joerg
Date: Fri Sep 7 15:12:56 UTC 2007
Modified Files:
src/sys/arch/i386/acpi [jmcneill-pm]: Makefile.wakecode acpi_wakecode.S
acpi_wakecode.h acpi_wakeup.c genwakecode.sh
Log Message:
Rewrite wakeup code generation to actually use the linker and
prefix all exported symbols with WAKEUP_ to make them easily
distinguishable in acpi_wakeup.c.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.48.1 src/sys/arch/i386/acpi/Makefile.wakecode
cvs rdiff -r1.9.10.1 -r1.9.10.2 src/sys/arch/i386/acpi/acpi_wakecode.S
cvs rdiff -r1.8.10.1 -r1.8.10.2 src/sys/arch/i386/acpi/acpi_wakecode.h
cvs rdiff -r1.38.2.1 -r1.38.2.2 src/sys/arch/i386/acpi/acpi_wakeup.c
cvs rdiff -r1.4 -r1.4.38.1 src/sys/arch/i386/acpi/genwakecode.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.