Subject: CVS commit: src/sys/arch/hppa/hppa
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 10/30/2006 16:04:10
Module Name: src
Committed By: skrll
Date: Mon Oct 30 16:04:10 UTC 2006
Modified Files:
src/sys/arch/hppa/hppa: pmap.c
Log Message:
pmap_kenter_pa the kernel and it's data structures including the kernel
stack.
Fixes the "booting from disk memory corruption bug" which was a result
of pmap_extract silently failing against a scsipi_xfer data area allocat-
ed on kernel stack in _bus_dmamap_load_buffer
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/arch/hppa/hppa/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.