Deleted Added
full compact
options (166342) options (166551)
1# $FreeBSD: head/sys/conf/options 166342 2007-01-30 05:01:06Z rodrigc $
1# $FreeBSD: head/sys/conf/options 166551 2007-02-07 18:55:31Z marcel $
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) ---

69COMPAT_FREEBSD5 opt_compat.h
70COMPAT_FREEBSD6 opt_compat.h
71COMPILING_LINT opt_global.h
72CY_PCI_FASTINTR
73DIRECTIO
74FULL_PREEMPTION opt_sched.h
75IPI_PREEMPTION opt_sched.h
76GEOM_AES 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) ---

69COMPAT_FREEBSD5 opt_compat.h
70COMPAT_FREEBSD6 opt_compat.h
71COMPILING_LINT opt_global.h
72CY_PCI_FASTINTR
73DIRECTIO
74FULL_PREEMPTION opt_sched.h
75IPI_PREEMPTION opt_sched.h
76GEOM_AES opt_geom.h
77GEOM_APPLE opt_geom.h
78GEOM_BDE opt_geom.h
79GEOM_BSD opt_geom.h
80GEOM_CACHE opt_geom.h
81GEOM_CONCAT opt_geom.h
82GEOM_ELI opt_geom.h
83GEOM_FOX opt_geom.h
84GEOM_GATE opt_geom.h
77GEOM_BDE opt_geom.h
78GEOM_BSD opt_geom.h
79GEOM_CACHE opt_geom.h
80GEOM_CONCAT opt_geom.h
81GEOM_ELI opt_geom.h
82GEOM_FOX opt_geom.h
83GEOM_GATE opt_geom.h
85GEOM_GPT opt_geom.h
86GEOM_JOURNAL opt_geom.h
87GEOM_LABEL opt_geom.h
88GEOM_MBR opt_geom.h
89GEOM_MIRROR opt_geom.h
90GEOM_NOP opt_geom.h
84GEOM_JOURNAL opt_geom.h
85GEOM_LABEL opt_geom.h
86GEOM_MBR opt_geom.h
87GEOM_MIRROR opt_geom.h
88GEOM_NOP opt_geom.h
89GEOM_PART_APM opt_geom.h
90GEOM_PART_GPT opt_geom.h
91GEOM_PC98 opt_geom.h
92GEOM_RAID3 opt_geom.h
93GEOM_SHSEC opt_geom.h
94GEOM_STRIPE opt_geom.h
95GEOM_SUNLABEL opt_geom.h
96GEOM_UZIP opt_geom.h
97GEOM_VOL opt_geom.h
98GEOM_ZERO opt_geom.h

--- 665 unchanged lines hidden ---
91GEOM_PC98 opt_geom.h
92GEOM_RAID3 opt_geom.h
93GEOM_SHSEC opt_geom.h
94GEOM_STRIPE opt_geom.h
95GEOM_SUNLABEL opt_geom.h
96GEOM_UZIP opt_geom.h
97GEOM_VOL opt_geom.h
98GEOM_ZERO opt_geom.h

--- 665 unchanged lines hidden ---