Deleted Added
full compact
options (104354) options (104519)
1# $FreeBSD: head/sys/conf/options 104354 2002-10-02 07:44:29Z scottl $
1# $FreeBSD: head/sys/conf/options 104519 2002-10-05 16:35:33Z 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

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

81CY_PCI_FASTINTR
82CONSPEED opt_comconsole.h
83DDB
84DDB_NOKLDSYM opt_ddb.h
85DDB_TRACE
86DDB_UNATTENDED
87GDB_REMOTE_CHAT opt_ddb.h
88GDBSPEED opt_ddb.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

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

81CY_PCI_FASTINTR
82CONSPEED opt_comconsole.h
83DDB
84DDB_NOKLDSYM opt_ddb.h
85DDB_TRACE
86DDB_UNATTENDED
87GDB_REMOTE_CHAT opt_ddb.h
88GDBSPEED opt_ddb.h
89GEOM
89NO_GEOM opt_geom.h
90GEOM_AES 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
90HW_WDOG
91KSTACK_PAGES
92KSTACK_MAX_PAGES
93KTRACE
94KTRACE_REQUEST_POOL opt_ktrace.h
95LIBICONV
96MD_ROOT opt_md.h
97MD_ROOT_SIZE opt_md.h

--- 487 unchanged lines hidden ---
96HW_WDOG
97KSTACK_PAGES
98KSTACK_MAX_PAGES
99KTRACE
100KTRACE_REQUEST_POOL opt_ktrace.h
101LIBICONV
102MD_ROOT opt_md.h
103MD_ROOT_SIZE opt_md.h

--- 487 unchanged lines hidden ---