diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-08-31 23:08:38 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-08-31 23:08:38 +0000 |
| commit | 6d58e6cbc4cffafb897651f089dc2f9cfd6c80d6 (patch) | |
| tree | 73c3d10ff4cf64a5693da2d0baa31ecdfc91cfdd /sys/conf | |
| parent | afc7fa2c1861073374a6ce299bb927fd4f6762cd (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/options.i386 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 1cf121ef6cfc..6344a17be775 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.55 1997/08/09 00:19:39 dyson Exp $ +# $Id: options.i386,v 1.56 1997/08/31 22:43:39 bde Exp $ BOUNCEPAGES opt_bounce.h USER_LDT @@ -9,9 +9,9 @@ VM86 opt_global.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h -SHOW_BUSYBUFS opt_machdep.h -PANIC_REBOOT_WAIT_TIME opt_machdep.h -MAXMEM opt_machdep.h +SHOW_BUSYBUFS +PANIC_REBOOT_WAIT_TIME opt_panic.h +MAXMEM PERFMON opt_perfmon.h AUTO_EOI_1 opt_auto_eoi.h AUTO_EOI_2 opt_auto_eoi.h |
