freebsd-nq/sys/pc98/i386
KATO Takenori 88a92ff10e Even though BIOS writer's guide recommends cpuid instruction of Cyrix
6x86MX CPU is enabled (BIOS should not disable it), some BIOS disables
it via CCR4.  In this case, cpu variable becomes CPU_486 and
identblue() is called.  Because Cyrix 6x86MX has MSR and doesn't have
MSR1002, wrmsr instruction generates general protection fault.

Tested by:	Simon Coggins <chaos@ultra.net.au>
1998-01-25 12:01:38 +00:00
..
machdep.c Even though BIOS writer's guide recommends cpuid instruction of Cyrix 1998-01-25 12:01:38 +00:00
microtime.s Sync with sys/i386/i386/microtime.s revision 1.40. 1998-01-02 09:31:16 +00:00
trap.c Sync with sys/i386/i386/trap.c revision 1.119. 1997-12-06 06:19:19 +00:00
userconfig.c Sync with sys/i386/i386/userconfig.c revision 1.100. 1998-01-22 14:26:34 +00:00