Deleted Added
full compact
options (189851) options (190391)
1# $FreeBSD: head/sys/conf/options 189851 2009-03-15 14:21:05Z rwatson $
1# $FreeBSD: head/sys/conf/options 190391 2009-03-24 20:39:08Z 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

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

784
785# Interrupt filtering
786INTR_FILTER
787
788# 802.11 support layer
789IEEE80211_DEBUG opt_wlan.h
790IEEE80211_DEBUG_REFCNT opt_wlan.h
791IEEE80211_AMPDU_AGE opt_wlan.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

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

784
785# Interrupt filtering
786INTR_FILTER
787
788# 802.11 support layer
789IEEE80211_DEBUG opt_wlan.h
790IEEE80211_DEBUG_REFCNT opt_wlan.h
791IEEE80211_AMPDU_AGE opt_wlan.h
792IEEE80211_SUPPORT_SUPERG opt_wlan.h
792IEEE80211_SUPPORT_TDMA opt_wlan.h
793
794# 802.11 TDMA support
795TDMA_SLOTLEN_DEFAULT opt_tdma.h
796TDMA_SLOTCNT_DEFAULT opt_tdma.h
797TDMA_BINTVAL_DEFAULT opt_tdma.h
798TDMA_TXRATE_11B_DEFAULT opt_tdma.h
799TDMA_TXRATE_11G_DEFAULT opt_tdma.h
800TDMA_TXRATE_11A_DEFAULT opt_tdma.h
801
802# Virtualize the network stack
803VIMAGE opt_global.h
804VIMAGE_GLOBALS opt_global.h
805
806# Common Flash Interface (CFI) options
807CFI_SUPPORT_STRATAFLASH opt_cfi.h
808CFI_ARMEDANDDANGEROUS opt_cfi.h
793IEEE80211_SUPPORT_TDMA opt_wlan.h
794
795# 802.11 TDMA support
796TDMA_SLOTLEN_DEFAULT opt_tdma.h
797TDMA_SLOTCNT_DEFAULT opt_tdma.h
798TDMA_BINTVAL_DEFAULT opt_tdma.h
799TDMA_TXRATE_11B_DEFAULT opt_tdma.h
800TDMA_TXRATE_11G_DEFAULT opt_tdma.h
801TDMA_TXRATE_11A_DEFAULT opt_tdma.h
802
803# Virtualize the network stack
804VIMAGE opt_global.h
805VIMAGE_GLOBALS opt_global.h
806
807# Common Flash Interface (CFI) options
808CFI_SUPPORT_STRATAFLASH opt_cfi.h
809CFI_ARMEDANDDANGEROUS opt_cfi.h