summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index bfce2d0..86f137b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -110,6 +110,10 @@ cpu I686_CPU # aka Pentium Pro(tm)
# CPU_ELAN_PPS enables precision timestamp code.
# CPU_ELAN_XTAL sets the clock crystal frequency in Hz
#
+# CPU_ENABLE_LONGRUN enables support for Transmeta Crusoe LongRun
+# technology which allows to restrict power consumption of the CPU by
+# using group of hw.crusoe.* sysctls.
+#
# CPU_ENABLE_SSE enables SSE/MMX2 instructions support. This is default
# on I686_CPU and above.
#
@@ -119,10 +123,6 @@ cpu I686_CPU # aka Pentium Pro(tm)
# sysctls. This operates independently of SpeedStep and is useful on
# systems where other mechanisms such as apm(4) or acpi(4) don't work.
#
-# CPU_ENABLE_LONGRUN enables support for Transmeta Crusoe LongRun
-# technology which allows to restrict power consumption of the CPU by
-# using group of hw.crusoe.* sysctls.
-#
# CPU_FASTER_5X86_FPU enables faster FPU exception handler.
#
# CPU_GEODE is for the SC1100 Geode embedded processor. This option
@@ -197,9 +197,9 @@ options CPU_DISABLE_CMPXCHG
options CPU_ELAN
options CPU_ELAN_PPS
options CPU_ELAN_XTAL=32768000
+options CPU_ENABLE_LONGRUN
options CPU_ENABLE_SSE
options CPU_ENABLE_TCC
-options CPU_ENABLE_LONGRUN
options CPU_FASTER_5X86_FPU
options CPU_GEODE
options CPU_I486_ON_386
OpenPOWER on IntegriCloud