From ce6c51a591194faba7127c01ad29d13e1c394b13 Mon Sep 17 00:00:00 2001 From: Ryzee119 Date: Tue, 16 Nov 2021 16:17:39 +1030 Subject: [PATCH] xbox: Update LPC PCI revision for 1.0 Xbox --- hw/xbox/xbox_pci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/xbox/xbox_pci.c b/hw/xbox/xbox_pci.c index e64bfd7d9c..c8655afc72 100644 --- a/hw/xbox/xbox_pci.c +++ b/hw/xbox/xbox_pci.c @@ -419,8 +419,7 @@ static void xbox_lpc_class_init(ObjectClass *klass, void *data) k->config_write = xbox_lpc_config_write; k->vendor_id = PCI_VENDOR_ID_NVIDIA; k->device_id = PCI_DEVICE_ID_NVIDIA_NFORCE_LPC; - /* FIXME - correct revision for this is 0xB2 (178) for retail 1.0 Xbox, causes known USB bug */ - k->revision = 212; + k->revision = 178; k->class_id = PCI_CLASS_BRIDGE_ISA; dc->desc = "nForce LPC Bridge";