prep: Kill get_system_io() usage
commitc0f2bf9b3f6d8b5961b47b0affbb5456e6123e68
authorHervé Poussineau <hpoussin@reactos.org>
Mon, 4 Nov 2013 23:09:43 +0000 (5 00:09 +0100)
committerAndreas Färber <andreas.faerber@web.de>
Sun, 9 Feb 2014 14:49:00 +0000 (9 15:49 +0100)
tree5f3dd49e14a0dacdc24d9df791216a630a0fb2a7
parent1f6b12f75f2c22f861d0202374033a7594c91707
prep: Kill get_system_io() usage

While ISA address space in prep machine is currently the one returned
by get_system_io(), this depends of the implementation of i82378/raven
devices, and this may not be the case forever.

Use the right ISA address space when adding some more ports to it.
We can use whatever ISA device on the right ISA bus, as all ISA devices
on the same ISA bus share the same ISA address space.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
hw/ppc/prep.c