Reintroduce a comment that was wrongly removed in revision 1.34.
This commit is contained in:
parent
435aae62de
commit
cf4a17e308
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user