Subversion Repositories Kolibri OS

Rev

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

Rev 1635 Rev 2434
Line 558... Line 558...
558
 
558
 
559
	   mov eax, [bus]
559
        mov     eax, [bus]
560
	   mov [brg_bus], eax
560
        mov     [brg_bus], eax
561
	   mov eax, [devfn]
561
        mov     eax, [devfn]
562
	   mov [brg_devfn],eax
562
        mov     [brg_devfn], eax
-
 
563
.no_bridge:
Line 563... Line 564...
563
.no_bridge:pop eax
564
        pop     eax
564
 
565
 
565
	   mov edi, devices
566
        mov     edi, devices
566
@@:
567
@@: