Subversion Repositories Kolibri OS

Rev

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

Rev 4720 Rev 4838
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2013. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2013. 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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 4720 $
8
$Revision: 4838 $
9
 
9
 
10
 
10
 
Line 706... Line 706...
706
allow_dma_access    db 0
706
allow_dma_access    db 0
707
endg
707
endg
708
;-----------------------------------------------------------------------------
708
;-----------------------------------------------------------------------------
709
align 4
709
align 4
710
IDE_irq_14_handler:
710
IDE_irq_14_handler:
-
 
711
;        DEBUGF  1, 'K : IDE_irq_14_handler %x\n', [IDE_common_irq_param]:2
711
        cmp     [IDE_common_irq_param], irq14_num
712
        cmp     [IDE_common_irq_param], irq14_num
712
        jne     .exit
713
        jne     .exit
Line 713... Line 714...
713
 
714
 
714
        pushfd
715
        pushfd
Line 746... Line 747...
746
        mov     al, 0
747
        mov     al, 0
747
        ret
748
        ret
748
;-----------------------------------------------------------------------------
749
;-----------------------------------------------------------------------------
749
align 4
750
align 4
750
IDE_irq_15_handler:
751
IDE_irq_15_handler:
-
 
752
;        DEBUGF  1, 'K : IDE_irq_15_handler %x\n', [IDE_common_irq_param]:2
751
        cmp     [IDE_common_irq_param], irq15_num
753
        cmp     [IDE_common_irq_param], irq15_num
752
        jne     .exit
754
        jne     .exit
Line 753... Line 755...
753
 
755
 
754
        pushfd
756
        pushfd
Line 787... Line 789...
787
        mov     al, 0
789
        mov     al, 0
788
        ret
790
        ret
789
;-----------------------------------------------------------------------------
791
;-----------------------------------------------------------------------------
790
align 4
792
align 4
791
IDE_common_irq_handler:
793
IDE_common_irq_handler:
-
 
794
;        DEBUGF  1, 'K : IDE_common_irq_handler %x\n', [IDE_common_irq_param]:2
792
        cmp     [IDE_common_irq_param], 0
795
        cmp     [IDE_common_irq_param], 0
793
        je      .exit
796
        je      .exit
Line 794... Line 797...
794
 
797
 
795
        pushfd
798
        pushfd