From 809c93482d0ba7153cb605a6ca50b9350ed1b44e Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 24 Feb 2004 04:18:07 +0000 Subject: Fixed the latest unsortings of CPU_ENABLE_*. --- sys/i386/conf/NOTES | 10 +++++----- 1 file 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 -- cgit v1.1