Deleted Added
full compact
options (249083) options (249213)
1# $FreeBSD: head/sys/conf/options 249083 2013-04-04 07:12:24Z mav $
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
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
315ADA_TEST_FAILURE opt_ada.h
316ATA_STATIC_ID opt_ada.h
316
317# Options used only in cam/scsi/scsi_cd.c
318CHANGER_MIN_BUSY_SECONDS opt_cd.h
319CHANGER_MAX_BUSY_SECONDS opt_cd.h
320
321# Options used only in cam/scsi/scsi_sa.c.
322SA_IO_TIMEOUT opt_sa.h
323SA_SPACE_TIMEOUT opt_sa.h

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

357ISP_TARGET_MODE opt_isp.h
358ISP_FW_CRASH_DUMP opt_isp.h
359ISP_DEFAULT_ROLES opt_isp.h
360ISP_INTERNAL_TARGET opt_isp.h
361
362# Options used only in dev/iscsi
363ISCSI_INITIATOR_DEBUG opt_iscsi_initiator.h
364
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
365# Options used in the 'ata' ATA/ATAPI driver
366ATA_STATIC_ID opt_ata.h
367ATA_NOPCI opt_ata.h
368ATA_REQUEST_TIMEOUT opt_ata.h
369
370# Net stuff.
371ACCEPT_FILTER_DATA
372ACCEPT_FILTER_DNS
373ACCEPT_FILTER_HTTP
374ALTQ opt_global.h
375ALTQ_CBQ opt_altq.h
376ALTQ_CDNR opt_altq.h
377ALTQ_DEBUG opt_altq.h

--- 528 unchanged lines hidden ---
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 ---