Subversion Repositories Kolibri OS

Rev

Rev 890 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 890 Rev 928
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: 890 $
24
$Revision: 928 $
25
 
25
 
26
;***************************************************************************
26
;***************************************************************************
27
;   Function
27
;   Function
Line 383... Line 383...
383
        jne	.unsupported_func
383
        jne	.unsupported_func
384
        cmp     [pci_bios_entry], 0
384
        cmp     [pci_bios_entry], 0
385
	jz	.emulate_bios
385
	jz	.emulate_bios
Line 386... Line 386...
386
 
386
 
387
        push    ds
387
        push    ds
388
        mov     ax, pci_data_sel
388
         mov     ax, sel_pci_data
389
        mov     ds, ax
389
        mov     ds, ax
390
        mov     eax, ebp
390
        mov     eax, ebp
391
        mov     ah, 0B1h
391
        mov     ah, 0B1h
392
        call    pword [cs:pci_bios_entry]
392
        call    pword [cs:pci_bios_entry]