Deleted Added
full compact
options (187831) options (188156)
1# $FreeBSD: head/sys/conf/options 187831 2009-01-28 18:00:22Z sam $
1# $FreeBSD: head/sys/conf/options 188156 2009-02-05 18:12:07Z 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

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

799TDMA_BINTVAL_DEFAULT opt_tdma.h
800TDMA_TXRATE_11B_DEFAULT opt_tdma.h
801TDMA_TXRATE_11G_DEFAULT opt_tdma.h
802TDMA_TXRATE_11A_DEFAULT opt_tdma.h
803
804# Virtualize the network stack
805VIMAGE opt_global.h
806VIMAGE_GLOBALS opt_global.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

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

799TDMA_BINTVAL_DEFAULT opt_tdma.h
800TDMA_TXRATE_11B_DEFAULT opt_tdma.h
801TDMA_TXRATE_11G_DEFAULT opt_tdma.h
802TDMA_TXRATE_11A_DEFAULT opt_tdma.h
803
804# Virtualize the network stack
805VIMAGE opt_global.h
806VIMAGE_GLOBALS opt_global.h
807
808# Common Flash Interface (CFI) options
809CFI_SUPPORT_STRATAFLASH opt_cfi.h
810CFI_ARMEDANDDANGEROUS opt_cfi.h