Deleted Added
full compact
options (185522) options (185895)
1# $FreeBSD: head/sys/conf/options 185522 2008-12-01 16:53:01Z sam $
1# $FreeBSD: head/sys/conf/options 185895 2008-12-10 23:12:39Z zec $
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

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

410PPP_FILTER opt_ppp.h
411RADIX_MPATH opt_mpath.h
412ROUTETABLES opt_route.h
413SLIP_IFF_OPTS opt_slip.h
414TCPDEBUG
415TCP_OFFLOAD_DISABLE opt_inet.h #Disable code to dispatch tcp offloading
416TCP_SIGNATURE opt_inet.h
417VLAN_ARRAY opt_vlan.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

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

410PPP_FILTER opt_ppp.h
411RADIX_MPATH opt_mpath.h
412ROUTETABLES opt_route.h
413SLIP_IFF_OPTS opt_slip.h
414TCPDEBUG
415TCP_OFFLOAD_DISABLE opt_inet.h #Disable code to dispatch tcp offloading
416TCP_SIGNATURE opt_inet.h
417VLAN_ARRAY opt_vlan.h
418VIMAGE_GLOBALS opt_global.h
418XBONEHACK
419
420#
421# SCTP
422#
423SCTP opt_sctp.h
424SCTP_DEBUG opt_sctp.h # Enable debug printfs
425SCTP_WITH_NO_CSUM opt_sctp.h # Use this at your peril

--- 362 unchanged lines hidden ---
419XBONEHACK
420
421#
422# SCTP
423#
424SCTP opt_sctp.h
425SCTP_DEBUG opt_sctp.h # Enable debug printfs
426SCTP_WITH_NO_CSUM opt_sctp.h # Use this at your peril

--- 362 unchanged lines hidden ---