Deleted Added
full compact
options (197236) options (197383)
1# $FreeBSD: head/sys/conf/options 197236 2009-09-15 22:23:45Z andre $
1# $FreeBSD: head/sys/conf/options 197383 2009-09-21 08:17:57Z delphij $
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

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

833SND_DEBUG opt_snd.h
834SND_DIAGNOSTIC opt_snd.h
835SND_FEEDER_MULTIFORMAT opt_snd.h
836SND_FEEDER_FULL_MULTIFORMAT opt_snd.h
837SND_FEEDER_RATE_HP opt_snd.h
838SND_PCM_64 opt_snd.h
839SND_OLDSTEREO opt_snd.h
840
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

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

833SND_DEBUG opt_snd.h
834SND_DIAGNOSTIC opt_snd.h
835SND_FEEDER_MULTIFORMAT opt_snd.h
836SND_FEEDER_FULL_MULTIFORMAT opt_snd.h
837SND_FEEDER_RATE_HP opt_snd.h
838SND_PCM_64 opt_snd.h
839SND_OLDSTEREO opt_snd.h
840
841X86EMU
841X86BIOS