Added ATI Radeon Xpress 200M support.

git-svn-id: svn://kolibrios.org@669 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
andrew_programmer 2007-10-28 12:44:04 +00:00
parent 17c2ff7b3d
commit f259abc5ff

View File

@ -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,6 +1073,7 @@ R9800XT equ 0x4E4A ;R360
align 4
devices:
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