summaryrefslogtreecommitdiff
path: root/usr.bin/mt
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2004-04-09 14:19:12 +0000
committerMaxime Henrion <mux@FreeBSD.org>2004-04-09 14:19:12 +0000
commit92375a1cb9091ec5e94e0324af3e8caa7bbac6e7 (patch)
treed998c687acd796da54b822097ed629edc5fe1a24 /usr.bin/mt
parent123f024b24c2b9572e279cdd76c01fd3a9d45e4a (diff)
downloadsrc-test-92375a1cb9091ec5e94e0324af3e8caa7bbac6e7.tar.gz
src-test-92375a1cb9091ec5e94e0324af3e8caa7bbac6e7.zip
Reintroduce a comment that was wrongly removed in revision 1.34.
Notes
Notes: svn path=/head/; revision=128053
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 95ef836c6cad2..3f48d39c61ce7 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 }
};