summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2003-11-07 15:14:53 +0000
committerbde <bde@FreeBSD.org>2003-11-07 15:14:53 +0000
commitd103db1652fbc16a348cca96a3dfa11f1fb177e1 (patch)
treebe36d1be4380c7b62483be54eb801fe6b73e9ba2
parent15f17c319dd3c861cbcdfab690d216cfa341c64c (diff)
downloadFreeBSD-src-d103db1652fbc16a348cca96a3dfa11f1fb177e1.zip
FreeBSD-src-d103db1652fbc16a348cca96a3dfa11f1fb177e1.tar.gz
Fixed insertion sort errors in the opt_cpu.h section.
Removed banal comments about ELAN*. Complain about ELAN* being misnamed instead (so that these options are not obviously related to a CPU and don't sort with CPU_ELAN). Complain about CPU_DISABLE_CMPXCHG being in the wrong namespace.
-rw-r--r--sys/conf/options.i38622
1 files changed, 10 insertions, 12 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index b5788d7..8289ec5 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -38,15 +38,17 @@ CLK_USE_I8254_CALIBRATION opt_clock.h
CLK_USE_TSC_CALIBRATION opt_clock.h
TIMER_FREQ opt_clock.h
-NO_F00F_HACK opt_cpu.h
-CPU_BLUELIGHTNING_FPU_OP_CACHE opt_cpu.h
+CPU_ATHLON_SSE_HACK opt_cpu.h
CPU_BLUELIGHTNING_3X opt_cpu.h
+CPU_BLUELIGHTNING_FPU_OP_CACHE opt_cpu.h
CPU_BTB_EN opt_cpu.h
CPU_CYRIX_NO_LOCK opt_cpu.h
CPU_DIRECT_MAPPED_CACHE opt_cpu.h
CPU_DISABLE_5X86_LSSER opt_cpu.h
+CPU_DISABLE_CMPXCHG opt_global.h # XXX global, unlike other CPU_*
+CPU_DISABLE_SSE opt_cpu.h
CPU_ELAN opt_cpu.h
-CPU_SOEKRIS opt_cpu.h
+CPU_ENABLE_SSE opt_cpu.h
CPU_FASTER_5X86_FPU opt_cpu.h
CPU_GEODE opt_cpu.h
CPU_I486_ON_386 opt_cpu.h
@@ -55,20 +57,16 @@ CPU_L2_LATENCY opt_cpu.h
CPU_LOOP_EN opt_cpu.h
CPU_PPRO2CELERON opt_cpu.h
CPU_RSTK_EN opt_cpu.h
+CPU_SOEKRIS opt_cpu.h
CPU_SUSP_HLT opt_cpu.h
CPU_UPGRADE_HW_CACHE opt_cpu.h
CPU_WT_ALLOC opt_cpu.h
-CYRIX_CACHE_WORKS opt_cpu.h
CYRIX_CACHE_REALLY_WORKS opt_cpu.h
+CYRIX_CACHE_WORKS opt_cpu.h
+ELAN_PPS opt_cpu.h # XXX should be named CPU_*
+ELAN_XTAL opt_cpu.h # XXX should be named CPU_*
+NO_F00F_HACK opt_cpu.h
NO_MEMORY_HOLE opt_cpu.h
-CPU_ENABLE_SSE opt_cpu.h
-CPU_ATHLON_SSE_HACK opt_cpu.h
-CPU_DISABLE_SSE opt_cpu.h
-CPU_DISABLE_CMPXCHG opt_global.h
-
-# Options for the AMD Elan CPU
-ELAN_PPS opt_cpu.h
-ELAN_XTAL opt_cpu.h
# The CPU type affects the endian conversion functions all over the kernel.
I386_CPU opt_global.h
OpenPOWER on IntegriCloud