summaryrefslogtreecommitdiffstats
path: root/usr.bin/mt
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2004-04-09 17:30:26 +0000
committermux <mux@FreeBSD.org>2004-04-09 17:30:26 +0000
commita9d45c1b8297f3082a36d9b9906d6b540b6d78b9 (patch)
treef7764ee133547e469d5e83560a2781cd95bf2116 /usr.bin/mt
parent35c796651f4b2fddf7abe71453448ebb0c227af6 (diff)
downloadFreeBSD-src-a9d45c1b8297f3082a36d9b9906d6b540b6d78b9.zip
FreeBSD-src-a9d45c1b8297f3082a36d9b9906d6b540b6d78b9.tar.gz
Backout previous commit. It seems this comment applied to something
else than I thought, and thus really needs to go away. Noticed by: ru
Diffstat (limited to 'usr.bin/mt')
-rw-r--r--usr.bin/mt/mt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c
index 3f48d39..95ef836 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 }
};
OpenPOWER on IntegriCloud