diff options
author | phk <phk@FreeBSD.org> | 2003-08-31 16:20:34 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-08-31 16:20:34 +0000 |
commit | 5228dba984d2c2bf6db7d8d6be96f250121cdef8 (patch) | |
tree | f2363f8f7e5bccd184044ff8433ab9ccfcb3435e /sys/conf/options.i386 | |
parent | 0bed259e82546ba59f278717dc34fad63c7e4309 (diff) | |
download | FreeBSD-src-5228dba984d2c2bf6db7d8d6be96f250121cdef8.zip FreeBSD-src-5228dba984d2c2bf6db7d8d6be96f250121cdef8.tar.gz |
Detect Geode CPUs and initialize the 27MHz timecounter "Geode".
This timecounter is 2usec faster than the i8254 and has 22 times
better resolution.
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r-- | sys/conf/options.i386 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 027d317..0b3d878 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -48,6 +48,7 @@ CPU_DIRECT_MAPPED_CACHE opt_cpu.h CPU_DISABLE_5X86_LSSER opt_cpu.h CPU_ELAN opt_cpu.h CPU_FASTER_5X86_FPU opt_cpu.h +CPU_GEODE opt_cpu.h CPU_I486_ON_386 opt_cpu.h CPU_IORT opt_cpu.h CPU_L2_LATENCY opt_cpu.h |