Deleted Added
full compact
options (154065) options (154170)
1# $FreeBSD: head/sys/conf/options 154065 2006-01-06 04:44:09Z imp $
1# $FreeBSD: head/sys/conf/options 154170 2006-01-10 09:19:10Z 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

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

57SYSCTL_DEBUG opt_sysctl.h
58
59# Miscellaneous options.
60ADAPTIVE_GIANT opt_adaptive_mutexes.h
61NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h
62ALQ
63CODA_COMPAT_5 opt_coda.h
64COMPAT_43 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

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

57SYSCTL_DEBUG opt_sysctl.h
58
59# Miscellaneous options.
60ADAPTIVE_GIANT opt_adaptive_mutexes.h
61NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h
62ALQ
63CODA_COMPAT_5 opt_coda.h
64COMPAT_43 opt_compat.h
65COMPAT_43TTY opt_compat.h
65COMPAT_FREEBSD4 opt_compat.h
66COMPAT_FREEBSD5 opt_compat.h
67COMPILING_LINT opt_global.h
68CONSPEED opt_comconsole.h
69CY_PCI_FASTINTR
70DIRECTIO
71FULL_PREEMPTION opt_sched.h
72IPI_PREEMPTION opt_sched.h

--- 644 unchanged lines hidden ---
66COMPAT_FREEBSD4 opt_compat.h
67COMPAT_FREEBSD5 opt_compat.h
68COMPILING_LINT opt_global.h
69CONSPEED opt_comconsole.h
70CY_PCI_FASTINTR
71DIRECTIO
72FULL_PREEMPTION opt_sched.h
73IPI_PREEMPTION opt_sched.h

--- 644 unchanged lines hidden ---