From 4fdbc29fed1639f949509b1659fcf127eeb814bf Mon Sep 17 00:00:00 2001 From: Chris Dinneen Date: Mon, 9 Jan 2023 11:35:11 +0800 Subject: [PATCH] Add IBM 3590 E format to tape list --- mt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mt.c b/mt.c index f05f334..55f4349 100644 --- a/mt.c +++ b/mt.c @@ -176,6 +176,7 @@ static struct densities { { 0x27, "Exabyte Mammoth" }, { 0x28, "Exabyte Mammoth-2" }, { 0x29, "QIC-3080MC" }, + { 0x2a, "IBM 3590 E" }, { 0x30, "AIT-1 or MLR3" }, { 0x31, "AIT-2" }, { 0x32, "AIT-3 or SLR7" },