Deleted Added
full compact
options (191725) options (191762)
1# $FreeBSD: head/sys/conf/options 191725 2009-05-01 17:18:45Z sam $
1# $FreeBSD: head/sys/conf/options 191762 2009-05-03 04:01:43Z imp $
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

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

758AH_WRITE_REGDOMAIN opt_ah.h
759AH_DEBUG_COUNTRY opt_ah.h
760AH_WRITE_EEPROM opt_ah.h
761AH_PRIVATE_DIAG opt_ah.h
762AH_NEED_DESC_SWAP opt_ah.h
763AH_USE_INIPDGAIN opt_ah.h
764AH_MAXCHAN opt_ah.h
765
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

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

758AH_WRITE_REGDOMAIN opt_ah.h
759AH_DEBUG_COUNTRY opt_ah.h
760AH_WRITE_EEPROM opt_ah.h
761AH_PRIVATE_DIAG opt_ah.h
762AH_NEED_DESC_SWAP opt_ah.h
763AH_USE_INIPDGAIN opt_ah.h
764AH_MAXCHAN opt_ah.h
765
766# options for the Broadcom BCM43xx driver (bwi)
767BWI_DEBUG opt_bwi.h
768BWI_DEBUG_VERBOSE opt_bwi.h
769
766# options for the Marvell 8335 wireless driver
767MALO_DEBUG opt_malo.h
768MALO_TXBUF opt_malo.h
769MALO_RXBUF opt_malo.h
770
771# dcons options
772DCONS_BUF_SIZE opt_dcons.h
773DCONS_POLL_HZ opt_dcons.h

--- 42 unchanged lines hidden ---
770# options for the Marvell 8335 wireless driver
771MALO_DEBUG opt_malo.h
772MALO_TXBUF opt_malo.h
773MALO_RXBUF opt_malo.h
774
775# dcons options
776DCONS_BUF_SIZE opt_dcons.h
777DCONS_POLL_HZ opt_dcons.h

--- 42 unchanged lines hidden ---