OSDN Git Service

hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 26 Nov 2023 22:49:30 +0000 (23:49 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 28 Nov 2023 13:26:37 +0000 (14:26 +0100)
commit032a443be6ae472d9b2cb19ed03afe302f47e47f
tree3ac0103b5c7588d99c9a8b5d662c2b519f64c5cb
parent7e01bd80c1580aa523d2a35c433d57266b9a396a
hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts

This device is part of a superio/ISA bridge chip and IRQs from it are
routed to an ISA interrupt. Use via_isa_set_irq() function to implement
this in a vt82c686-uhci-pci specific irq handler.

This reverts commit 422a6e8075752bc5342afd3eace23a4990dd7d98.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-ID: <ed5cdeaba7cf01eebdaa35f84c63427f4d8876b1.1701035944.git.balaton@eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/usb/vt82c686-uhci-pci.c