diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 95ef836c6cad..3f48d39c61ce 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 } };