From 4fdbc29fed1639f949509b1659fcf127eeb814bf Mon Sep 17 00:00:00 2001 From: Chris Dinneen Date: Mon, 9 Jan 2023 11:35:11 +0800 Subject: [PATCH 1/2] 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" }, From d7e60146d23c5396d2c91b7d78c06b857b4a720a Mon Sep 17 00:00:00 2001 From: Chris Dinneen Date: Tue, 7 Feb 2023 12:17:14 +0800 Subject: [PATCH 2/2] Add: 3590 B using same syntax as T10000A --- mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mt.c b/mt.c index 55f4349..2fd2503 100644 --- a/mt.c +++ b/mt.c @@ -175,7 +175,7 @@ static struct densities { { 0x26, "DDS-4 or QIC-4GB" }, { 0x27, "Exabyte Mammoth" }, { 0x28, "Exabyte Mammoth-2" }, - { 0x29, "QIC-3080MC" }, + { 0x29, "QIC-3080MC, IBM 3590 B" }, { 0x2a, "IBM 3590 E" }, { 0x30, "AIT-1 or MLR3" }, { 0x31, "AIT-2" },