Chameleon

Chameleon Commit Details

Date:2010-11-20 17:13:08 (13 years 5 months ago)
Author:mozo
Commit:643
Parents: 642
Message:Added nVidia GTS 450, GT 430, GTX 580, Quadro 4000 support to GraphicsEnabler
Changes:
M/trunk/i386/libsaio/nvidia.c

File differences

trunk/i386/libsaio/nvidia.c
368368
369369
370370
371
371
372
373
374
375
372376
373377
374378
{ 0x10DE06D1, "Tesla C2050" },// TODO: sub-device id: 0x0771
{ 0x10DE06D1, "Tesla C2070" },// TODO: sub-device id: 0x0772
{ 0x10DE06DE, "Tesla M2050" },// TODO: sub-device id: 0x0846
{ 0x10DE06DE, "Tesla M2070" }// TODO: sub-device id: ?
{ 0x10DE06DE, "Tesla M2070" },// TODO: sub-device id: ?
{ 0x10DE06DD, "Quadro 4000" },
{ 0x10DE0DC4, "GeForce GTS 450" },
{ 0x10DE0DE1, "GeForce GT 430" },
{ 0x10DE1080, "GeForce GTX 580" }
};
static uint16_t swap16(uint16_t x)

Archive Download the corresponding diff file

Revision: 643