Subject: CVS commit: [jmcneill-pm] src/sys/arch/i386
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 09/08/2007 13:56:57
Module Name:	src
Committed By:	joerg
Date:		Sat Sep  8 13:56:57 UTC 2007

Modified Files:
	src/sys/arch/i386/acpi [jmcneill-pm]: acpi_wakeup.c
	src/sys/arch/i386/i386 [jmcneill-pm]: machdep.c

Log Message:
Refactor init386 by splitting off the msgbuf allocation, the pte0
setup and the ksym init. Wire down real mode allocations -- no point
in worrying about a few pages. Add a comment about why init386_pte0
is needed and what for. Start to remove the dependency on the identity
mapping in acpi wakeup by mapping the wakecode page to normal kernel
mapping and using that for the setup.


To generate a diff of this commit:
cvs rdiff -r1.38.2.4 -r1.38.2.5 src/sys/arch/i386/acpi/acpi_wakeup.c
cvs rdiff -r1.606.8.5 -r1.606.8.6 src/sys/arch/i386/i386/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.