From a1fe7934b6fef2e06ac001792639fd0fe276e6c9 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 20 Oct 2016 13:33:40 -0700 Subject: [PATCH] I1401: Properly set device class for tape device so help info is provided --- I1401/i1401_mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I1401/i1401_mt.c b/I1401/i1401_mt.c index 2394a51e..69671d6b 100644 --- a/I1401/i1401_mt.c +++ b/I1401/i1401_mt.c @@ -172,7 +172,7 @@ DEVICE mt_dev = { MT_NUMDR, 10, 31, 1, 8, 8, NULL, NULL, &mt_reset, &mt_boot, &sim_tape_attach, &sim_tape_detach, - NULL, DEV_DEBUG + NULL, DEV_DEBUG | DEV_TAPE }; /* Function routine