added recognition for GeForce 6100Go (id 0x0247). This hopefully fixes bug #4670.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33337 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2009-09-28 17:03:17 +00:00
parent fede65ad8d
commit 1973e58137
2 changed files with 9 additions and 0 deletions
@@ -826,6 +826,14 @@ status_t nv_general_powerup()
sprintf(si->adi.chipset, "NV44");
status = nvxx_general_powerup();
break;
case 0x024710de: /* Nvidia GeForce 6100 Go (NFORCE4 Integr.GPU) */
si->ps.card_type = NV44;
si->ps.card_arch = NV40A;
si->ps.laptop = true;
sprintf(si->adi.name, "Nvidia GeForce 6100 Go");
sprintf(si->adi.chipset, "NV44");
status = nvxx_general_powerup();
break;
case 0x025010de: /* Nvidia GeForce4 Ti 4600 */
case 0x025110de: /* Nvidia GeForce4 Ti 4400 */
case 0x025210de: /* Nvidia GeForce4 Ti 4600 */
@@ -238,6 +238,7 @@ static uint16 nvidia_device_list[] = {
0x0242, /* Nvidia GeForce 6100 (NFORCE4 Integr.GPU) */
0x0244, /* Nvidia GeForce Go 6150 (NFORCE4 Integr.GPU) */
0x0245, /* Nvidia Quadro NVS 210S / GeForce 6150LE */
0x0247, /* Nvidia GeForce 6100 Go (NFORCE4 Integr.GPU) */
0x0250, /* Nvidia GeForce4 Ti 4600 */
0x0251, /* Nvidia GeForce4 Ti 4400 */
0x0252, /* Nvidia GeForce4 Ti 4600 */