Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 01/28/2003 10:46:54
Module Name: src
Committed By: kent
Date: Tue Jan 28 08:46:54 UTC 2003
Modified Files:
src/sys/arch/i386/i386: bus_machdep.c
Log Message:
_bus_dmamem_unmap():
Sets the specified pages cacheable again because _bus_dmamem_map() might
change them uncacheable.
The code was provided by Dhoyashiki-san in kern/19919.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/arch/i386/i386/bus_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.