forked from KolibriOS/kolibrios
Added ATI Radeon Xpress 200M support.
git-svn-id: svn://kolibrios.org@669 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
17c2ff7b3d
commit
f259abc5ff
@ -1053,6 +1053,7 @@ dword2str:
|
||||
hexletters db '0123456789ABCDEF'
|
||||
hex_buff db 8 dup(0),13,10,0
|
||||
|
||||
R200M equ 0x5a62 ;R300
|
||||
R7000 equ 0x5159 ;R200
|
||||
R8500 equ 0x514C ;R200
|
||||
R9000 equ 0x4966 ;RV250
|
||||
@ -1072,8 +1073,9 @@ R9800XT equ 0x4E4A ;R360
|
||||
align 4
|
||||
|
||||
devices:
|
||||
dd (R7000 shl 16)+VID_ATI, init_r200
|
||||
dd (R8500 shl 16)+VID_ATI, init_r200
|
||||
dd (R200M shl 16)+VID_ATI, init_r200 ;R300
|
||||
dd (R7000 shl 16)+VID_ATI, init_r200
|
||||
dd (R8500 shl 16)+VID_ATI, init_r200
|
||||
dd (R9000 shl 16)+VID_ATI, init_r200
|
||||
dd (0x514D shl 16)+VID_ATI, init_r200 ;R200 9100
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user