summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_tape.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-12-09 20:42:38 +0000
committerphk <phk@FreeBSD.org>1995-12-09 20:42:38 +0000
commit37ba510363b37d063e0d337e3d63dd626661df15 (patch)
treec5052740e0a37e42faad1682d193b5e2212a33af /sys/scsi/scsi_tape.h
parentb4ab7c240eb1933d38ac085773a6728b7a7c75bc (diff)
downloadFreeBSD-src-37ba510363b37d063e0d337e3d63dd626661df15.zip
FreeBSD-src-37ba510363b37d063e0d337e3d63dd626661df15.tar.gz
scsi_tape.h had some old cruft that looked like missing typedefs or
something. Cleanup some lint in sd.c and st.c.
Diffstat (limited to 'sys/scsi/scsi_tape.h')
-rw-r--r--sys/scsi/scsi_tape.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/scsi/scsi_tape.h b/sys/scsi/scsi_tape.h
index 5a1b904..6512dbf 100644
--- a/sys/scsi/scsi_tape.h
+++ b/sys/scsi/scsi_tape.h
@@ -21,7 +21,7 @@
/*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsi_tape.h,v 1.13 1995/05/30 08:13:43 rgrimes Exp $
+ * $Id: scsi_tape.h,v 1.14 1995/11/30 07:43:46 pst Exp $
*/
#ifndef SCSI_SCSI_TAPE_H
#define SCSI_SCSI_TAPE_H 1
@@ -40,7 +40,7 @@ struct scsi_rw_tape
#define SRWT_FIXED 0x01
u_char len[3];
u_char control;
-} rw_tape;
+};
struct scsi_space
{
@@ -49,7 +49,7 @@ struct scsi_space
#define SS_CODE 0x03
u_char number[3];
u_char control;
-} space;
+};
#define SP_BLKS 0
#define SP_FILEMARKS 1
#define SP_SEQ_FILEMARKS 2
@@ -61,7 +61,7 @@ struct scsi_write_filemarks
u_char byte2;
u_char number[3];
u_char control;
-} write_filemarks;
+};
struct scsi_rewind
{
@@ -70,7 +70,7 @@ struct scsi_rewind
#define SR_IMMED 0x01
u_char unused[3];
u_char control;
-} rewind;
+};
/*
** Tape erase - AKL: Andreas Klemm <andreas@knobel.gun.de>
@@ -87,7 +87,7 @@ struct scsi_erase
#define SE_IMMED 0x02
u_char unused[3];
u_char control;
-} erase;
+};
struct scsi_load
{
@@ -97,7 +97,7 @@ struct scsi_load
u_char unused[2];
u_char how;
u_char control;
-} load;
+};
#define LD_UNLOAD 0
#define LD_LOAD 1
#define LD_RETEN 2
@@ -109,7 +109,7 @@ struct scsi_blk_limits
u_char byte2;
u_char unused[3];
u_char control;
-} blk_limits;
+};
/*
* Opcodes
OpenPOWER on IntegriCloud