commit | ee951a37d8873bff7aa58e23222dfd984111b6cb | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Sat Feb 19 18:56:22 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Feb 21 15:46:53 2011 +0100 |
tree | c8304bedb44ce8b6f69877547c34d521923b74eb | |
parent | 7096a96db2d0227598e3c9fb154e53f912a34da8 [diff] |
isa-bus: Remove bogus IRQ sharing check Nothing prevented IRQ sharing on the ISA bus in principle. Not all boards supported this, neither each and every card nor driver and OS. Still, there existed valid IRQ sharing scenarios, (at least) two of them can also be found in QEMU: >2 PC UARTs and the PREP IDE buses. So remove this artificial restriction from our ISA model. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>