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 [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/