Remove the quotes from the kernel configuration "options" lines, to
reflect actual usage. PR: docs/12652 Submitted by: Chris Costello <chris@calldei.com>
This commit is contained in:
parent
759f3353b2
commit
c8067d5a11
@ -1,4 +1,4 @@
|
||||
.\" $Id: scsi.4,v 1.11 1997/02/22 13:24:41 peter Exp $
|
||||
.\" $Id: scsi.4,v 1.12 1998/10/16 04:28:39 ken Exp $
|
||||
.\" Copyright (c) 1996
|
||||
.\" Julian Elischer <julian@freebsd.org>. All rights reserved.
|
||||
.\"
|
||||
@ -44,11 +44,11 @@
|
||||
.Cd "device sa0"
|
||||
.Cd "device ch1 at scbus0 target 4 unit 0"
|
||||
.Cd options CAMDEBUG
|
||||
.Cd options "CAM_DEBUG_BUS=-1"
|
||||
.Cd options "CAM_DEBUG_TARGET=-1"
|
||||
.Cd options "CAM_DEBUG_LUN=-1"
|
||||
.Cd options "CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_CDB"
|
||||
.Cd options "CAM_MAX_HIGHPOWER=4"
|
||||
.Cd options CAM_DEBUG_BUS=-1
|
||||
.Cd options CAM_DEBUG_TARGET=-1
|
||||
.Cd options CAM_DEBUG_LUN=-1
|
||||
.Cd options CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_CDB
|
||||
.Cd options CAM_MAX_HIGHPOWER=4
|
||||
.Cd options SCSI_NO_SENSE_STRINGS
|
||||
.Cd options SCSI_NO_OP_STRINGS
|
||||
.Cd options SCSI_DELAY=8000
|
||||
|
Loading…
Reference in New Issue
Block a user