diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1999-02-05 08:38:21 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1999-02-05 08:38:21 +0000 |
| commit | 26aff24c270153224b96f921d437db3636bcb226 (patch) | |
| tree | ac065baf42c00ab4c887177d2758fd5562783bfd /sys | |
| parent | acafa1e14097dff00154d2616d23ae375aaadd5c (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/cam/scsi/scsi_sa.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_sa.h b/sys/cam/scsi/scsi_sa.h index e4ea14fc9845..a77f2ead5009 100644 --- a/sys/cam/scsi/scsi_sa.h +++ b/sys/cam/scsi/scsi_sa.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi_sa.h,v 1.2 1998/12/17 19:04:18 mjacob Exp $ + * $Id: scsi_sa.h,v 1.4 1999/02/05 07:19:23 mjacob Exp $ */ #ifndef _SCSI_SCSI_SA_H @@ -252,6 +252,9 @@ struct scsi_tape_locate { #define SCSI_DENSITY_HALFINCH_PE 0x06 #define SCSI_DENSITY_QIC_120 0x0f #define SCSI_DENSITY_QIC_150 0x10 +#define SCSI_DENSITY_QIC_525_320 0x11 +#define SCSI_DENSITY_QIC_1320 0x12 +#define SCSI_DENSITY_QIC_3080 0x29 __BEGIN_DECLS void scsi_read_block_limits(struct ccb_scsiio *, u_int32_t, |
