From 1aefe0e32e611873d3e0cf1a4de2336490d686a0 Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Fri, 9 Apr 2004 17:30:26 +0000 Subject: [PATCH] Backout previous commit. It seems this comment applied to something else than I thought, and thus really needs to go away. Noticed by: ru --- usr.bin/mt/mt.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 3f48d39c61ce..95ef836c6cad 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -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 } };