Deleted Added
full compact
options (219869) options (219974)
1# $FreeBSD: head/sys/conf/options 219869 2011-03-22 13:35:56Z adrian $
1# $FreeBSD: head/sys/conf/options 219974 2011-03-24 21:31:32Z mav $
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

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

97GEOM_PART_BSD opt_geom.h
98GEOM_PART_EBR opt_geom.h
99GEOM_PART_EBR_COMPAT opt_geom.h
100GEOM_PART_GPT opt_geom.h
101GEOM_PART_MBR opt_geom.h
102GEOM_PART_PC98 opt_geom.h
103GEOM_PART_VTOC8 opt_geom.h
104GEOM_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

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

97GEOM_PART_BSD opt_geom.h
98GEOM_PART_EBR opt_geom.h
99GEOM_PART_EBR_COMPAT opt_geom.h
100GEOM_PART_GPT opt_geom.h
101GEOM_PART_MBR opt_geom.h
102GEOM_PART_PC98 opt_geom.h
103GEOM_PART_VTOC8 opt_geom.h
104GEOM_PC98 opt_geom.h
105GEOM_RAID opt_geom.h
105GEOM_RAID3 opt_geom.h
106GEOM_SHSEC opt_geom.h
107GEOM_STRIPE opt_geom.h
108GEOM_SUNLABEL opt_geom.h
109GEOM_UZIP opt_geom.h
110GEOM_VIRSTOR opt_geom.h
111GEOM_VOL opt_geom.h
112GEOM_ZERO opt_geom.h

--- 761 unchanged lines hidden ---
106GEOM_RAID3 opt_geom.h
107GEOM_SHSEC opt_geom.h
108GEOM_STRIPE opt_geom.h
109GEOM_SUNLABEL opt_geom.h
110GEOM_UZIP opt_geom.h
111GEOM_VIRSTOR opt_geom.h
112GEOM_VOL opt_geom.h
113GEOM_ZERO opt_geom.h

--- 761 unchanged lines hidden ---