1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

correct model number

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12460 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-05-12 16:50:11 +00:00
parent 2e456c0dd2
commit 10d5f3100c
2 changed files with 4 additions and 4 deletions

View File

@ -284,10 +284,10 @@ d 10024152 Radeon RV350 AR [Radeon 9600XT] 0
d 10024168 Radeon R350 [Radeon 9800] (Secondary) 0
d 10024e48 Radeon R350 NH [Radeon 9800] 0
d 10024e49 Radeon R350 [Radeon 9800] 0
d 10024e4a Radeon RV350 NJ [Radeon 9800 XT] 0
d 10024e4a Radeon R360 NJ [Radeon 9800 XT] 0
d 10024e68 Radeon R350 [Radeon 9800] (Secondary) 0
d 10024e69 Radeon R350 [Radeon 9800] (Secondary) 0
d 10024e6a Radeon RV350 NJ [Radeon 9800 XT] (Secondary) 0
d 10024e6a Radeon R360 NJ [Radeon 9800 XT] (Secondary) 0
d 10025041 Rage 128 PA/PRO 0
d 10025042 Rage 128 PB/PRO AGP 2x 0
d 10025043 Rage 128 PC/PRO AGP 4x 0

View File

@ -883,10 +883,10 @@ static unsigned short ati_card_ids[] =
DEVICE_ATI_RADEON_R300_AF,
DEVICE_ATI_RADEON_RV350_AP,
DEVICE_ATI_RADEON_RV350_AR,
DEVICE_ATI_RADEON_RV350_NJ,
DEVICE_ATI_RADEON_R350_AH,
DEVICE_ATI_RADEON_R350_AI,
DEVICE_ATI_RADEON_R350_NH,
DEVICE_ATI_RADEON_R360_NJ,
DEVICE_ATI_RV350_MOBILITY_RADEON,
DEVICE_ATI_RV350_MOBILITY_RADEON2
#endif
@ -1065,10 +1065,10 @@ int vixProbe( int verbose,int force )
/* Radeon 9600/9800 */
case DEVICE_ATI_RADEON_RV350_AP:
case DEVICE_ATI_RADEON_RV350_AR:
case DEVICE_ATI_RADEON_RV350_NJ:
case DEVICE_ATI_RADEON_R350_NH:
case DEVICE_ATI_RADEON_R350_AH:
case DEVICE_ATI_RADEON_R350_AI:
case DEVICE_ATI_RADEON_R360_NJ:
case DEVICE_ATI_RV350_MOBILITY_RADEON:
case DEVICE_ATI_RV350_MOBILITY_RADEON2:
RadeonFamily = 350;