Subversion Repositories Kolibri OS

Rev

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

Rev 431 Rev 465
Line 1... Line 1...
1
$Revision: 431 $
1
$Revision: 465 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 23... Line 23...
23
        mov    [com1_mouse_detected],1
23
        mov    [com1_mouse_detected],1
24
        pusha
24
        pusha
Line 25... Line 25...
25
 
25
 
26
        mov   eax,4
26
        mov   eax,4
27
        shl   eax,2
27
        shl   eax,2
Line 28... Line 28...
28
        mov   [irq_owner+eax],byte 1
28
        mov   [irq_owner+eax], 1
29
 
29
 
30
        inc   dword [RESERVED_PORTS]
30
        inc   dword [RESERVED_PORTS]
31
        mov   edi,[RESERVED_PORTS]
31
        mov   edi,[RESERVED_PORTS]
Line 45... Line 45...
45
        mov    [com2_mouse_detected],1
45
        mov    [com2_mouse_detected],1
46
        pusha
46
        pusha
Line 47... Line 47...
47
 
47
 
48
        mov   eax,3
48
        mov   eax,3
49
        shl   eax,2
49
        shl   eax,2
Line 50... Line 50...
50
        mov   [irq_owner+eax],byte 1
50
        mov   [irq_owner+eax], 1
51
 
51
 
52
        inc   dword [RESERVED_PORTS]
52
        inc   dword [RESERVED_PORTS]
53
        mov   edi,[RESERVED_PORTS]
53
        mov   edi,[RESERVED_PORTS]