Il 09/07/2012 21:17, miny...@acm.org ha scritto:
> From: Corey Minyard
>
> This lets devices that don't care about their interrupt number, like
> IPMI, just grab any unused interrupt.
I would try to avoid this. It is too dependent on the actual
initialization order and command line. Just pick
From: Corey Minyard
This lets devices that don't care about their interrupt number, like
IPMI, just grab any unused interrupt.
Signed-off-by: Corey Minyard
---
hw/isa-bus.c | 13 +
hw/isa.h |2 ++
2 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/hw/isa-bus.