Subversion Repositories Kolibri OS

Rev

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

Rev 3732 Rev 4418
Line 19... Line 19...
19
;;                                                              ;;
19
;;                                                              ;;
20
;;  See file COPYING for details                                ;;
20
;;  See file COPYING for details                                ;;
21
;;                                                              ;;
21
;;                                                              ;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
$Revision: 3732 $
24
$Revision: 4418 $
25
 
25
 
26
;***************************************************************************
26
;***************************************************************************
27
;   Function
27
;   Function
Line 692... Line 692...
692
        mov     [edi+PCIDEV.bk], ecx
692
        mov     [edi+PCIDEV.bk], ecx
693
        mov     [edi+PCIDEV.fd], eax
693
        mov     [edi+PCIDEV.fd], eax
694
        mov     [ecx+PCIDEV.fd], edi
694
        mov     [ecx+PCIDEV.fd], edi
695
        mov     [eax+PCIDEV.bk], edi
695
        mov     [eax+PCIDEV.bk], edi
696
        mov     eax, dword [.devfn]
696
        mov     eax, dword [.devfn]
697
        mov     word [edi+PCIDEV.devfn], ax
697
        mov     dword [edi+PCIDEV.devfn], eax
-
 
698
        mov     dword [edi+PCIDEV.owner], 0
698
        mov     bh, al
699
        mov     bh, al
699
        mov     al, 2
700
        mov     al, 2
700
        mov     bl, 8
701
        mov     bl, 8
701
        call    pci_read_reg
702
        call    pci_read_reg
702
        shr     eax, 8
703
        shr     eax, 8