Add NVidia GeForce 2 and Quadro 2
Ids and names were taken from nv4_disp.inf in the latest windows drivers.
This commit is contained in:
parent
bd5caafc4d
commit
7e1e216acf
@ -1738,6 +1738,12 @@ const char* pci_vga_match(device_t dev)
|
||||
chip = "GeForce DDR"; break;
|
||||
case 0x0103:
|
||||
chip = "Quadro"; break;
|
||||
case 0x0150:
|
||||
case 0x0151:
|
||||
case 0x0152:
|
||||
chip = "GeForce2 GTS"; break;
|
||||
case 0x0153:
|
||||
chip = "Quadro2"; break;
|
||||
}
|
||||
break;
|
||||
case 0x12d2:
|
||||
|
Loading…
Reference in New Issue
Block a user