From 62b0c03401667b9482af1eaea23a432f66dc7d0f Mon Sep 17 00:00:00 2001 From: Alexander Babikov Date: Mon, 9 Nov 2020 04:32:03 +0500 Subject: [PATCH] Change the default IRQ for Adaptec and BusLogic SCSI controllers to a less problematic one. --- src/scsi/scsi_aha154x.c | 6 +++--- src/scsi/scsi_buslogic.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/scsi/scsi_aha154x.c b/src/scsi/scsi_aha154x.c index 8e50864e1..cfaf1f822 100644 --- a/src/scsi/scsi_aha154x.c +++ b/src/scsi/scsi_aha154x.c @@ -940,7 +940,7 @@ static const device_config_t aha_154xb_config[] = { }, }, { - "irq", "IRQ", CONFIG_SELECTION, "", 9, + "irq", "IRQ", CONFIG_SELECTION, "", 11, { { "IRQ 9", 9 @@ -1070,7 +1070,7 @@ static const device_config_t aha_154x_config[] = { }, }, { - "irq", "IRQ", CONFIG_SELECTION, "", 9, + "irq", "IRQ", CONFIG_SELECTION, "", 11, { { "IRQ 9", 9 @@ -1169,7 +1169,7 @@ static const device_config_t aha_154xcf_config[] = { }, }, { - "irq", "IRQ", CONFIG_SELECTION, "", 9, + "irq", "IRQ", CONFIG_SELECTION, "", 11, { { "IRQ 9", 9 diff --git a/src/scsi/scsi_buslogic.c b/src/scsi/scsi_buslogic.c index a3e7b6161..ca98253d9 100644 --- a/src/scsi/scsi_buslogic.c +++ b/src/scsi/scsi_buslogic.c @@ -1768,7 +1768,7 @@ static const device_config_t BT_ISA_Config[] = { }, }, { - "irq", "IRQ", CONFIG_SELECTION, "", 9, + "irq", "IRQ", CONFIG_SELECTION, "", 11, { { "IRQ 9", 9