added 3 more cardID's (a GF6600, a GF6800 and a PCX4300).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11168 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8d2dfc64ee
commit
5370ea7d80
@ -174,7 +174,14 @@ status_t nv_general_powerup()
|
||||
LOG(4,("POWERUP: Detected Nvidia unknown FX (NV41)\n"));
|
||||
status = nvxx_general_powerup();
|
||||
break;
|
||||
case 0x00f010de: /* Nvidia GeForce FX 6800 (Ultra) AGP(?) */
|
||||
si->ps.card_type = NV40;
|
||||
si->ps.card_arch = NV40A;
|
||||
LOG(4,("POWERUP: Detected Nvidia GeForce FX 6800 AGP(?) (NV40(?))\n"));
|
||||
status = nvxx_general_powerup();
|
||||
break;
|
||||
case 0x00f110de: /* Nvidia GeForce FX 6600 GT AGP */
|
||||
case 0x00f210de: /* Nvidia GeForce FX 6600 GT AGP */
|
||||
si->ps.card_type = NV43;
|
||||
si->ps.card_arch = NV40A;
|
||||
LOG(4,("POWERUP: Detected Nvidia GeForce FX 6600 GT AGP (NV43)\n"));
|
||||
@ -222,6 +229,12 @@ status_t nv_general_powerup()
|
||||
LOG(4,("POWERUP: Detected Nvidia Quadro FX 1300 PCIe(?) (NV36(?))\n"));
|
||||
status = nvxx_general_powerup();
|
||||
break;
|
||||
case 0x00ff10de: /* Nvidia GeForce PCX 4300 PCIe */
|
||||
si->ps.card_type = NV18;
|
||||
si->ps.card_arch = NV10A;
|
||||
LOG(4,("POWERUP: Detected Nvidia GeForce PCX 4300 PCIe (NV18)\n"));
|
||||
status = nvxx_general_powerup();
|
||||
break;
|
||||
case 0x010010de: /* Nvidia GeForce256 SDR */
|
||||
case 0x010110de: /* Nvidia GeForce256 DDR */
|
||||
case 0x010210de: /* Nvidia GeForce256 Ultra */
|
||||
|
Loading…
x
Reference in New Issue
Block a user