diff options
author | nyan <nyan@FreeBSD.org> | 2004-11-10 12:24:30 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2004-11-10 12:24:30 +0000 |
commit | f7dac9e604a39e318366507c0c89c5d895101f44 (patch) | |
tree | 9c72b61fe37d813d71028c4ddddd3423a444479b /sys/pc98 | |
parent | b14e3d011c651ad7c68a0088cc0b3c2fe97f08a9 (diff) | |
download | FreeBSD-src-f7dac9e604a39e318366507c0c89c5d895101f44.zip FreeBSD-src-f7dac9e604a39e318366507c0c89c5d895101f44.tar.gz |
MFi386: revision 1.1170
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/NOTES | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 8bf5979..1345cc7 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -88,9 +88,11 @@ cpu I686_CPU # aka Pentium Pro(tm) # I/O device(s). # # CPU_DISABLE_CMPXCHG disables the CMPXCHG instruction on > i386 IA32 -# machines. VmWare seems to emulate this instruction poorly, causing -# the guest OS to run very slowly. Enabling this with an SMP kernel -# will cause the kernel to be unusable. +# machines. VmWare 3.x seems to emulate this instruction poorly, causing +# the guest OS to run very slowly. This problem appears to be fixed in +# VmWare 4.x, at least in version 4.5.2, so that enabling this option with +# VmWare 4.x will result in locking operations to be 20-30 times slower. +# Enabling this with an SMP kernel will cause the kernel to be unusable. # # CPU_DISABLE_SSE explicitly prevents I686_CPU from turning on SSE. # |