options (fc5bae39c0cddf36eac45a7e212441f183a999d4) | options (a7dc31283a053a6c0444813d1432fa83e6ccba9f) |
---|---|
1# $FreeBSD$ 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 --- 539 unchanged lines hidden (view full) --- 548NGATM_CCATM opt_netgraph.h 549 550# DRM options 551DRM_DEBUG opt_drm.h 552 553TI_SF_BUF_JUMBO opt_ti.h 554TI_JUMBO_HDRSPLIT opt_ti.h 555 | 1# $FreeBSD$ 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 --- 539 unchanged lines hidden (view full) --- 548NGATM_CCATM opt_netgraph.h 549 550# DRM options 551DRM_DEBUG opt_drm.h 552 553TI_SF_BUF_JUMBO opt_ti.h 554TI_JUMBO_HDRSPLIT opt_ti.h 555 |
556# XXX Conflict: # of devices vs network protocol (Native ATM). 557# This makes "atm.h" unusable. 558NATM 559 | |
560# DPT driver debug flags 561DPT_MEASURE_PERFORMANCE opt_dpt.h 562DPT_RESET_HBA opt_dpt.h 563 564# Misc debug flags. Most of these should probably be replaced with 565# 'DEBUG', and then let people recompile just the interesting modules 566# with 'make CC="cc -DDEBUG"'. 567CLUSTERDEBUG opt_debug_cluster.h --- 434 unchanged lines hidden --- | 556# DPT driver debug flags 557DPT_MEASURE_PERFORMANCE opt_dpt.h 558DPT_RESET_HBA opt_dpt.h 559 560# Misc debug flags. Most of these should probably be replaced with 561# 'DEBUG', and then let people recompile just the interesting modules 562# with 'make CC="cc -DDEBUG"'. 563CLUSTERDEBUG opt_debug_cluster.h --- 434 unchanged lines hidden --- |