Deleted Added
full compact
options (190391) options (190571)
1# $FreeBSD: head/sys/conf/options 190391 2009-03-24 20:39:08Z sam $
1# $FreeBSD: head/sys/conf/options 190571 2009-03-30 19:23:49Z 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

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

740KBDIO_DEBUG opt_kbd.h
741
742# options for the Atheros driver
743ATH_DEBUG opt_ath.h
744ATH_TXBUF opt_ath.h
745ATH_RXBUF opt_ath.h
746ATH_DIAGAPI opt_ath.h
747ATH_TX99_DIAG opt_ath.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

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

740KBDIO_DEBUG opt_kbd.h
741
742# options for the Atheros driver
743ATH_DEBUG opt_ath.h
744ATH_TXBUF opt_ath.h
745ATH_RXBUF opt_ath.h
746ATH_DIAGAPI opt_ath.h
747ATH_TX99_DIAG opt_ath.h
748ATH_SUPPORT_TDMA opt_ath.h
749
750# options for the Atheros hal
751AH_SUPPORT_AR5416 opt_ah.h
752
753AH_DEBUG opt_ah.h
754AH_ASSERT opt_ah.h
755AH_DEBUG_ALQ opt_ah.h
756AH_REGOPS_FUNC opt_ah.h

--- 53 unchanged lines hidden ---
748
749# options for the Atheros hal
750AH_SUPPORT_AR5416 opt_ah.h
751
752AH_DEBUG opt_ah.h
753AH_ASSERT opt_ah.h
754AH_DEBUG_ALQ opt_ah.h
755AH_REGOPS_FUNC opt_ah.h

--- 53 unchanged lines hidden ---