Subject: CVS commit: [netbsd-1-6] syssrc/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/24/2002 17:58:58
Module Name:	syssrc
Committed By:	tron
Date:		Sun Nov 24 15:58:58 UTC 2002

Modified Files:
	syssrc/sys/arch/i386/i386 [netbsd-1-6]: mtrr_k6.c

Log Message:
Pull up revision 1.3 (requested by fredb in ticket #734):
Follow AMD's recommendations for programming the uncachable/write-combine
bits of the K6 cache-control-register: disable the cache; flush the cache;
set the bits; re-enable the cache (all much like programming the pentium
mtrr's). See reference posted to tech-kern; also review there by thorpej.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.14.1 syssrc/sys/arch/i386/i386/mtrr_k6.c

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