Deleted Added
full compact
options (92073) options (92130)
1# $FreeBSD: head/sys/conf/options 92073 2002-03-11 08:06:24Z phk $
1# $FreeBSD: head/sys/conf/options 92130 2002-03-12 04:00:11Z jeff $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

--- 368 unchanged lines hidden (view full) ---

378# smbus related options
379ENABLE_ALART opt_intpm.h
380
381# These cause changes all over the kernel
382BLKDEV_IOSIZE opt_global.h
383DEBUG opt_global.h
384DEBUG_LOCKS opt_global.h
385DEBUG_VFS_LOCKS opt_global.h
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

--- 368 unchanged lines hidden (view full) ---

378# smbus related options
379ENABLE_ALART opt_intpm.h
380
381# These cause changes all over the kernel
382BLKDEV_IOSIZE opt_global.h
383DEBUG opt_global.h
384DEBUG_LOCKS opt_global.h
385DEBUG_VFS_LOCKS opt_global.h
386LOOKUP_SHARED opt_global.h
386DIAGNOSTIC opt_global.h
387ENABLE_VFS_IOOPT opt_global.h
388INVARIANT_SUPPORT opt_global.h
389INVARIANTS opt_global.h
390REGRESSION opt_global.h
391RESTARTABLE_PANICS opt_global.h
392VFS_BIO_DEBUG opt_global.h
393

--- 128 unchanged lines hidden ---
387DIAGNOSTIC opt_global.h
388ENABLE_VFS_IOOPT opt_global.h
389INVARIANT_SUPPORT opt_global.h
390INVARIANTS opt_global.h
391REGRESSION opt_global.h
392RESTARTABLE_PANICS opt_global.h
393VFS_BIO_DEBUG opt_global.h
394

--- 128 unchanged lines hidden ---