From 9ecf680eb5701df7e4cc3b0cc00fb9a5f3d773e6 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Mon, 14 Nov 2022 17:19:39 -1000 Subject: [PATCH] 3B2-700: Properly terminate list of SCSI devices --- 3B2/3b2_scsi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3B2/3b2_scsi.c b/3B2/3b2_scsi.c index d14e156b..b04ec99e 100644 --- a/3B2/3b2_scsi.c +++ b/3B2/3b2_scsi.c @@ -63,7 +63,8 @@ static DRVTYP ha_tab[] = { HA_DISK(SD300), HA_DISK(SD327), HA_DISK(SD630), - HA_TAPE(ST120) + HA_TAPE(ST120), + { 0 } }; UNIT ha_unit[9] = {0}; /* SCSI ID 0-7 + CIO Unit */