diff options
author | Blue Swirl | 2009-08-13 19:51:46 +0200 |
---|---|---|
committer | Blue Swirl | 2009-08-13 19:51:46 +0200 |
commit | 0c5b8d831d72c8393949dbba435073e3d9dcffe8 (patch) | |
tree | ac382af252728cc5bd5af335d58860d7573c7ad4 /hw/sun4u.c | |
parent | Unbreak Sparc32 and PPC (diff) | |
download | qemu-0c5b8d831d72c8393949dbba435073e3d9dcffe8.tar.gz qemu-0c5b8d831d72c8393949dbba435073e3d9dcffe8.tar.xz qemu-0c5b8d831d72c8393949dbba435073e3d9dcffe8.zip |
Unbreak Sparc64
EBus is a sort of ISA bus.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/sun4u.c')
-rw-r--r-- | hw/sun4u.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/sun4u.c b/hw/sun4u.c index 77164cacbe..bc832557dc 100644 --- a/hw/sun4u.c +++ b/hw/sun4u.c @@ -361,6 +361,8 @@ pci_ebus_init(PCIBus *bus, int devfn) static void pci_ebus_init1(PCIDevice *s) { + isa_bus_new(&s->qdev); + pci_config_set_vendor_id(s->config, PCI_VENDOR_ID_SUN); pci_config_set_device_id(s->config, PCI_DEVICE_ID_SUN_EBUS); s->config[0x04] = 0x06; // command = bus master, pci mem |