Skip to content

Commit 09ef168

Browse files
Chr1sNoCalcProgrammer1
authored andcommitted
Adding EVGA 3090Ti FTW3 Ultra Gaming GPU
* Added card id `0x4985` to pci_ids.h * Registered detector in `EVGAAmpereGPUControllerDetect.cpp` * Link to [webpage](https://www.evga.com/products/product.aspx?pn=24G-P5-4985-KR)
1 parent 8f3ed4c commit 09ef168

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Controllers/EVGAAmpereGPUController/EVGAAmpereGPUControllerDetect.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ REGISTER_I2C_PCI_DETECTOR("EVGA GeForce RTX 3090 FTW3 Ultra Hydro Copper"
9494
REGISTER_I2C_PCI_DETECTOR("EVGA GeForce RTX 3090 K|NGP|N Hybrid" , DetectEVGAAmpereGPUControllers, NVIDIA_VEN, NVIDIA_RTX3090_DEV, EVGA_SUB_VEN, EVGA_RTX3090_KINGPIN_HYBRID_SUB_DEV, 0x2D);
9595
REGISTER_I2C_PCI_DETECTOR("EVGA GeForce RTX 3090 K|NGP|N Hydro Copper" , DetectEVGAAmpereGPUControllers, NVIDIA_VEN, NVIDIA_RTX3090_DEV, EVGA_SUB_VEN, EVGA_RTX3090_KINGPIN_HC_SUB_DEV, 0x2D);
9696
REGISTER_I2C_PCI_DETECTOR("EVGA GeForce RTX 3090Ti FTW3 Gaming" , DetectEVGAAmpereGPUControllers, NVIDIA_VEN, NVIDIA_RTX3090TI_DEV, EVGA_SUB_VEN, EVGA_RTX3090TI_FTW3_GAMING_SUB_DEV, 0x2D);
97+
REGISTER_I2C_PCI_DETECTOR("EVGA GeForce RTX 3090Ti FTW3 Ultra Gaming" , DetectEVGAAmpereGPUControllers, NVIDIA_VEN, NVIDIA_RTX3090TI_DEV, EVGA_SUB_VEN, EVGA_RTX3090TI_FTW3_ULTRA_GAMING_SUB_DEV, 0x2D);

pci_ids/pci_ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@
299299
#define EVGA_RTX3090_KINGPIN_HYBRID_SUB_DEV 0x3998
300300
#define EVGA_RTX3090_KINGPIN_HC_SUB_DEV 0x3999
301301
#define EVGA_RTX3090TI_FTW3_GAMING_SUB_DEV 0x4983
302+
#define EVGA_RTX3090TI_FTW3_ULTRA_GAMING_SUB_DEV 0x4985
302303

303304
/*-----------------------------------------------------*\
304305
| Gainward Sub-Device IDs |

0 commit comments

Comments
 (0)