diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-07 17:28:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-07 17:28:39 +0000 |
commit | a49dc4439ae41de5553599407515bcac6cfed2f3 (patch) | |
tree | dabae1a6327904b926a38a75c3e5cdb908dd4bd6 /sys/scsi/scsi_tape.h | |
parent | 2887a12934e477270a63684ec63c494335c0becb (diff) |
add QIC_3080
Diffstat (limited to 'sys/scsi/scsi_tape.h')
-rw-r--r-- | sys/scsi/scsi_tape.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsi_tape.h b/sys/scsi/scsi_tape.h index 6b613873fd6..cc6f8570f73 100644 --- a/sys/scsi/scsi_tape.h +++ b/sys/scsi/scsi_tape.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_tape.h,v 1.6 1997/04/14 04:09:13 downsj Exp $ */ +/* $OpenBSD: scsi_tape.h,v 1.7 1998/01/07 17:28:38 deraadt Exp $ */ /* $NetBSD: scsi_tape.h,v 1.9 1996/05/24 02:04:47 thorpej Exp $ */ /* @@ -246,6 +246,7 @@ struct block_desc_cipher { #define QIC_1320 0x12 #define DDS 0x13 #define DAT_1 0x13 +#define QIC_3080 0x29 #define QIC_3095 0x45 #endif /* _SCSI_TAPE_H_ */ |