Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 444
Line -... Line 1...
-
 
1
$Revision: 431 $
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                           ;;
3
;;                                                           ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
-
 
6
;;                                                              ;;
3
;;  PCI16.INC                                                ;;
7
;;  PCI16.INC                                                ;;
4
;;                                                           ;;
8
;;                                                           ;;
5
;;  16 bit PCI driver code                                   ;;
9
;;  16 bit PCI driver code                                   ;;
6
;;                                                           ;;
10
;;                                                           ;;
7
;;  Version 0.2  December 21st, 2002                         ;;
11
;;  Version 0.2  December 21st, 2002                         ;;
8
;;                                                           ;;
12
;;                                                           ;;
9
;;  Author: Victor Prodan, victorprodan@yahoo.com            ;;
13
;;  Author: Victor Prodan, victorprodan@yahoo.com            ;;
10
;;                                                           ;;
14
;;                                                           ;;
11
;;  See file COPYING for details                             ;;
15
;;  See file COPYING for details                             ;;
12
;;                                                           ;;
16
;;                                                           ;;
13
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 14... Line 18...
14
 
18
 
Line 15... Line 19...
15
 
19
 
Line 41... Line 45...
41
pci16skip:
45
pci16skip:
Line 42... Line 46...
42
 
46
 
43
        mov ax,0x1000
47
        mov ax,0x1000
Line 44... Line -...
44
        mov es,ax
-
 
45
 
48
        mov es,ax
-
 
49