diff options
author | rralphs <none@none> | 2006-08-11 15:18:46 -0700 |
---|---|---|
committer | rralphs <none@none> | 2006-08-11 15:18:46 -0700 |
commit | 5988135d82ecba94b97669a9f2b7016b58ad691e (patch) | |
tree | 23d298bfca53b8299b6d320bcc0b0e379f566f85 /usr/src/uts/common/sys/mtio.h | |
parent | b8dc8477f9e64fb1130ab21dc1f26664309f149d (diff) | |
download | illumos-gate-5988135d82ecba94b97669a9f2b7016b58ad691e.tar.gz |
PSARC/2006/363 worm cartridge detection and reporting
PSARC 2006/018 cdb length capability
6201936 WORM drive and media detection
6213968 Need to add st support for drives that samfs supports
6449250 isp should support SCSI_CAP_CDB_LEN
6449251 glm should support SCSI_CAP_CDB_LEN
Diffstat (limited to 'usr/src/uts/common/sys/mtio.h')
-rw-r--r-- | usr/src/uts/common/sys/mtio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/mtio.h b/usr/src/uts/common/sys/mtio.h index 18b4e9fe4b..ad8845c2b2 100644 --- a/usr/src/uts/common/sys/mtio.h +++ b/usr/src/uts/common/sys/mtio.h @@ -162,6 +162,7 @@ struct mtdrivetype_request32 { #define MTF_TAPE_HEAD_DIRTY 0x08 #define MTF_TAPE_CLN_SUPPORTED 0x10 +#define MTF_WORM_MEDIA 0x20 /* * Constants for mt_type byte (these are somewhat obsolete) @@ -225,6 +226,7 @@ struct mtdrivetype_request32 { #define MT_ISSTK9840 0x39 /* sun: STK 9840, 9940, 9840B */ #define MT_ISBMDLT1 0x3a /* sun: Benchmark DLT1 */ #define MT_LTO 0x3b /* sun: LTO,s by Hp, Seagate, IBM .. */ +#define MT_ISAIT 0x3c /* Sony: AIT I II III and SAIT */ /* * Device table structure and data for looking tape name from |