Deleted Added
full compact
options (237263) options (237522)
1# $FreeBSD: head/sys/conf/options 237263 2012-06-19 07:34:13Z np $
1# $FreeBSD: head/sys/conf/options 237522 2012-06-24 07:01:49Z adrian $
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

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

778ATH_DEBUG opt_ath.h
779ATH_TXBUF opt_ath.h
780ATH_RXBUF opt_ath.h
781ATH_DIAGAPI opt_ath.h
782ATH_TX99_DIAG opt_ath.h
783ATH_ENABLE_11N opt_ath.h
784ATH_ENABLE_DFS opt_ath.h
785ATH_EEPROM_FIRMWARE 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

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

778ATH_DEBUG opt_ath.h
779ATH_TXBUF opt_ath.h
780ATH_RXBUF opt_ath.h
781ATH_DIAGAPI opt_ath.h
782ATH_TX99_DIAG opt_ath.h
783ATH_ENABLE_11N opt_ath.h
784ATH_ENABLE_DFS opt_ath.h
785ATH_EEPROM_FIRMWARE opt_ath.h
786ATH_ENABLE_RADIOTAP_VENDOR_EXT opt_ath.h
786
787# options for the Atheros hal
788AH_SUPPORT_AR5416 opt_ah.h
789# XXX For now, this breaks non-AR9130 chipsets, so only use it
790# XXX when actually targetting AR9130.
791AH_SUPPORT_AR9130 opt_ah.h
792
793AH_DEBUG opt_ah.h

--- 122 unchanged lines hidden ---
787
788# options for the Atheros hal
789AH_SUPPORT_AR5416 opt_ah.h
790# XXX For now, this breaks non-AR9130 chipsets, so only use it
791# XXX when actually targetting AR9130.
792AH_SUPPORT_AR9130 opt_ah.h
793
794AH_DEBUG opt_ah.h

--- 122 unchanged lines hidden ---