sun4u: switch second PCI-ebus bridge BAR over to PCI IO space
commita1cf8be550c65d316ad666c778e21773ce113eb8
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 4 Aug 2014 17:13:11 +0000 (4 18:13 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 17 Aug 2014 12:12:52 +0000 (17 13:12 +0100)
tree6001a468e19a0b3fa4ddd8ff2dc2efa7db98e77b
parentf2c85a2f36f57f155cda7bc9f7c42b44f1a2439e
sun4u: switch second PCI-ebus bridge BAR over to PCI IO space

The ebus is the sun4u equivalent of the old ISA bus which is already mapped at
the beginning of PCI IO space within QEMU. NetBSD attempts to find the physical
addresses of devices connected to the ebus by parsing the BARs of the PCI-ebus
bridge and using the base address found by matching both the address space
type and range for a particular ebus address.

Since the second PCI-ebus bridge BAR is already aliased onto IO space, switch
the BAR over to match and reduce the size to 0x1000 which is enough to cover
all the legacy ioport devices whilst leaving the remaining IO space for other
PCI devices. This allows NetBSD SPARC64 to correctly detect and access devices
on the ebus.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/sparc64/sun4u.c