LINT (9dfb44710eb19263e2d3ce12983467b828155aa0) | LINT (d05caa00c57ff92069fd5e1991bfbff2ee836722) |
---|---|
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.479 1998/10/01 11:48:38 yokota Exp $ | 5# $Id: LINT,v 1.480 1998/10/02 05:15:51 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 --- 648 unchanged lines hidden (view full) --- 662# CAM OPTIONS: 663# debugging options: 664# -- NOTE -- If you specify one of the bus/target/lun options, you must 665# specify them all! 666# CAMDEBUG: When defined enables debugging macros 667# CAM_DEBUG_BUS: Debug the given bus. Use -1 to debug all busses. 668# CAM_DEBUG_TARGET: Debug the given target. Use -1 to debug all targets. 669# CAM_DEBUG_LUN: Debug the given lun. Use -1 to debug all luns. | 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 --- 648 unchanged lines hidden (view full) --- 662# CAM OPTIONS: 663# debugging options: 664# -- NOTE -- If you specify one of the bus/target/lun options, you must 665# specify them all! 666# CAMDEBUG: When defined enables debugging macros 667# CAM_DEBUG_BUS: Debug the given bus. Use -1 to debug all busses. 668# CAM_DEBUG_TARGET: Debug the given target. Use -1 to debug all targets. 669# CAM_DEBUG_LUN: Debug the given lun. Use -1 to debug all luns. |
670# CAM_DEBUG_FLAGS: OR together CAM_DEBUG_INFO, CAM_DEBUG_TRACE and 671# CAM_DEBUG_SUBTRACE | 670# CAM_DEBUG_FLAGS: OR together CAM_DEBUG_INFO, CAM_DEBUG_TRACE, 671# CAM_DEBUG_SUBTRACE, and CAM_DEBUG_CDB |
672# 673# CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds 674# SCSI_NO_SENSE_STRINGS: When defined disables sense descriptions 675# SCSI_NO_OP_STRINGS: When defined disables opcode descriptions 676# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead 677# of only when booting verbosely. 678# SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter) 679# queue after a bus reset, and the number of milliseconds to 680# freeze the device queue after a bus device reset. 681options CAMDEBUG 682options "CAM_DEBUG_BUS=-1" 683options "CAM_DEBUG_TARGET=-1" 684options "CAM_DEBUG_LUN=-1" | 672# 673# CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds 674# SCSI_NO_SENSE_STRINGS: When defined disables sense descriptions 675# SCSI_NO_OP_STRINGS: When defined disables opcode descriptions 676# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead 677# of only when booting verbosely. 678# SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter) 679# queue after a bus reset, and the number of milliseconds to 680# freeze the device queue after a bus device reset. 681options CAMDEBUG 682options "CAM_DEBUG_BUS=-1" 683options "CAM_DEBUG_TARGET=-1" 684options "CAM_DEBUG_LUN=-1" |
685options "CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_SUBTRACE" | 685options "CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB" |
686options "CAM_MAX_HIGHPOWER=4" 687options SCSI_NO_SENSE_STRINGS 688options SCSI_NO_OP_STRINGS 689options SCSI_REPORT_GEOMETRY 690options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device 691 692# Options for the CAM CDROM driver: 693# CHANGER_MIN_BUSY_SECONDS: Guaranteed minimum time quantum for a changer LUN --- 1047 unchanged lines hidden --- | 686options "CAM_MAX_HIGHPOWER=4" 687options SCSI_NO_SENSE_STRINGS 688options SCSI_NO_OP_STRINGS 689options SCSI_REPORT_GEOMETRY 690options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device 691 692# Options for the CAM CDROM driver: 693# CHANGER_MIN_BUSY_SECONDS: Guaranteed minimum time quantum for a changer LUN --- 1047 unchanged lines hidden --- |