diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h index 63acc722a9..1a01d52473 100644 --- a/include/hw/pci/pci_ids.h +++ b/include/hw/pci/pci_ids.h @@ -271,4 +271,16 @@ #define PCI_VENDOR_ID_SYNOPSYS 0x16C3 +// XBOX +#define PCI_VENDOR_ID_NVIDIA 0x10de +#define PCI_DEVICE_ID_NVIDIA_MCPX_APU 0x01b0 +#define PCI_DEVICE_ID_NVIDIA_MCPX_ACI 0x01b1 +#define PCI_DEVICE_ID_NVIDIA_NFORCE_LPC 0x01b2 +#define PCI_DEVICE_ID_NVIDIA_NFORCE_SMBUS 0x01b4 +#define PCI_DEVICE_ID_NVIDIA_NFORCE_AGP 0x01b7 +#define PCI_DEVICE_ID_NVIDIA_NVENET_1 0x01c3 + +#define PCI_DEVICE_ID_NVIDIA_GEFORCE_NV2A 0x02a0 +#define PCI_DEVICE_ID_NVIDIA_XBOX_PCHB 0x02a5 + #endif