From: Helge Deller <[email protected]> Fix wrong assignment where the LASI parallel port was using the IRQ line of the LASI LAN card.
Signed-off-by: Helge Deller <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> (cherry picked from commit fb722e1dc2d84529ab9aa597315b7d5ca6e2a23e) Signed-off-by: Michael Tokarev <[email protected]> diff --git a/hw/hppa/machine.c b/hw/hppa/machine.c index dacedc5409..a647b34aa6 100644 --- a/hw/hppa/machine.c +++ b/hw/hppa/machine.c @@ -574,7 +574,7 @@ static void machine_HP_B160L_init(MachineState *machine) /* Parallel port */ parallel_mm_init(addr_space, translate(NULL, LASI_LPT_HPA + 0x800), 0, - qdev_get_gpio_in(lasi_dev, LASI_IRQ_LAN_HPA), + qdev_get_gpio_in(lasi_dev, LASI_IRQ_LPT_HPA), parallel_hds[0]); /* PS/2 Keyboard/Mouse */ -- 2.47.3
