Reintroduce a comment that was wrongly removed in revision 1.34.

This commit is contained in:
Maxime Henrion 2004-04-09 14:19:12 +00:00
parent 123f024b24
commit 92375a1cb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128053

View File

@ -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 }
};