Deleted Added
full compact
options (129477) options (130344)
1# $FreeBSD: head/sys/conf/options 129477 2004-05-20 10:37:13Z pjd $
1# $FreeBSD: head/sys/conf/options 130344 2004-06-11 11:16:26Z phk $
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

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

47TWA_FLASH_FIRMWARE opt_twa.h
48
49# Miscellaneous options.
50ADAPTIVE_MUTEXES
51ALQ
52CODA_COMPAT_5 opt_coda.h
53COMPAT_43 opt_compat.h
54COMPAT_FREEBSD4 opt_compat.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

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

47TWA_FLASH_FIRMWARE opt_twa.h
48
49# Miscellaneous options.
50ADAPTIVE_MUTEXES
51ALQ
52CODA_COMPAT_5 opt_coda.h
53COMPAT_43 opt_compat.h
54COMPAT_FREEBSD4 opt_compat.h
55COMPAT_SUNOS opt_compat.h
56COMPILING_LINT opt_global.h
57CONSPEED opt_comconsole.h
58CY_PCI_FASTINTR
59DDB
60DDB_NOKLDSYM opt_ddb.h
61DDB_NUMSYM opt_ddb.h
62DDB_TRACE
63DDB_UNATTENDED

--- 592 unchanged lines hidden ---
55COMPILING_LINT opt_global.h
56CONSPEED opt_comconsole.h
57CY_PCI_FASTINTR
58DDB
59DDB_NOKLDSYM opt_ddb.h
60DDB_NUMSYM opt_ddb.h
61DDB_TRACE
62DDB_UNATTENDED

--- 592 unchanged lines hidden ---