Deleted Added
sdiff udiff text old ( 249083 ) new ( 249213 )
full compact
1# $FreeBSD: head/sys/conf/options 249213 2013-04-06 19:12:49Z marius $
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

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

307CAM_DEBUG_TARGET opt_cam.h
308CAM_DEBUG_LUN opt_cam.h
309CAM_DEBUG_FLAGS opt_cam.h
310SCSI_DELAY opt_scsi.h
311SCSI_NO_SENSE_STRINGS opt_scsi.h
312SCSI_NO_OP_STRINGS opt_scsi.h
313
314# Options used only in cam/ata/ata_da.c
315ADA_TEST_FAILURE opt_ada.h
316ATA_STATIC_ID opt_ada.h
317
318# Options used only in cam/scsi/scsi_cd.c
319CHANGER_MIN_BUSY_SECONDS opt_cd.h
320CHANGER_MAX_BUSY_SECONDS opt_cd.h
321
322# Options used only in cam/scsi/scsi_sa.c.
323SA_IO_TIMEOUT opt_sa.h
324SA_SPACE_TIMEOUT opt_sa.h

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

358ISP_TARGET_MODE opt_isp.h
359ISP_FW_CRASH_DUMP opt_isp.h
360ISP_DEFAULT_ROLES opt_isp.h
361ISP_INTERNAL_TARGET opt_isp.h
362
363# Options used only in dev/iscsi
364ISCSI_INITIATOR_DEBUG opt_iscsi_initiator.h
365
366# Net stuff.
367ACCEPT_FILTER_DATA
368ACCEPT_FILTER_DNS
369ACCEPT_FILTER_HTTP
370ALTQ opt_global.h
371ALTQ_CBQ opt_altq.h
372ALTQ_CDNR opt_altq.h
373ALTQ_DEBUG opt_altq.h

--- 528 unchanged lines hidden ---