Deleted Added
full compact
options (131476) options (131481)
1# $FreeBSD: head/sys/conf/options 131476 2004-07-02 19:40:36Z pjd $
1# $FreeBSD: head/sys/conf/options 131481 2004-07-02 20:21:44Z jhb $
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

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

56CONSPEED opt_comconsole.h
57CY_PCI_FASTINTR
58DDB
59DDB_NOKLDSYM opt_ddb.h
60DDB_NUMSYM opt_ddb.h
61DDB_TRACE
62DDB_UNATTENDED
63DIRECTIO opt_directio.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

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

56CONSPEED opt_comconsole.h
57CY_PCI_FASTINTR
58DDB
59DDB_NOKLDSYM opt_ddb.h
60DDB_NUMSYM opt_ddb.h
61DDB_TRACE
62DDB_UNATTENDED
63DIRECTIO opt_directio.h
64FULL_PREEMPTION
64GDB_REMOTE_CHAT opt_ddb.h
65GDBSPEED opt_ddb.h
66GEOM_AES opt_geom.h
67GEOM_APPLE opt_geom.h
68GEOM_BDE opt_geom.h
69GEOM_BSD opt_geom.h
70GEOM_CONCAT opt_geom.h
71GEOM_FOX opt_geom.h

--- 598 unchanged lines hidden ---
65GDB_REMOTE_CHAT opt_ddb.h
66GDBSPEED opt_ddb.h
67GEOM_AES opt_geom.h
68GEOM_APPLE opt_geom.h
69GEOM_BDE opt_geom.h
70GEOM_BSD opt_geom.h
71GEOM_CONCAT opt_geom.h
72GEOM_FOX opt_geom.h

--- 598 unchanged lines hidden ---