diff options
| -rw-r--r-- | sys/conf/options.i386 | 8 | ||||
| -rw-r--r-- | sys/i386/conf/options.i386 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index cce8411e77c5..de07655f0d93 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.37 1997/03/12 17:41:35 joerg Exp $ +# $Id: options.i386,v 1.38 1997/03/22 18:51:32 kato Exp $ BOUNCEPAGES opt_bounce.h USER_LDT MATH_EMULATE opt_math_emulate.h @@ -14,9 +14,9 @@ PERFMON opt_perfmon.h AUTO_EOI_1 opt_auto_eoi.h AUTO_EOI_2 opt_auto_eoi.h BREAK_TO_DEBUGGER opt_comconsole.h -COMCONSOLE opt_comconsole.h -CONADDR opt_comconsole.h -CONUNIT opt_comconsole.h +COMCONSOLE opt_defunct.h +CONADDR opt_defunct.h +CONUNIT opt_defunct.h CONSPEED opt_comconsole.h COM_ESP opt_sio.h COM_MULTIPORT opt_sio.h diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index cce8411e77c5..de07655f0d93 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.37 1997/03/12 17:41:35 joerg Exp $ +# $Id: options.i386,v 1.38 1997/03/22 18:51:32 kato Exp $ BOUNCEPAGES opt_bounce.h USER_LDT MATH_EMULATE opt_math_emulate.h @@ -14,9 +14,9 @@ PERFMON opt_perfmon.h AUTO_EOI_1 opt_auto_eoi.h AUTO_EOI_2 opt_auto_eoi.h BREAK_TO_DEBUGGER opt_comconsole.h -COMCONSOLE opt_comconsole.h -CONADDR opt_comconsole.h -CONUNIT opt_comconsole.h +COMCONSOLE opt_defunct.h +CONADDR opt_defunct.h +CONUNIT opt_defunct.h CONSPEED opt_comconsole.h COM_ESP opt_sio.h COM_MULTIPORT opt_sio.h |
