diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-05 03:19:51 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-05 03:19:51 +0000 |
| commit | dadea2fa260e72052c4025407836188ca8dae9d2 (patch) | |
| tree | 2395a70bc6c2018c7dfff387abc030d9959abed4 | |
| parent | f5c444e19ebc6c852fb05f33086b8d3494a3b465 (diff) | |
Notes
| -rw-r--r-- | sys/conf/options | 3 | ||||
| -rw-r--r-- | sys/conf/options.i386 | 3 | ||||
| -rw-r--r-- | sys/i386/conf/options.i386 | 3 |
3 files changed, 4 insertions, 5 deletions
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 |
