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