From 1c9c9761250ac28b58ce2b7f3edb4ad00e156391 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Wed, 19 Jan 2022 15:54:59 -0500 Subject: [PATCH] More BIOS addresses for the AHA 154x series SCSI --- src/scsi/scsi_aha154x.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/scsi/scsi_aha154x.c b/src/scsi/scsi_aha154x.c index 13744c3cd..ed97f2ab2 100644 --- a/src/scsi/scsi_aha154x.c +++ b/src/scsi/scsi_aha154x.c @@ -1259,6 +1259,9 @@ static const device_config_t aha_154xb_config[] = { { "D800H", 0xd8000 }, + { + "DC00H", 0xdc000 + }, { "" } @@ -1357,6 +1360,9 @@ static const device_config_t aha_154x_config[] = { { "D800H", 0xd8000 }, + { + "DC00H", 0xdc000 + }, { "" } @@ -1450,12 +1456,21 @@ static const device_config_t aha_154xcf_config[] = { { "C800H", 0xc8000 }, + { + "CC00H", 0xcc000 + }, { "D000H", 0xd0000 }, + { + "D400H", 0xd4000 + }, { "D800H", 0xd8000 }, + { + "DC00H", 0xdc000 + }, { "" }