Deleted Added
sdiff udiff text old ( 104354 ) new ( 104519 )
full compact
1# $FreeBSD: head/sys/conf/options 104354 2002-10-02 07:44:29Z scottl $
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
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 ---