* added device ids for "Geforce 7300 GT". Lucky me, this works

beautifully. Tested with ZETA on PCIe system.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18542 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2006-08-20 12:13:10 +00:00
parent 4b66b0e0ee
commit 4fdb58bec0
2 changed files with 8 additions and 0 deletions
@@ -1105,6 +1105,13 @@ status_t nv_general_powerup()
sprintf(si->adi.chipset, "G73");
status = nvxx_general_powerup();
break;
case 0x039310de: /* Nvidia GeForce 7300 GT */
si->ps.card_type = G73;
si->ps.card_arch = NV40A;
sprintf(si->adi.name, "Nvidia GeForce 7300 GT");
sprintf(si->adi.chipset, "G73");
status = nvxx_general_powerup();
break;
/* Vendor Elsa GmbH */
case 0x0c601048: /* Elsa Gladiac Geforce2 MX */
si->ps.card_type = NV11;
@@ -304,6 +304,7 @@ static uint16 nvidia_device_list[] = {
0x034e, /* Nvidia Quadro FX 1100 */
0x034f, /* Nvidia unknown FX */
0x0391, /* Nvidia GeForce 7600 GT */
0x0393, /* Nvidia GeForce 7300 GT */
0
};
/*