Deleted Added
full compact
options (171167) options (171196)
1# $FreeBSD: head/sys/conf/options 171167 2007-07-03 12:13:45Z gnn $
1# $FreeBSD: head/sys/conf/options 171196 2007-07-04 00:18:39Z bz $
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

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

726DCONS_POLL_HZ opt_dcons.h
727DCONS_FORCE_CONSOLE opt_dcons.h
728DCONS_FORCE_GDB opt_dcons.h
729
730# Static unit counts
731NI4BTRC opt_i4b.h
732NI4BRBCH opt_i4b.h
733NI4BTEL opt_i4b.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

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

726DCONS_POLL_HZ opt_dcons.h
727DCONS_FORCE_CONSOLE opt_dcons.h
728DCONS_FORCE_GDB opt_dcons.h
729
730# Static unit counts
731NI4BTRC opt_i4b.h
732NI4BRBCH opt_i4b.h
733NI4BTEL opt_i4b.h
734NI4BIPR opt_i4b.h
735NI4BING opt_i4b.h
736NI4BISPPP opt_i4b.h
734#XXXBZ#NI4BIPR opt_i4b.h
735#XXXBZ#NI4BING opt_i4b.h
736#XXXBZ#NI4BISPPP opt_i4b.h
737
738# VFS options
739LOOKUP_SHARED opt_vfs.h
740
741# HWPMC options
742HWPMC_HOOKS
743
744# XBOX options for FreeBSD/i386, but some files are MI
745XBOX opt_xbox.h
746
747# XFS
748XFS
749
750# snd_emu10kx sound driver options
751SND_EMU10KX_MULTICHANNEL opt_emu10kx.h
752
753# Interrupt filtering
754INTR_FILTER opt_global.h
737
738# VFS options
739LOOKUP_SHARED opt_vfs.h
740
741# HWPMC options
742HWPMC_HOOKS
743
744# XBOX options for FreeBSD/i386, but some files are MI
745XBOX opt_xbox.h
746
747# XFS
748XFS
749
750# snd_emu10kx sound driver options
751SND_EMU10KX_MULTICHANNEL opt_emu10kx.h
752
753# Interrupt filtering
754INTR_FILTER opt_global.h