Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2933 → Rev 2934

/kernel/branches/net/drivers/i8254x.asm
354,8 → 354,11
mov ax , [eax+1] ;
.nextdevice:
mov ebx, [esi]
cmp ax , word [device.pci_bus] ; compare with pci and device num in device list (notice the usage of word instead of byte)
cmp al, byte [device.pci_bus]
jne .next
cmp ah, byte [device.pci_dev]
je .find_devicenum ; Device is already loaded, let's find it's device number
.next:
add esi, 4
loop .nextdevice