OK, I have fixed the problem I reported earlier. The following patch
makes my Cyrix 486-66 report with the same results as on 2.2.x.
If no one finds any problems with it, I'll send it on to Linus.
Vince
--- ./arch/i386/kernel/setup.c.orig Sat Jan 27 21:05:03 2001
+++ ./arch/i386/kernel/setup.c Sun Jan 28 00:51:11 2001
@@ -1866,7 +1866,8 @@
/* Detect Cyrix with disabled CPUID */
if ( c->x86 == 4 && test_cyrix_52div() ) {
strcpy(c->x86_vendor_id, "CyrixInstead");
- }
+ c->x86_vendor = X86_VENDOR_CYRIX;
+ } else
/* Detect NexGen with old hypercode */
if ( deep_magic_nexgen_probe() ) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed Jan 31 2001 - 21:00:29 EST