Deleted Added
full compact
options (237522) options (239716)
1# $FreeBSD: head/sys/conf/options 237522 2012-06-24 07:01:49Z adrian $
1# $FreeBSD: head/sys/conf/options 239716 2012-08-26 20:22:43Z ray $
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

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

901IPOIB_DEBUG opt_ofed.h
902IPOIB_CM opt_ofed.h
903
904# Resource Accounting
905RACCT opt_global.h
906
907# Resource Limits
908RCTL 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

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

901IPOIB_DEBUG opt_ofed.h
902IPOIB_CM opt_ofed.h
903
904# Resource Accounting
905RACCT opt_global.h
906
907# Resource Limits
908RCTL opt_global.h
909
910# At least one of the AR71XX ubiquiti boards has a Redboot configuration
911# that "lies" about the amount of RAM it has. Until a cleaner method is
912# defined, this option will suffice in overriding what Redboot says.
913AR71XX_REALMEM opt_ar71xx.h
914AR71XX_ENV_UBOOT opt_ar71xx.h
915AR71XX_ENV_REDBOOT opt_ar71xx.h
916AR71XX_ATH_EEPROM opt_ar71xx.h