Recognize newer NVidia graphics cards. (GeForce and Quadro families)
Approved by: jkh
This commit is contained in:
parent
227d23d49a
commit
4951dddb33
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57923
@ -1722,6 +1722,12 @@ const char* pci_vga_match(device_t dev)
|
||||
chip = "Riva Ultra Vanta TNT2"; break;
|
||||
case 0x00a0:
|
||||
chip = "Riva Integrated TNT2"; break;
|
||||
case 0x0100:
|
||||
chip = "GeForce 256"; break;
|
||||
case 0x0101:
|
||||
chip = "GeForce DDR"; break;
|
||||
case 0x0103:
|
||||
chip = "Quadro"; break;
|
||||
}
|
||||
break;
|
||||
case 0x12d2:
|
||||
|
Loading…
Reference in New Issue
Block a user