Deleted Added
full compact
options (39271) options (39445)
1# $Id: options,v 1.97 1998/09/15 09:59:15 gibbs Exp $
1# $Id: options,v 1.98 1998/09/15 11:44:42 phk Exp $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

146
147# Generic SCSI options.
148CAM_MAX_HIGHPOWER opt_cam.h
149CAMDEBUG opt_cam.h
150CAM_DEBUG_BUS opt_cam.h
151CAM_DEBUG_TARGET opt_cam.h
152CAM_DEBUG_LUN opt_cam.h
153CAM_DEBUG_FLAGS opt_cam.h
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

146
147# Generic SCSI options.
148CAM_MAX_HIGHPOWER opt_cam.h
149CAMDEBUG opt_cam.h
150CAM_DEBUG_BUS opt_cam.h
151CAM_DEBUG_TARGET opt_cam.h
152CAM_DEBUG_LUN opt_cam.h
153CAM_DEBUG_FLAGS opt_cam.h
154SCSI_CAM opt_scsi.h
155SCSI_DELAY opt_scsi.h
156SCSI_REPORT_GEOMETRY opt_scsi.h
157SCSI_NO_SENSE_STRINGS opt_scsi.h
158SCSI_NO_OP_STRINGS opt_scsi.h
159
160# Options used only in cam/scsi/scsi_cd.c
161CHANGER_MIN_BUSY_SECONDS opt_cd.h
162CHANGER_MAX_BUSY_SECONDS opt_cd.h

--- 137 unchanged lines hidden ---
154SCSI_DELAY opt_scsi.h
155SCSI_REPORT_GEOMETRY opt_scsi.h
156SCSI_NO_SENSE_STRINGS opt_scsi.h
157SCSI_NO_OP_STRINGS opt_scsi.h
158
159# Options used only in cam/scsi/scsi_cd.c
160CHANGER_MIN_BUSY_SECONDS opt_cd.h
161CHANGER_MAX_BUSY_SECONDS opt_cd.h

--- 137 unchanged lines hidden ---