diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-08-31 22:43:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-08-31 22:43:46 +0000 |
| commit | f3086365a3a2c496f3a9d2daef38c235067dbd48 (patch) | |
| tree | f4018a6c5145c20bc7273769c8330445620539f5 /sys/conf | |
| parent | c5b15a8a44c5c7ff368343aa382a4f9550802902 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/options.i386 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 5c28b4e57695..1cf121ef6cfc 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.54 1997/08/02 05:20:14 msmith Exp $ +# $Id: options.i386,v 1.55 1997/08/09 00:19:39 dyson Exp $ BOUNCEPAGES opt_bounce.h USER_LDT @@ -65,10 +65,12 @@ CPU_SUSP_HLT opt_cpu.h CPU_UPGRADE_HW_CACHE opt_cpu.h CYRIX_CACHE_WORKS opt_cpu.h CYRIX_CACHE_REALLY_WORKS opt_cpu.h -I386_CPU opt_cpu.h -I486_CPU opt_cpu.h -I586_CPU opt_cpu.h -I686_CPU opt_cpu.h + +# The CPU type affects the endian conversion functions all over the kernel. +I386_CPU opt_global.h +I486_CPU opt_global.h +I586_CPU opt_global.h +I686_CPU opt_global.h SC_SPLASH_SCREEN opt_syscons.h MAXCONS opt_syscons.h |
