Deleted Added
full compact
options (105199) options (105464)
1# $FreeBSD: head/sys/conf/options 105199 2002-10-16 02:25:05Z sam $
1# $FreeBSD: head/sys/conf/options 105464 2002-10-19 17:02:17Z 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

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

83DDB
84DDB_NOKLDSYM opt_ddb.h
85DDB_TRACE
86DDB_UNATTENDED
87GDB_REMOTE_CHAT opt_ddb.h
88GDBSPEED opt_ddb.h
89NO_GEOM opt_geom.h
90GEOM_AES opt_geom.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

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

83DDB
84DDB_NOKLDSYM opt_ddb.h
85DDB_TRACE
86DDB_UNATTENDED
87GDB_REMOTE_CHAT opt_ddb.h
88GDBSPEED opt_ddb.h
89NO_GEOM opt_geom.h
90GEOM_AES opt_geom.h
91GEOM_BDE opt_geom.h
91GEOM_BSD opt_geom.h
92GEOM_GPT opt_geom.h
93GEOM_MBR opt_geom.h
94GEOM_PC98 opt_geom.h
95GEOM_SUNLABEL opt_geom.h
96HW_WDOG
97KSTACK_PAGES
98KSTACK_MAX_PAGES

--- 491 unchanged lines hidden ---
92GEOM_BSD opt_geom.h
93GEOM_GPT opt_geom.h
94GEOM_MBR opt_geom.h
95GEOM_PC98 opt_geom.h
96GEOM_SUNLABEL opt_geom.h
97HW_WDOG
98KSTACK_PAGES
99KSTACK_MAX_PAGES

--- 491 unchanged lines hidden ---