Deleted Added
full compact
options (129167) options (129477)
1# $FreeBSD: head/sys/conf/options 129167 2004-05-13 03:15:04Z imp $
1# $FreeBSD: head/sys/conf/options 129477 2004-05-20 10:37:13Z pjd $
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

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

69GEOM_BDE opt_geom.h
70GEOM_BSD opt_geom.h
71GEOM_CONCAT opt_geom.h
72GEOM_FOX opt_geom.h
73GEOM_GATE opt_geom.h
74GEOM_GPT opt_geom.h
75GEOM_MBR opt_geom.h
76GEOM_MIRROR 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

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

69GEOM_BDE opt_geom.h
70GEOM_BSD opt_geom.h
71GEOM_CONCAT opt_geom.h
72GEOM_FOX opt_geom.h
73GEOM_GATE opt_geom.h
74GEOM_GPT opt_geom.h
75GEOM_MBR opt_geom.h
76GEOM_MIRROR opt_geom.h
77GEOM_NOP opt_geom.h
77GEOM_PC98 opt_geom.h
78GEOM_PC98 opt_geom.h
79GEOM_STRIPE opt_geom.h
78GEOM_SUNLABEL opt_geom.h
79GEOM_VOL opt_geom.h
80HW_WDOG
81KSTACK_MAX_PAGES
82KSTACK_PAGES
83KTRACE
84KTRACE_REQUEST_POOL opt_ktrace.h
85LIBICONV

--- 568 unchanged lines hidden ---
80GEOM_SUNLABEL opt_geom.h
81GEOM_VOL opt_geom.h
82HW_WDOG
83KSTACK_MAX_PAGES
84KSTACK_PAGES
85KTRACE
86KTRACE_REQUEST_POOL opt_ktrace.h
87LIBICONV

--- 568 unchanged lines hidden ---