summaryrefslogtreecommitdiffstats
path: root/usr.bin/mt
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2004-04-09 14:19:12 +0000
committermux <mux@FreeBSD.org>2004-04-09 14:19:12 +0000
commitcf4a17e3082144ae0f3ff37a4e5c70dd4da77e7e (patch)
treed998c687acd796da54b822097ed629edc5fe1a24 /usr.bin/mt
parent435aae62de2d69d40c15e20c49f65a4025f5671f (diff)
downloadFreeBSD-src-cf4a17e3082144ae0f3ff37a4e5c70dd4da77e7e.zip
FreeBSD-src-cf4a17e3082144ae0f3ff37a4e5c70dd4da77e7e.tar.gz
Reintroduce a comment that was wrongly removed in revision 1.34.
Diffstat (limited to 'usr.bin/mt')
-rw-r--r--usr.bin/mt/mt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c
index 95ef836..3f48d39 100644
--- a/usr.bin/mt/mt.c
+++ b/usr.bin/mt/mt.c
@@ -312,6 +312,10 @@ struct tape_desc {
char *t_dsbits; /* "drive status" register */
char *t_erbits; /* "error" register */
} tapes[] = {
+ /*
+ * XXX This is weird. The st driver reports the tape drive
+ * as 0x7 (MT_ISAR - Sun/Archive compatible).
+ */
{ MT_ISAR, "SCSI tape drive", 0, 0 },
{ 0, NULL, 0, 0 }
};
OpenPOWER on IntegriCloud