Message ID | b80aec26effdb026b10394156d59611b47f807c6.1592055375.git.balaton@eik.bme.hu |
---|---|
State | New |
Headers | show |
Series | Mac Old World ROM experiment | expand |
diff --git a/hw/pci-host/grackle.c b/hw/pci-host/grackle.c index 4b3af0c704..48d11f13ab 100644 --- a/hw/pci-host/grackle.c +++ b/hw/pci-host/grackle.c @@ -130,7 +130,7 @@ static void grackle_pci_class_init(ObjectClass *klass, void *data) k->realize = grackle_pci_realize; k->vendor_id = PCI_VENDOR_ID_MOTOROLA; k->device_id = PCI_DEVICE_ID_MOTOROLA_MPC106; - k->revision = 0x00; + k->revision = 0x40; k->class_id = PCI_CLASS_BRIDGE_HOST; /* * PCI-facing part of the host bridge, not usable without the
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> --- hw/pci-host/grackle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)