View | Details | Raw Unified | Return to bug 12652
Collapse All | Expand All

(-)scsi.4 (-5 / +5 lines)
Lines 44-54 Link Here
44
.Cd "device sa0"
44
.Cd "device sa0"
45
.Cd "device ch1 at scbus0 target 4 unit 0"
45
.Cd "device ch1 at scbus0 target 4 unit 0"
46
.Cd options		CAMDEBUG
46
.Cd options		CAMDEBUG
47
.Cd options		"CAM_DEBUG_BUS=-1"
47
.Cd options		CAM_DEBUG_BUS=-1
48
.Cd options		"CAM_DEBUG_TARGET=-1"
48
.Cd options		CAM_DEBUG_TARGET=-1
49
.Cd options		"CAM_DEBUG_LUN=-1"
49
.Cd options		CAM_DEBUG_LUN=-1
50
.Cd options		"CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_CDB"
50
.Cd options		CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_CDB
51
.Cd options		"CAM_MAX_HIGHPOWER=4"
51
.Cd options		CAM_MAX_HIGHPOWER=4
52
.Cd options		SCSI_NO_SENSE_STRINGS
52
.Cd options		SCSI_NO_SENSE_STRINGS
53
.Cd options		SCSI_NO_OP_STRINGS
53
.Cd options		SCSI_NO_OP_STRINGS
54
.Cd options		SCSI_DELAY=8000
54
.Cd options		SCSI_DELAY=8000

Return to bug 12652