Backout previous commit. It seems this comment applied to something

else than I thought, and thus really needs to go away.

Noticed by:	ru
This commit is contained in:
Maxime Henrion 2004-04-09 17:30:26 +00:00
parent 9d613ae626
commit 1aefe0e32e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128069

View File

@ -312,10 +312,6 @@ 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 }
};