Subversion Repositories Kolibri OS

Rev

Rev 729 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 729 Rev 732
Line 214... Line 214...
214
 
214
 
215
           stdcall RegService, sz_ati_srv, service_proc
215
           stdcall RegService, sz_ati_srv, service_proc
216
           test eax, eax
216
           test eax, eax
Line -... Line 217...
-
 
217
           jz .restore
-
 
218
 
-
 
219
if R500_HW2D
-
 
220
           stdcall RegService, sz_HDraw_srv, r500_HDraw
-
 
221
 
-
 
222
           mov ebx, START
-
 
223
           and ebx, -4096
-
 
224
           mov [eax+0x20], ebx
217
           jz .restore
225
           mov [eax+0x24], dword 0                       ;hack
218
 
226
end if
Line 219... Line 227...
219
           mov ebx, [fnSelect]
227
           mov ebx, [fnSelect]
220
           mov ecx, [fnSet]
228
           mov ecx, [fnSet]
Line 1251... Line 1259...
1251
msgFail      db 'device not found',13,10,0
1259
msgFail      db 'device not found',13,10,0
1252
msg_neg      db 'neg ecx',13,10,0
1260
msg_neg      db 'neg ecx',13,10,0
Line 1253... Line 1261...
1253
 
1261
 
Line -... Line 1262...
-
 
1262
if R500_HW2D
-
 
1263
 
1254
if R500_HW2D
1264
sz_HDraw_srv db 'HDRAW',0
1255
 
1265
 
1256
msgR5xx2DFlushtimeout \
1266
msgR5xx2DFlushtimeout \
1257
             db 'R5xx2DFlush timeout error',13,10,0
1267
             db 'R5xx2DFlush timeout error',13,10,0
1258
msgR5xxFIFOWaitLocaltimeout \
1268
msgR5xxFIFOWaitLocaltimeout \