Obviously, the GeForce 7600 GS has two different device IDs. This should close

bug #916.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19128 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-10-26 15:34:53 +00:00
parent dd2413230f
commit 1af95f17b5
2 changed files with 2 additions and 0 deletions
@@ -1106,6 +1106,7 @@ status_t nv_general_powerup()
status = nvxx_general_powerup();
break;
case 0x039210de: /* Nvidia GeForce 7600 GS */
case 0x02e110de:
si->ps.card_type = G73;
si->ps.card_arch = NV40A;
sprintf(si->adi.name, "Nvidia GeForce 7600 GS");
@@ -252,6 +252,7 @@ static uint16 nvidia_device_list[] = {
0x0290, /* Nvidia GeForce 7900 GTX */
0x0291, /* Nvidia GeForce 7900 GT */
0x02a0, /* Nvidia GeForce3 Integrated GPU */
0x02e1, /* Nvidia GeForce 7600 GS */
0x0301, /* Nvidia GeForce FX 5800 Ultra */
0x0302, /* Nvidia GeForce FX 5800 */
0x0308, /* Nvidia Quadro FX 2000 */