diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1999-10-02 20:20:32 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1999-10-02 20:20:32 +0000 |
| commit | 9f050ed5979e4beeaa9d0c2d57d39acb388ba7d5 (patch) | |
| tree | 26ecd3cca01e89b53ea67fa6590abffd83fafa43 /sys | |
| parent | f219e08f02df27e9f4273d328904db127875bb12 (diff) | |
Notes
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. |
