Deleted Added
full compact
options (132903) options (132905)
1# $FreeBSD: head/sys/conf/options 132903 2004-07-30 22:50:21Z pjd $
1# $FreeBSD: head/sys/conf/options 132905 2004-07-30 23:18:53Z 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

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

72GEOM_BDE opt_geom.h
73GEOM_BSD opt_geom.h
74GEOM_CONCAT opt_geom.h
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
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

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

72GEOM_BDE opt_geom.h
73GEOM_BSD opt_geom.h
74GEOM_CONCAT opt_geom.h
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
80GEOM_NOP opt_geom.h
81GEOM_PC98 opt_geom.h
82GEOM_STRIPE opt_geom.h
83GEOM_SUNLABEL opt_geom.h
84GEOM_VOL opt_geom.h
85HW_WDOG
86KSTACK_MAX_PAGES
87KSTACK_PAGES

--- 589 unchanged lines hidden ---
81GEOM_NOP opt_geom.h
82GEOM_PC98 opt_geom.h
83GEOM_STRIPE opt_geom.h
84GEOM_SUNLABEL opt_geom.h
85GEOM_VOL opt_geom.h
86HW_WDOG
87KSTACK_MAX_PAGES
88KSTACK_PAGES

--- 589 unchanged lines hidden ---