Remove a bit of old cruft.

This commit is contained in:
soren 2005-02-28 22:56:15 +00:00
parent 18d6a3043f
commit 999e530258

View File

@ -1,4 +1,4 @@
/* $NetBSD: scsi_tape.h,v 1.22 2005/02/01 00:19:34 reinoud Exp $ */
/* $NetBSD: scsi_tape.h,v 1.23 2005/02/28 22:56:15 soren Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -197,21 +197,9 @@ struct scsi_tape_dev_compression_page {
#define SMH_DSP_BUFF_MODE_MLTI 0x20
#define SMH_DSP_WRITE_PROT 0x80
/* A special for the CIPHER ST150S(old drive) */
struct block_desc_cipher {
u_int8_t density;
u_int8_t nblocks[3];
u_int8_t reserved;
u_int8_t blklen[3];
u_int8_t other;
#define ST150_SEC 0x01 /* soft error count */
#define SR150_AUI 0x02 /* autoload inhibit */
};
#define READ_POSITION 0x34
struct scsi_tape_read_position {
u_int8_t opcode; /* READ_POSITION */
u_int8_t opcode;
u_int8_t byte1; /* set LSB to read hardware block pos */
u_int8_t reserved[8];
};
@ -230,14 +218,13 @@ struct scsi_tape_locate {
#define HALFINCH_800 0x01
#define HALFINCH_1600 0x02
#define HALFINCH_6250 0x03
#define QIC_11 0x04 /* from Archive 150S Theory of Op. XXX */
#define QIC_24 0x05 /* may be bad, works for CIPHER ST150S XXX */
#define QIC_11 0x04
#define QIC_24 0x05
#define QIC_120 0x0f
#define QIC_150 0x10
#define QIC_320 0x11
#define QIC_525 0x11
#define QIC_1320 0x12
#define DDS 0x13
#define DAT_1 0x13
#define QIC_3095 0x45
#define QIC_3220 0x47