Deleted Added
full compact
options (171440) options (171453)
1# $FreeBSD: head/sys/conf/options 171440 2007-07-14 09:36:28Z rrs $
1# $FreeBSD: head/sys/conf/options 171453 2007-07-14 21:49:24Z rwatson $
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

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

475
476# DRM options
477DRM_DEBUG opt_drm.h
478
479ZERO_COPY_SOCKETS opt_zero.h
480TI_PRIVATE_JUMBOS opt_ti.h
481TI_JUMBO_HDRSPLIT opt_ti.h
482
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

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

475
476# DRM options
477DRM_DEBUG opt_drm.h
478
479ZERO_COPY_SOCKETS opt_zero.h
480TI_PRIVATE_JUMBOS opt_ti.h
481TI_JUMBO_HDRSPLIT opt_ti.h
482
483# ATM (HARP version)
484ATM_CORE opt_atm.h
485ATM_IP opt_atm.h
486ATM_SIGPVC opt_atm.h
487ATM_SPANS opt_atm.h
488ATM_UNI opt_atm.h
483# ATM (HARP version) - disabled as not MPSAFE in 7.0
484#ATM_CORE opt_atm.h
485#ATM_IP opt_atm.h
486#ATM_SIGPVC opt_atm.h
487#ATM_SPANS opt_atm.h
488#ATM_UNI opt_atm.h
489
490# XXX Conflict: # of devices vs network protocol (Native ATM).
491# This makes "atm.h" unusable.
492NATM
493
494# DPT driver debug flags
495DPT_MEASURE_PERFORMANCE opt_dpt.h
496DPT_HANDLE_TIMEOUTS opt_dpt.h

--- 258 unchanged lines hidden ---
489
490# XXX Conflict: # of devices vs network protocol (Native ATM).
491# This makes "atm.h" unusable.
492NATM
493
494# DPT driver debug flags
495DPT_MEASURE_PERFORMANCE opt_dpt.h
496DPT_HANDLE_TIMEOUTS opt_dpt.h

--- 258 unchanged lines hidden ---