Deleted Added
full compact
options (254534) options (255608)
1# $FreeBSD: head/sys/conf/options 254534 2013-08-19 15:51:30Z ian $
1# $FreeBSD: head/sys/conf/options 255608 2013-09-16 06:25:54Z kib $
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

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

523NGATM_SSCOP opt_netgraph.h
524NGATM_SSCFU opt_netgraph.h
525NGATM_UNI opt_netgraph.h
526NGATM_CCATM opt_netgraph.h
527
528# DRM options
529DRM_DEBUG opt_drm.h
530
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

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

523NGATM_SSCOP opt_netgraph.h
524NGATM_SSCFU opt_netgraph.h
525NGATM_UNI opt_netgraph.h
526NGATM_CCATM opt_netgraph.h
527
528# DRM options
529DRM_DEBUG opt_drm.h
530
531SOCKET_SEND_COW opt_zero.h
532SOCKET_RECV_PFLIP opt_zero.h
533TI_SF_BUF_JUMBO opt_ti.h
534TI_JUMBO_HDRSPLIT opt_ti.h
535
536# XXX Conflict: # of devices vs network protocol (Native ATM).
537# This makes "atm.h" unusable.
538NATM
539
540# DPT driver debug flags

--- 372 unchanged lines hidden ---
531TI_SF_BUF_JUMBO opt_ti.h
532TI_JUMBO_HDRSPLIT opt_ti.h
533
534# XXX Conflict: # of devices vs network protocol (Native ATM).
535# This makes "atm.h" unusable.
536NATM
537
538# DPT driver debug flags

--- 372 unchanged lines hidden ---