Deleted Added
full compact
NOTES (39443) NOTES (39445)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.468 1998/09/17 21:54:17 nsouch Exp $
5# $Id: LINT,v 1.469 1998/09/18 00:01:39 ken Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

671# CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds
672# SCSI_NO_SENSE_STRINGS: When defined disables sense descriptions
673# SCSI_NO_OP_STRINGS: When defined disables opcode descriptions
674# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead
675# of only when booting verbosely.
676# SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter)
677# queue after a bus reset, and the number of milliseconds to
678# freeze the device queue after a bus device reset.
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

671# CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds
672# SCSI_NO_SENSE_STRINGS: When defined disables sense descriptions
673# SCSI_NO_OP_STRINGS: When defined disables opcode descriptions
674# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead
675# of only when booting verbosely.
676# SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter)
677# queue after a bus reset, and the number of milliseconds to
678# freeze the device queue after a bus device reset.
679# SCSI_CAM: This is only currently needed for the QLogic ISP driver. If
680# you don't have the QLogic driver in your kernel, you don't
681# need this option.
682options CAMDEBUG
683options "CAM_DEBUG_BUS=-1"
684options "CAM_DEBUG_TARGET=-1"
685options "CAM_DEBUG_LUN=-1"
686options "CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_SUBTRACE"
687options "CAM_MAX_HIGHPOWER=4"
688options SCSI_NO_SENSE_STRINGS
689options SCSI_NO_OP_STRINGS
690options SCSI_REPORT_GEOMETRY
691options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device
679options CAMDEBUG
680options "CAM_DEBUG_BUS=-1"
681options "CAM_DEBUG_TARGET=-1"
682options "CAM_DEBUG_LUN=-1"
683options "CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_SUBTRACE"
684options "CAM_MAX_HIGHPOWER=4"
685options SCSI_NO_SENSE_STRINGS
686options SCSI_NO_OP_STRINGS
687options SCSI_REPORT_GEOMETRY
688options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device
692options SCSI_CAM #We're using CAM in this kernel
693
694# Options for the CAM CDROM driver:
695# CHANGER_MIN_BUSY_SECONDS: Guaranteed minimum time quantum for a changer LUN
696# CHANGER_MAX_BUSY_SECONDS: Maximum time quantum per changer LUN, only
697# enforced if there is I/O waiting for another LUN
698# The compiled in defaults for these variables are 2 and 10 seconds,
699# respectively.
700#

--- 1026 unchanged lines hidden ---
689
690# Options for the CAM CDROM driver:
691# CHANGER_MIN_BUSY_SECONDS: Guaranteed minimum time quantum for a changer LUN
692# CHANGER_MAX_BUSY_SECONDS: Maximum time quantum per changer LUN, only
693# enforced if there is I/O waiting for another LUN
694# The compiled in defaults for these variables are 2 and 10 seconds,
695# respectively.
696#

--- 1026 unchanged lines hidden ---