Messages in this thread Patch in this message |  | | Date | Fri, 25 Oct 1996 13:27:34 +0100 (BST) | From | Steve Davies <> | Subject | Re: 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
|  |