freebsd-skq/sys
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
..
alpha Suggested by: bde 1998-01-20 09:09:24 +00:00
amd64 Even though BIOS writer's guide recommends cpuid instruction of Cyrix 1998-01-25 12:01:38 +00:00
compat sigh....forgot to update the DEBUG printf 1998-01-05 01:17:42 +00:00
compile
conf Sync with sys/i386/conf/options.i386 revision 1.67. 1998-01-25 09:45:38 +00:00
ddb Some fixes from John Hood: 1997-12-05 05:36:58 +00:00
dev Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
fs Fixed typo in comment. 1998-01-25 09:44:33 +00:00
geom There is no ccdread() nor ccdwrite(). 1997-11-18 14:39:04 +00:00
gnu Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
i386 Even though BIOS writer's guide recommends cpuid instruction of Cyrix 1998-01-25 12:01:38 +00:00
isa Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
isofs/cd9660 Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
kern Various NFS fixes: 1998-01-25 06:24:09 +00:00
libkern Make our v_usecount vnode reference count work identically to the 1998-01-06 05:26:17 +00:00
miscfs Fixed typo in comment. 1998-01-25 09:44:33 +00:00
modules LKM-support for converting all file-system options to new-style options. 1998-01-24 02:21:53 +00:00
msdosfs Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
net Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
netatalk Make INET a proper option. 1998-01-08 23:42:31 +00:00
netinet Make TCP_COMPAT_42 a new style option. 1998-01-25 04:23:33 +00:00
netipx Make INET a proper option. 1998-01-08 23:42:31 +00:00
netkey Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
netnatm Fixed a sloppy common-style declaration. 1997-12-20 00:13:51 +00:00
netns Make INET a proper option. 1998-01-08 23:42:31 +00:00
nfs Various NFS fixes: 1998-01-25 06:24:09 +00:00
nfsclient Various NFS fixes: 1998-01-25 06:24:09 +00:00
nfsserver Lots of improvements, including restructring the caching and management 1997-12-29 00:25:11 +00:00
pc98 Even though BIOS writer's guide recommends cpuid instruction of Cyrix 1998-01-25 12:01:38 +00:00
pccard Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
pci Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
powerpc/include
rpc Resolve conflicts. 1997-05-28 04:45:15 +00:00
scsi Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
sys Add better support for larger I/O clusters, including larger physical 1998-01-24 02:01:46 +00:00
tools Use __inline instead of inline to prevent pedantic compiler warnings. 1997-12-19 23:25:16 +00:00
ufs Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
vm Turn NSWAPDEV into a new-style option. 1998-01-25 04:13:25 +00:00
Makefile Commit a long-forgotten tweak for building tags in /usr/src/sys. 1997-07-13 07:36:20 +00:00