vidix support for nVidix FX Go 5700

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16377 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-09-03 19:10:43 +00:00
parent 7b4ecc28d1
commit 32f8f95be7
2 changed files with 3 additions and 1 deletions

View File

@ -2673,6 +2673,7 @@ d 10de0333 NV38 [GeForce FX 5950 Ultra] 1
d 10de0338 NV35GL [Quadro FX 3000] 0
d 10de0341 NV 36 [GeForce 5700 Ultra] 1 MSI MS-8938, 128 MB DDR2, DVI, TV-out, AGP
d 10de0342 NV 36 [GeForce 5700] 1 MSI FX5700-TD128, 128 MB DDR, DVI, TV-out, AGP
d 10de0347 NV36 [GeForce FX Go5700] 0
v 10df Emulex Corporation 0
d 10df1ae5 LP6000 Fibre Channel Host Adapter 0
d 10dff085 LP850 Fibre Channel Adapter 0

View File

@ -135,7 +135,8 @@ static struct nvidia_cards nvidia_card_ids[] = {
{DEVICE_NVIDIA_NV34GL_QUADRO_FX,NV_ARCH_30},
{DEVICE_NVIDIA_NV35_GEFORCE_FX,NV_ARCH_30},
{DEVICE_NVIDIA_NV35_GEFORCE_FX2,NV_ARCH_30},
{DEVICE_NVIDIA_NV35GL_QUADRO_FX,NV_ARCH_30}
{DEVICE_NVIDIA_NV35GL_QUADRO_FX,NV_ARCH_30},
{DEVICE_NVIDIA_NV36_GEFORCE_FX,NV_ARCH_30},
};