[Core Change] Add nVidia PCI VID/DIDs

This commit is contained in:
Matt Borgerson 2018-06-26 14:35:51 -07:00
parent 7aa5985eba
commit 68ff73b5b5
1 changed files with 12 additions and 0 deletions

View File

@ -271,4 +271,16 @@
#define PCI_VENDOR_ID_SYNOPSYS 0x16C3 #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 #endif