[PATCH 07/10] hw/hppa: Add the NCR 710 SCSI driver to hppa machines

deller@kernel.org posted 10 patches 3 weeks, 6 days ago
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>, Fam Zheng <fam@euphon.net>
There is a newer version of this series
[PATCH 07/10] hw/hppa: Add the NCR 710 SCSI driver to hppa machines
Posted by deller@kernel.org 3 weeks, 6 days ago
From: Helge Deller <deller@gmx.de>

Signed-off-by: Helge Deller <deller@gmx.de>
---
 hw/hppa/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig
index cab21045de..5ea7d9b9bf 100644
--- a/hw/hppa/Kconfig
+++ b/hw/hppa/Kconfig
@@ -17,6 +17,7 @@ config HPPA_B160L
     select IDE_CMD646
     select MC146818RTC
     select LSI_SCSI_PCI
+    select NCR710_SCSI
     select LASI_82596
     select LASIPS2
     select PARALLEL
-- 
2.51.0
Re: [PATCH 07/10] hw/hppa: Add the NCR 710 SCSI driver to hppa machines
Posted by Richard Henderson 3 weeks, 1 day ago
On 10/17/25 15:06, deller@kernel.org wrote:
> From: Helge Deller <deller@gmx.de>
> 
> Signed-off-by: Helge Deller <deller@gmx.de>
> ---
>   hw/hppa/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig
> index cab21045de..5ea7d9b9bf 100644
> --- a/hw/hppa/Kconfig
> +++ b/hw/hppa/Kconfig
> @@ -17,6 +17,7 @@ config HPPA_B160L
>       select IDE_CMD646
>       select MC146818RTC
>       select LSI_SCSI_PCI
> +    select NCR710_SCSI
>       select LASI_82596
>       select LASIPS2
>       select PARALLEL

I'm not up on how much explicit and recursive config we should have.  This should already 
be included via LASI, correct?


r~