diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-10-09 19:47:44 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-10-09 19:47:44 +0000 |
| commit | c20b324bb66d571aeebbd4fb17d990a18c1a82ac (patch) | |
| tree | 5a02c0833277036d3d89cccfcc51652dad41f0ac /sys/conf | |
| parent | 272937b07fd5cb2d521fb8d755f784c7cc5a894b (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/options.i386 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 023028583b82..3d3a3f700fdc 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.21 1996/10/05 10:43:55 jkh Exp $ +# $Id: options.i386,v 1.22 1996/10/09 18:36:44 bde Exp $ BOUNCEPAGES opt_bounce.h USER_LDT MATH_EMULATE opt_math_emulate.h @@ -30,6 +30,11 @@ CLK_CALIBRATION_LOOP opt_clock.h CLK_USE_I8254_CALIBRATION opt_clock.h CLK_USE_I586_CALIBRATION opt_clock.h +I386_CPU opt_cpu.h +I486_CPU opt_cpu.h +I586_CPU opt_cpu.h +I686_CPU opt_cpu.h + I586_FAST_BCOPY opt_temporary.h I586_OPTIMIZED_BCOPY opt_temporary.h I586_OPTIMIZED_BZERO opt_temporary.h |
