diff options
author | jhb <jhb@FreeBSD.org> | 2001-05-24 17:01:51 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-05-24 17:01:51 +0000 |
commit | d6ea0013a09ad4a15cc4d506760a8c4f77a5d347 (patch) | |
tree | d0bdc0898d5839f2d4d86c5c395b2aa01974a548 /sys | |
parent | 6d9516e26fb8eb83c9494601ea0662eecf20cc9d (diff) | |
download | FreeBSD-src-d6ea0013a09ad4a15cc4d506760a8c4f77a5d347.zip FreeBSD-src-d6ea0013a09ad4a15cc4d506760a8c4f77a5d347.tar.gz |
Add a new kernel option 'BLEED' to be used for code that is still under
development but is being developed in the tree for whatever reason.
Not objected to by: peter, jlemon
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 0955165..51e6ac4 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -55,6 +55,7 @@ ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory # mapped I/O # Miscellaneous options. +BLEED COMPAT_43 opt_compat.h COMPAT_SUNOS opt_compat.h COMPILING_LINT opt_global.h |