mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
hw/hppa: Fix interrupt of LASI parallel port
Fix wrong assignment where the LASI parallel port was using the IRQ line of the LASI LAN card. Signed-off-by: Helge Deller <deller@gmx.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
@@ -584,7 +584,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 */
|
||||
|
||||
Reference in New Issue
Block a user