summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2001-07-09 17:34:19 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2001-07-09 17:34:19 +0000
commit9cfdf82ea4de73b1190e35d543c0c762f2e288b1 (patch)
treea412edb7fa846e20227d26b0cfd65af7a726dbcb
parent2247b92d388b67c09eac9ce4ab761a458db3cd95 (diff)
Notes
-rw-r--r--sys/i386/conf/LINT2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index f1ff7b161d27..7cb65dfe6cc8 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -838,10 +838,12 @@ options CHANGER_MIN_BUSY_SECONDS=2
options CHANGER_MAX_BUSY_SECONDS=10
# Options for the CAM sequential access driver:
+# SA_IO_TIMEOUT: Timeout for read/write/wfm operations, in minutes
# SA_SPACE_TIMEOUT: Timeout for space operations, in minutes
# SA_REWIND_TIMEOUT: Timeout for rewind operations, in minutes
# SA_ERASE_TIMEOUT: Timeout for erase operations, in minutes
# SA_1FM_AT_EOD: Default to model which only has a default one filemark at EOT.
+options SA_IO_TIMEOUT="(4)"
options SA_SPACE_TIMEOUT="(60)"
options SA_REWIND_TIMEOUT="(2*60)"
options SA_ERASE_TIMEOUT="(4*60)"