diff options
author | phk <phk@FreeBSD.org> | 2003-12-04 19:57:56 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-12-04 19:57:56 +0000 |
commit | f2864824a383f36774ea454503aa47c121ad0848 (patch) | |
tree | 6dc948aa3efb4c15fb40dbcb61455a0dcfb4df95 | |
parent | 46be8436073bbc1909535db318f96b6925d9155b (diff) | |
download | FreeBSD-src-f2864824a383f36774ea454503aa47c121ad0848.zip FreeBSD-src-f2864824a383f36774ea454503aa47c121ad0848.tar.gz |
Fix yet an oversight in my ELAN_* to CPU_ELAN_* debrucification commit.
Approved by: re@
-rw-r--r-- | sys/i386/conf/NOTES | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index fb163f7..b6f4701 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -100,11 +100,10 @@ cpu I686_CPU # aka Pentium Pro(tm) # I/O device(s). # # CPU_ELAN enables support for AMDs ElanSC520 CPU. -# ELAN_XTAL sets the clock crystal frequency in Hz -# ELAN_PPS enables precision timestamp code. +# CPU_ELAN_XTAL sets the clock crystal frequency in Hz +# CPU_ELAN_PPS enables precision timestamp code. # # CPU_SOEKRIS enables support www.soekris.com hardware. -# For the 45xx series you can also use ELAN_XTAL and ELAN_PPS options. # # CPU_ENABLE_SSE enables SSE/MMX2 instructions support. This is default # on I686_CPU and above. @@ -181,8 +180,8 @@ options CPU_DIRECT_MAPPED_CACHE options CPU_DISABLE_5X86_LSSER options CPU_ELAN options CPU_SOEKRIS -#options ELAN_XTAL=32768000 -#options ELAN_PPS +options CPU_ELAN_XTAL=32768000 +options CPU_ELAN_PPS options CPU_ENABLE_SSE #options CPU_DISABLE_SSE options CPU_FASTER_5X86_FPU |