Deleted Added
full compact
options (134479) options (134542)
1# $FreeBSD: head/sys/conf/options 134479 2004-08-29 11:10:09Z des $
1# $FreeBSD: head/sys/conf/options 134542 2004-08-30 23:03:58Z peter $
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

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

55KDB_TRACE opt_kdb.h
56KDB_UNATTENDED opt_kdb.h
57
58# Miscellaneous options.
59ADAPTIVE_GIANT opt_adaptive_mutexes.h
60NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h
61ALQ
62CODA_COMPAT_5 opt_coda.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

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

55KDB_TRACE opt_kdb.h
56KDB_UNATTENDED opt_kdb.h
57
58# Miscellaneous options.
59ADAPTIVE_GIANT opt_adaptive_mutexes.h
60NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h
61ALQ
62CODA_COMPAT_5 opt_coda.h
63NVCODA opt_coda.h
63COMPAT_43 opt_compat.h
64COMPAT_FREEBSD4 opt_compat.h
65COMPILING_LINT opt_global.h
66CONSPEED opt_comconsole.h
67CY_PCI_FASTINTR
68DIRECTIO opt_directio.h
69FULL_PREEMPTION
70GEOM_AES opt_geom.h

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

674AH_DEBUG_ALQ opt_ah.h
675AH_ASSERT opt_ah.h
676
677# dcons options
678DCONS_BUF_SIZE opt_dcons.h
679DCONS_POLL_HZ opt_dcons.h
680DCONS_FORCE_CONSOLE opt_dcons.h
681DCONS_FORCE_GDB opt_dcons.h
64COMPAT_43 opt_compat.h
65COMPAT_FREEBSD4 opt_compat.h
66COMPILING_LINT opt_global.h
67CONSPEED opt_comconsole.h
68CY_PCI_FASTINTR
69DIRECTIO opt_directio.h
70FULL_PREEMPTION
71GEOM_AES opt_geom.h

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

675AH_DEBUG_ALQ opt_ah.h
676AH_ASSERT opt_ah.h
677
678# dcons options
679DCONS_BUF_SIZE opt_dcons.h
680DCONS_POLL_HZ opt_dcons.h
681DCONS_FORCE_CONSOLE opt_dcons.h
682DCONS_FORCE_GDB opt_dcons.h
683
684# Static unit counts
685NI4BTRC opt_i4b.h
686NI4BRBCH opt_i4b.h
687NI4BTEL opt_i4b.h
688NI4BIPR opt_i4b.h
689NI4BING opt_i4b.h
690NI4BISPPP opt_i4b.h