Deleted Added
full compact
options (297748) options (298002)
1# $FreeBSD: head/sys/conf/options 297748 2016-04-09 13:58:04Z jhb $
1# $FreeBSD: head/sys/conf/options 298002 2016-04-14 21:47:58Z imp $
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

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

324CAMDEBUG opt_cam.h
325CAM_DEBUG_COMPILE opt_cam.h
326CAM_DEBUG_DELAY opt_cam.h
327CAM_DEBUG_BUS opt_cam.h
328CAM_DEBUG_TARGET opt_cam.h
329CAM_DEBUG_LUN opt_cam.h
330CAM_DEBUG_FLAGS opt_cam.h
331CAM_BOOT_DELAY 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

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

324CAMDEBUG opt_cam.h
325CAM_DEBUG_COMPILE opt_cam.h
326CAM_DEBUG_DELAY opt_cam.h
327CAM_DEBUG_BUS opt_cam.h
328CAM_DEBUG_TARGET opt_cam.h
329CAM_DEBUG_LUN opt_cam.h
330CAM_DEBUG_FLAGS opt_cam.h
331CAM_BOOT_DELAY opt_cam.h
332CAM_NETFLIX_IOSCHED opt_cam.h
332SCSI_DELAY opt_scsi.h
333SCSI_NO_SENSE_STRINGS opt_scsi.h
334SCSI_NO_OP_STRINGS opt_scsi.h
335
336# Options used only in cam/ata/ata_da.c
337ADA_TEST_FAILURE opt_ada.h
338ATA_STATIC_ID opt_ada.h
339

--- 633 unchanged lines hidden ---
333SCSI_DELAY opt_scsi.h
334SCSI_NO_SENSE_STRINGS opt_scsi.h
335SCSI_NO_OP_STRINGS opt_scsi.h
336
337# Options used only in cam/ata/ata_da.c
338ADA_TEST_FAILURE opt_ada.h
339ATA_STATIC_ID opt_ada.h
340

--- 633 unchanged lines hidden ---