Deleted Added
full compact
options (235537) options (236712)
1# $FreeBSD: head/sys/conf/options 235537 2012-05-17 10:11:18Z gber $
1# $FreeBSD: head/sys/conf/options 236712 2012-06-07 10:05:51Z mav $
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

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

301MAXUSERS
302DFLDSIZ opt_param.h
303MAXDSIZ opt_param.h
304MAXSSIZ opt_param.h
305
306# Generic SCSI options.
307CAM_MAX_HIGHPOWER opt_cam.h
308CAMDEBUG 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

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

301MAXUSERS
302DFLDSIZ opt_param.h
303MAXDSIZ opt_param.h
304MAXSSIZ opt_param.h
305
306# Generic SCSI options.
307CAM_MAX_HIGHPOWER opt_cam.h
308CAMDEBUG opt_cam.h
309CAM_DEBUG_COMPILE opt_cam.h
309CAM_DEBUG_DELAY opt_cam.h
310CAM_DEBUG_BUS opt_cam.h
311CAM_DEBUG_TARGET opt_cam.h
312CAM_DEBUG_LUN opt_cam.h
313CAM_DEBUG_FLAGS opt_cam.h
314SCSI_DELAY opt_scsi.h
315SCSI_NO_SENSE_STRINGS opt_scsi.h
316SCSI_NO_OP_STRINGS opt_scsi.h

--- 598 unchanged lines hidden ---
310CAM_DEBUG_DELAY opt_cam.h
311CAM_DEBUG_BUS opt_cam.h
312CAM_DEBUG_TARGET opt_cam.h
313CAM_DEBUG_LUN opt_cam.h
314CAM_DEBUG_FLAGS opt_cam.h
315SCSI_DELAY opt_scsi.h
316SCSI_NO_SENSE_STRINGS opt_scsi.h
317SCSI_NO_OP_STRINGS opt_scsi.h

--- 598 unchanged lines hidden ---