lkml.org 
[lkml]   [1996]   [Oct]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Definitive Cyrix patch #2
On Fri, 25 Oct 1996, Mike Jagdis wrote:

> Only minor changes really. This now works with step 1 rev 5 chips
> as well (apparently they barf if you set a mapping with the dirty
> and accessed bits clear initially). I've also made VSPM a config
> option since it seems to change with each chip revision. (Oh yeah,
> I fixed the iE86 machine type bug as well).
>
> Mike
>

Just a small mistake I noticed in this patch, the patch against config.in
should read as follows:

diff -u -r1.1.2.1 config.in
--- config.in 1996/10/09 20:16:01 1.1.2.1
+++ config.in 1996/10/24 19:29:44
@@ -44,6 +44,11 @@
PPro CONFIG_M686" Pentium
endmenu

+bool 'Cyrix processor recognition' CONFIG_CYRIX
+if [ "$CONFIG_CYRIX" = "y" ]; then
+ bool 'Cyrix 6x86 VSPM enhancements' CONFIG_CYRIX_VSPM
+fi
+
source drivers/block/Config.in

if [ "$CONFIG_NET" = "y" ]; then


\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.062 / U:0.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site