Deleted Added
full compact
options (133720) options (133812)
1# $FreeBSD: head/sys/conf/options 133720 2004-08-14 15:32:40Z dwmalone $
1# $FreeBSD: head/sys/conf/options 133812 2004-08-16 06:36:21Z 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

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

75GEOM_FOX opt_geom.h
76GEOM_GATE opt_geom.h
77GEOM_GPT opt_geom.h
78GEOM_LABEL opt_geom.h
79GEOM_MBR opt_geom.h
80GEOM_MIRROR opt_geom.h
81GEOM_NOP opt_geom.h
82GEOM_PC98 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

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

75GEOM_FOX opt_geom.h
76GEOM_GATE opt_geom.h
77GEOM_GPT opt_geom.h
78GEOM_LABEL opt_geom.h
79GEOM_MBR opt_geom.h
80GEOM_MIRROR opt_geom.h
81GEOM_NOP opt_geom.h
82GEOM_PC98 opt_geom.h
83GEOM_RAID3 opt_geom.h
83GEOM_STRIPE opt_geom.h
84GEOM_SUNLABEL opt_geom.h
85GEOM_UZIP opt_geom.h
86GEOM_VOL opt_geom.h
87HW_WDOG
88KSTACK_MAX_PAGES
89KSTACK_PAGES
90KTRACE

--- 588 unchanged lines hidden ---
84GEOM_STRIPE opt_geom.h
85GEOM_SUNLABEL opt_geom.h
86GEOM_UZIP opt_geom.h
87GEOM_VOL opt_geom.h
88HW_WDOG
89KSTACK_MAX_PAGES
90KSTACK_PAGES
91KTRACE

--- 588 unchanged lines hidden ---