Deleted Added
full compact
options (118626) options (118774)
1# $FreeBSD: head/sys/conf/options 118626 2003-08-07 18:19:28Z hsu $
1# $FreeBSD: head/sys/conf/options 118774 2003-08-11 08:40:02Z harti $
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

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

391NETGRAPH_PPTPGRE opt_netgraph.h
392NETGRAPH_RFC1490 opt_netgraph.h
393NETGRAPH_SOCKET opt_netgraph.h
394NETGRAPH_SPLIT opt_netgraph.h
395NETGRAPH_TEE opt_netgraph.h
396NETGRAPH_TTY opt_netgraph.h
397NETGRAPH_UI opt_netgraph.h
398NETGRAPH_VJC opt_netgraph.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

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

391NETGRAPH_PPTPGRE opt_netgraph.h
392NETGRAPH_RFC1490 opt_netgraph.h
393NETGRAPH_SOCKET opt_netgraph.h
394NETGRAPH_SPLIT opt_netgraph.h
395NETGRAPH_TEE opt_netgraph.h
396NETGRAPH_TTY opt_netgraph.h
397NETGRAPH_UI opt_netgraph.h
398NETGRAPH_VJC opt_netgraph.h
399NETGRAPH_ATM_ATMPIF opt_netgraph.h
399
400# NgATM options
401NGATM_ATM opt_netgraph.h
402
403# DRM options
404DRM_DEBUG opt_drm.h
405
406ZERO_COPY_SOCKETS opt_zero.h

--- 259 unchanged lines hidden ---
400
401# NgATM options
402NGATM_ATM opt_netgraph.h
403
404# DRM options
405DRM_DEBUG opt_drm.h
406
407ZERO_COPY_SOCKETS opt_zero.h

--- 259 unchanged lines hidden ---