From: Toni Wilen Date: Sun, 18 Jan 2015 12:51:45 +0000 (+0200) Subject: SCSI-1 -> SCSI-2. X-Git-Tag: 3100~130 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=aadda255c41bf954e6cebb5966537f9e32b27f2a;p=francis%2Fwinuae.git SCSI-1 -> SCSI-2. --- diff --git a/a2091.cpp b/a2091.cpp index b58e7d59..cfb177d3 100644 --- a/a2091.cpp +++ b/a2091.cpp @@ -2744,7 +2744,7 @@ int gvp_add_scsi_unit(int ch, struct uaedev_config_info *ci, int devnum) else if (ci->type == UAEDEV_TAPE) return add_wd_scsi_tape(wd, ch, ci->rootdir, ci->readonly); else - return add_wd_scsi_hd(wd, ch, NULL, ci, 1); + return add_wd_scsi_hd(wd, ch, NULL, ci, 2); } void a2091_free_device (struct wd_state *wd) diff --git a/ncr_scsi.cpp b/ncr_scsi.cpp index 631d3158..6ebb5dbd 100644 --- a/ncr_scsi.cpp +++ b/ncr_scsi.cpp @@ -1009,7 +1009,7 @@ static int ncr_add_scsi_unit(struct ncr_state *ncr, int ch, struct uaedev_config else if (ci->type == UAEDEV_TAPE) return add_ncr_scsi_tape (ncr, ch, ci->rootdir, ci->readonly); else - return add_ncr_scsi_hd (ncr, ch, NULL, ci, 1); + return add_ncr_scsi_hd (ncr, ch, NULL, ci, 2); } int a4000t_add_scsi_unit (int ch, struct uaedev_config_info *ci)