summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_tape.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-04-29 21:30:29 +0000
committerjoerg <joerg@FreeBSD.org>1995-04-29 21:30:29 +0000
commit7fe1f94498c70bae2f4699d2fb190b4b478249e9 (patch)
tree3ce674603db1caf3d88033ff331b8d5eae012503 /sys/scsi/scsi_tape.h
parentfe13bd0b5e978f8a7c822e5dd4d039a5981f7204 (diff)
downloadFreeBSD-src-7fe1f94498c70bae2f4699d2fb190b4b478249e9.zip
FreeBSD-src-7fe1f94498c70bae2f4699d2fb190b4b478249e9.tar.gz
Finally implement the kernel hook for the "mt eom" command. (The
user-level part has already been commited.) Note that i've lost the "official" code for this; it went into the system after 1.1.5.1. The commited code is my own version, but it has proven to work for me for more than a year now.
Diffstat (limited to 'sys/scsi/scsi_tape.h')
-rw-r--r--sys/scsi/scsi_tape.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/scsi_tape.h b/sys/scsi/scsi_tape.h
index ec852ea..602ac71 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.10 1994/10/28 13:19:34 jkh Exp $
+ * $Id: scsi_tape.h,v 1.11 1995/03/21 11:21:03 dufault Exp $
*/
#ifndef SCSI_SCSI_TAPE_H
#define SCSI_SCSI_TAPE_H 1
@@ -121,8 +121,8 @@ struct scsi_blk_limits
#define WRITE_COMMAND_TAPE 0x0a
#define WRITE_FILEMARKS 0x10
#define SPACE 0x11
-#define ERASE 0x19 /* AKL */
-#define LOAD_UNLOAD 0x1b /* same as above */
+#define ERASE 0x19
+#define LOAD_UNLOAD 0x1b
OpenPOWER on IntegriCloud