From 5988135d82ecba94b97669a9f2b7016b58ad691e Mon Sep 17 00:00:00 2001 From: rralphs Date: Fri, 11 Aug 2006 15:18:46 -0700 Subject: 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 --- usr/src/uts/common/sys/mtio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/src/uts/common/sys/mtio.h') 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 -- cgit v1.2.3