Subversion Repositories Kolibri OS

Rev

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

Rev 4629 Rev 4974
Line 266... Line 266...
266
        PCI_find_irq
266
        PCI_find_irq
Line 267... Line 267...
267
 
267
 
Line 268... Line 268...
268
        jmp     .hook
268
        jmp     .hook
269
 
-
 
270
  .isa:
269
 
271
 
270
  .isa:
272
        mov     esi, device_list
271
        mov     esi, device_list
273
        mov     ecx, [devices]
272
        mov     ecx, [devices]
274
        test    ecx, ecx
-
 
275
        jz      .firstdevice_isa
273
        test    ecx, ecx
-
 
274
        jz      .firstdevice_isa
276
        mov     al, [eax+3]
275
        movzx   edi, word [eax+1]
277
        movzx   edi, word [eax+1]
276
        mov     al, [eax+3]
278
  .nextdevice_isa:
277
  .nextdevice_isa:
279
        mov     ebx, [esi]
278
        mov     ebx, [esi]
280
        cmp     edi, [device.io_addr]
279
        cmp     edi, [device.io_addr]