Subversion Repositories Kolibri OS

Rev

Rev 9910 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9910 Rev 10051
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2024. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;                                                              ;;
6
;;                                                              ;;
7
;;  PCI32.INC                                                   ;;
7
;;  PCI32.INC                                                   ;;
8
;;                                                              ;;
8
;;                                                              ;;
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
 
-
 
Line 24... Line 23...
24
$Revision: 9910 $
23
 
25
 
24
 
26
;***************************************************************************
25
;***************************************************************************
27
;   Function
26
;   Function
Line 762... Line 761...
762
        mov     bl, byte [reg]
761
        mov     bl, byte [reg]
763
        mov     ecx, [val]
762
        mov     ecx, [val]
764
        call    pci_write_reg
763
        call    pci_write_reg
765
        pop     ebx
764
        pop     ebx
766
        ret
765
        ret
767
endp
-
 
768
766
endp
-
 
767