Deleted Added
sdiff udiff text old ( 220053 ) new ( 220137 )
full compact
1# $FreeBSD: head/sys/conf/options 220053 2011-03-27 08:47:55Z 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

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

868# OFED Infiniband stack
869OFED opt_ofed.h
870OFED_DEBUG_INIT opt_ofed.h
871SDP opt_ofed.h
872SDP_DEBUG opt_ofed.h
873IPOIB_DEBUG opt_ofed.h
874IPOIB_CM opt_ofed.h
875
876# At least one of the AR71XX ubiquiti boards has a Redboot configuration
877# that "lies" about the amount of RAM it has. Until a cleaner method is
878# defined, this option will suffice in overriding what Redboot says.
879AR71XX_REALMEM opt_global.h
880