Deleted Added
full compact
options (131259) options (131476)
1# $FreeBSD: head/sys/conf/options 131259 2004-06-29 02:30:12Z jhb $
1# $FreeBSD: head/sys/conf/options 131476 2004-07-02 19:40:36Z 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

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

66GEOM_AES opt_geom.h
67GEOM_APPLE opt_geom.h
68GEOM_BDE opt_geom.h
69GEOM_BSD opt_geom.h
70GEOM_CONCAT opt_geom.h
71GEOM_FOX opt_geom.h
72GEOM_GATE opt_geom.h
73GEOM_GPT 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

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

66GEOM_AES opt_geom.h
67GEOM_APPLE opt_geom.h
68GEOM_BDE opt_geom.h
69GEOM_BSD opt_geom.h
70GEOM_CONCAT opt_geom.h
71GEOM_FOX opt_geom.h
72GEOM_GATE opt_geom.h
73GEOM_GPT opt_geom.h
74GEOM_LABEL opt_geom.h
74GEOM_MBR opt_geom.h
75GEOM_MIRROR opt_geom.h
76GEOM_NOP opt_geom.h
77GEOM_PC98 opt_geom.h
78GEOM_STRIPE opt_geom.h
79GEOM_SUNLABEL opt_geom.h
80GEOM_VOL opt_geom.h
81HW_WDOG

--- 587 unchanged lines hidden ---
75GEOM_MBR opt_geom.h
76GEOM_MIRROR opt_geom.h
77GEOM_NOP opt_geom.h
78GEOM_PC98 opt_geom.h
79GEOM_STRIPE opt_geom.h
80GEOM_SUNLABEL opt_geom.h
81GEOM_VOL opt_geom.h
82HW_WDOG

--- 587 unchanged lines hidden ---