Deleted Added
full compact
options (193217) options (193240)
1# $FreeBSD: head/sys/conf/options 193217 2009-06-01 10:30:00Z pjd $
1# $FreeBSD: head/sys/conf/options 193240 2009-06-01 18:07:01Z sam $
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

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

772BWI_DEBUG opt_bwi.h
773BWI_DEBUG_VERBOSE opt_bwi.h
774
775# options for the Marvell 8335 wireless driver
776MALO_DEBUG opt_malo.h
777MALO_TXBUF opt_malo.h
778MALO_RXBUF opt_malo.h
779
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

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

772BWI_DEBUG opt_bwi.h
773BWI_DEBUG_VERBOSE opt_bwi.h
774
775# options for the Marvell 8335 wireless driver
776MALO_DEBUG opt_malo.h
777MALO_TXBUF opt_malo.h
778MALO_RXBUF opt_malo.h
779
780# options for the Marvell wireless driver
781MWL_DEBUG opt_mwl.h
782MWL_TXBUF opt_mwl.h
783MWL_RXBUF opt_mwl.h
784MWL_DIAGAPI opt_mwl.h
785MWL_AGGR_SIZE opt_mwl.h
786MWL_TX_NODROP opt_mwl.h
787
780# dcons options
781DCONS_BUF_SIZE opt_dcons.h
782DCONS_POLL_HZ opt_dcons.h
783DCONS_FORCE_CONSOLE opt_dcons.h
784DCONS_FORCE_GDB opt_dcons.h
785
786# HWPMC options
787HWPMC_HOOKS

--- 37 unchanged lines hidden ---
788# dcons options
789DCONS_BUF_SIZE opt_dcons.h
790DCONS_POLL_HZ opt_dcons.h
791DCONS_FORCE_CONSOLE opt_dcons.h
792DCONS_FORCE_GDB opt_dcons.h
793
794# HWPMC options
795HWPMC_HOOKS

--- 37 unchanged lines hidden ---