Deleted Added
full compact
options (249410) options (249664)
1# $FreeBSD: head/sys/conf/options 249410 2013-04-12 16:25:03Z trasz $
1# $FreeBSD: head/sys/conf/options 249664 2013-04-20 00:33:37Z sbruno $
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

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

302CAM_MAX_HIGHPOWER opt_cam.h
303CAMDEBUG opt_cam.h
304CAM_DEBUG_COMPILE opt_cam.h
305CAM_DEBUG_DELAY opt_cam.h
306CAM_DEBUG_BUS opt_cam.h
307CAM_DEBUG_TARGET opt_cam.h
308CAM_DEBUG_LUN opt_cam.h
309CAM_DEBUG_FLAGS opt_cam.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

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

302CAM_MAX_HIGHPOWER opt_cam.h
303CAMDEBUG opt_cam.h
304CAM_DEBUG_COMPILE opt_cam.h
305CAM_DEBUG_DELAY opt_cam.h
306CAM_DEBUG_BUS opt_cam.h
307CAM_DEBUG_TARGET opt_cam.h
308CAM_DEBUG_LUN opt_cam.h
309CAM_DEBUG_FLAGS opt_cam.h
310CAM_BOOT_DELAY 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

--- 578 unchanged lines hidden ---
311SCSI_DELAY opt_scsi.h
312SCSI_NO_SENSE_STRINGS opt_scsi.h
313SCSI_NO_OP_STRINGS opt_scsi.h
314
315# Options used only in cam/ata/ata_da.c
316ADA_TEST_FAILURE opt_ada.h
317ATA_STATIC_ID opt_ada.h
318

--- 578 unchanged lines hidden ---