Deleted Added
full compact
options (278365) options (278798)
1# $FreeBSD: head/sys/conf/options 278365 2015-02-07 23:09:03Z adrian $
1# $FreeBSD: head/sys/conf/options 278798 2015-02-15 11:37:40Z hselasky $
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

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

884TDMA_TXRATE_11G_DEFAULT opt_tdma.h
885TDMA_TXRATE_11A_DEFAULT opt_tdma.h
886TDMA_TXRATE_TURBO_DEFAULT opt_tdma.h
887TDMA_TXRATE_HALF_DEFAULT opt_tdma.h
888TDMA_TXRATE_QUARTER_DEFAULT opt_tdma.h
889TDMA_TXRATE_11NA_DEFAULT opt_tdma.h
890TDMA_TXRATE_11NG_DEFAULT opt_tdma.h
891
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

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

884TDMA_TXRATE_11G_DEFAULT opt_tdma.h
885TDMA_TXRATE_11A_DEFAULT opt_tdma.h
886TDMA_TXRATE_TURBO_DEFAULT opt_tdma.h
887TDMA_TXRATE_HALF_DEFAULT opt_tdma.h
888TDMA_TXRATE_QUARTER_DEFAULT opt_tdma.h
889TDMA_TXRATE_11NA_DEFAULT opt_tdma.h
890TDMA_TXRATE_11NG_DEFAULT opt_tdma.h
891
892# VideoMode
893PICKMODE_DEBUG opt_videomode.h
894
892# Network stack virtualization options
893VIMAGE opt_global.h
894VNET_DEBUG opt_global.h
895
896# Common Flash Interface (CFI) options
897CFI_SUPPORT_STRATAFLASH opt_cfi.h
898CFI_ARMEDANDDANGEROUS opt_cfi.h
899

--- 34 unchanged lines hidden ---
895# Network stack virtualization options
896VIMAGE opt_global.h
897VNET_DEBUG opt_global.h
898
899# Common Flash Interface (CFI) options
900CFI_SUPPORT_STRATAFLASH opt_cfi.h
901CFI_ARMEDANDDANGEROUS opt_cfi.h
902

--- 34 unchanged lines hidden ---