Subversion Repositories Kolibri OS

Rev

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

Rev 5074 Rev 5194
Line 618... Line 618...
618
; build txfd structure
618
; build txfd structure
Line 619... Line 619...
619
 
619
 
620
        lea     eax, [ebx + device.txfd.status]
620
        lea     eax, [ebx + device.txfd.status]
621
        invoke  GetPhysAddr
621
        invoke  GetPhysAddr
622
        mov     [ebx + device.txfd.link], eax
622
        mov     [ebx + device.txfd.link], eax
623
        mov     [ebx + device.txfd.count], 0x02208000
623
        mov     [ebx + device.txfd.count], 0x01208000
624
        lea     eax, [ebx + device.txfd.buf_addr0]
624
        lea     eax, [ebx + device.txfd.buf_addr0]
625
        invoke  GetPhysAddr
625
        invoke  GetPhysAddr
Line 626... Line 626...
626
        mov     [ebx + device.txfd.desc_addr], eax
626
        mov     [ebx + device.txfd.desc_addr], eax