diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/NOTES | 2 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 2 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5b2ee2b8b752..93e376068ac6 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -766,9 +766,11 @@ options CHANGER_MAX_BUSY_SECONDS=10 # 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_SPACE_TIMEOUT="(60)" options SA_REWIND_TIMEOUT="(2*60)" options SA_ERASE_TIMEOUT="(4*60)" +options SA_1FM_AT_EOD # Optional timeout for the CAM processor target (pt) device # This is specified in seconds. The default is 60 seconds. diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 5b2ee2b8b752..93e376068ac6 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -766,9 +766,11 @@ options CHANGER_MAX_BUSY_SECONDS=10 # 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_SPACE_TIMEOUT="(60)" options SA_REWIND_TIMEOUT="(2*60)" options SA_ERASE_TIMEOUT="(4*60)" +options SA_1FM_AT_EOD # Optional timeout for the CAM processor target (pt) device # This is specified in seconds. The default is 60 seconds. diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 5b2ee2b8b752..93e376068ac6 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -766,9 +766,11 @@ options CHANGER_MAX_BUSY_SECONDS=10 # 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_SPACE_TIMEOUT="(60)" options SA_REWIND_TIMEOUT="(2*60)" options SA_ERASE_TIMEOUT="(4*60)" +options SA_1FM_AT_EOD # Optional timeout for the CAM processor target (pt) device # This is specified in seconds. The default is 60 seconds. |
