summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-01-03 18:43:37 +0000
committerphk <phk@FreeBSD.org>2004-01-03 18:43:37 +0000
commit0193fe15246c1041c2d880d49c510d07c0b5d1cc (patch)
treef4788c42baa2e6f57014ce5a4a48b2fc9d305577 /sys
parent5f77b81086fc8dd6f6d4c1533330e0e15eb37697 (diff)
downloadFreeBSD-src-0193fe15246c1041c2d880d49c510d07c0b5d1cc.zip
FreeBSD-src-0193fe15246c1041c2d880d49c510d07c0b5d1cc.tar.gz
Hook the CPU_GEODE option up.
This option is mandatory on platforms like the Soekris 4801 because the i8254 hardware is buggy.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 3c3258a..25f7686 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -111,6 +111,9 @@ cpu I686_CPU # aka Pentium Pro(tm)
#
# CPU_FASTER_5X86_FPU enables faster FPU exception handler.
#
+# CPU_GEODE is for the SC1100 Geode embedded processor. This option
+# is necessary because the i8254 timecounter is toast.
+#
# CPU_I486_ON_386 enables CPU cache on i486 based CPU upgrade products
# for i386 machines.
#
@@ -185,6 +188,7 @@ options CPU_ELAN_PPS
options CPU_ENABLE_SSE
#options CPU_DISABLE_SSE
options CPU_FASTER_5X86_FPU
+options CPU_GEODE
options CPU_I486_ON_386
options CPU_IORT
options CPU_L2_LATENCY=5
OpenPOWER on IntegriCloud