From 5c811970f93597f910f75c2df6a06a262c02984f Mon Sep 17 00:00:00 2001 From: kato Date: Tue, 6 Oct 1998 13:16:29 +0000 Subject: - Implement enabling write allocate on AMD K5/K6/K6-2 cpus. The code was originaly contributed by Kelly Yancey in PR i386/6269 and revised by Akio Morita and me. Test was performed by Akio Morita and Toshiomi Moriki . - Fix stylistic bug in identcpu.c. - Update copyright in initcpu.c - Fix typo in LINT. PR: 6269 and 6270 --- sys/i386/conf/options.i386 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/i386/conf/options.i386') diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index d0553ee..9cb9eb8 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.88 1998/09/24 13:20:40 yokota Exp $ +# $Id: options.i386,v 1.89 1998/09/25 17:34:48 peter Exp $ DISABLE_PSE USER_LDT @@ -58,6 +58,7 @@ CPU_LOOP_EN opt_cpu.h CPU_RSTK_EN opt_cpu.h CPU_SUSP_HLT opt_cpu.h CPU_UPGRADE_HW_CACHE opt_cpu.h +CPU_WT_ALLOC opt_cpu.h CYRIX_CACHE_WORKS opt_cpu.h CYRIX_CACHE_REALLY_WORKS opt_cpu.h -- cgit v1.1