diff options
Diffstat (limited to 'sys/i386/conf/LINT')
-rw-r--r-- | sys/i386/conf/LINT | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index d536cce..d9235f6 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.626 1999/08/15 09:38:20 phk Exp $ +# $Id: LINT,v 1.627 1999/08/15 09:54:56 phk Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -759,6 +759,10 @@ options SA_SPACE_TIMEOUT="(60)" options SA_REWIND_TIMEOUT="(2*60)" options SA_ERASE_TIMEOUT="(4*60)" +# Optional timeout for the CAM processor target (pt) device +# This is specified in seconds. The default is 60 seconds. +options SCSI_PT_DEFAULT_TIMEOUT="60" + ##################################################################### # MISCELLANEOUS DEVICES AND OPTIONS |