diff options
Diffstat (limited to 'drivers/scsi/st_options.h')
-rw-r--r-- | drivers/scsi/st_options.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/scsi/st_options.h b/drivers/scsi/st_options.h index b6b5c9c37677..d2f947935554 100644 --- a/drivers/scsi/st_options.h +++ b/drivers/scsi/st_options.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | Copyright 1995-2003 Kai Makisara. | 4 | Copyright 1995-2003 Kai Makisara. |
5 | 5 | ||
6 | Last modified: Mon Apr 7 22:49:18 2003 by makisara | 6 | Last modified: Thu Feb 21 21:47:07 2008 by kai.makisara |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #ifndef _ST_OPTIONS_H | 9 | #ifndef _ST_OPTIONS_H |
@@ -94,6 +94,10 @@ | |||
94 | The default is BSD semantics. */ | 94 | The default is BSD semantics. */ |
95 | #define ST_SYSV 0 | 95 | #define ST_SYSV 0 |
96 | 96 | ||
97 | /* If ST_SILI is non-zero, the SILI bit is set when reading in variable block | ||
98 | mode and the block size is determined using the residual returned by the HBA. */ | ||
99 | #define ST_SILI 0 | ||
100 | |||
97 | /* Time to wait for the drive to become ready if blocking open */ | 101 | /* Time to wait for the drive to become ready if blocking open */ |
98 | #define ST_BLOCK_SECONDS 120 | 102 | #define ST_BLOCK_SECONDS 120 |
99 | 103 | ||