summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-02-24 04:18:07 +0000
committerbde <bde@FreeBSD.org>2004-02-24 04:18:07 +0000
commit809c93482d0ba7153cb605a6ca50b9350ed1b44e (patch)
tree253f4cedbbda0328dafbd3b2d1b000f35c5d45be
parent1c1e2e0d794a750ae3b92478bdb719ef5810b0b8 (diff)
downloadFreeBSD-src-809c93482d0ba7153cb605a6ca50b9350ed1b44e.zip
FreeBSD-src-809c93482d0ba7153cb605a6ca50b9350ed1b44e.tar.gz
Fixed the latest unsortings of CPU_ENABLE_*.
-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