Subversion Repositories Kolibri OS

Rev

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

Rev 8985 Rev 8986
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: 7136 $
24
$Revision: 8986 $
25
 
25
 
26
;***************************************************************************
26
;***************************************************************************
27
;   Function
27
;   Function
Line 54... Line 54...
54
 
54
 
Line 55... Line 55...
55
endg
55
endg
Line 56... Line 56...
56
 
56
 
Line 57... Line 57...
57
align 4
57
align 4
58
 
58
 
59
pci_api:
59
syscall_pci_api:
60
 
60
 
Line 497... Line 497...
497
pci_emu_dat:
497
pci_emu_dat:
498
                times   30*10 db 0
498
                times   30*10 db 0
499
endg
499
endg
500
;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
500
;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
501
align 4
501
align 4
502
sys_pcibios:
502
syscall_pcibios:
503
        cmp     [pci_access_enabled], 1
503
        cmp     [pci_access_enabled], 1
504
        jne     .unsupported_func
504
        jne     .unsupported_func
505
        cmp     [pci_bios_entry], 0
505
        cmp     [pci_bios_entry], 0
506
        jz      .emulate_bios
506
        jz      .emulate_bios