diff --git a/sys/conf/options b/sys/conf/options index 8cbd96f47591..cb3b023fac46 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.108 1998/11/23 09:58:59 phk Exp $ +# $Id: options,v 1.109 1998/11/26 23:13:11 n_hibma Exp $ # # On the handling of kernel options # @@ -66,6 +66,7 @@ SYSVMSG opt_sysvipc.h SYSVSEM opt_sysvipc.h SYSVSHM opt_sysvipc.h UCONSOLE +ICMP_BANDLIM # POSIX kernel options P1003_1B opt_posix.h diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 5725dd4b725b..df3e1b3a8af9 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,9 +1,8 @@ -# $Id: options.i386,v 1.92 1998/11/15 20:08:49 eivind Exp $ +# $Id: options.i386,v 1.93 1998/12/03 20:06:01 dillon Exp $ DISABLE_PSE IDE_DELAY USER_LDT -ICMP_BANDLIM MATH_EMULATE opt_math_emulate.h GPL_MATH_EMULATE opt_math_emulate.h PMAP_SHPGPERPROC opt_pmap.h diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index 5725dd4b725b..df3e1b3a8af9 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -1,9 +1,8 @@ -# $Id: options.i386,v 1.92 1998/11/15 20:08:49 eivind Exp $ +# $Id: options.i386,v 1.93 1998/12/03 20:06:01 dillon Exp $ DISABLE_PSE IDE_DELAY USER_LDT -ICMP_BANDLIM MATH_EMULATE opt_math_emulate.h GPL_MATH_EMULATE opt_math_emulate.h PMAP_SHPGPERPROC opt_pmap.h