Subversion Repositories Kolibri OS

Rev

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

Rev 3785 Rev 3881
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2011. 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: 3785 $
8
$Revision: 3881 $
9
 
9
 
10
 
10
 
Line 80... Line 80...
80
        stosw
80
        stosw
81
        loop    @b
81
        loop    @b
82
        popfd
82
        popfd
83
        popad
83
        popad
84
        DEBUGF 1, "K : Dev: %s \n", dev_name
84
        DEBUGF 1, "K : Dev: %s \n", dev_name
-
 
85
 
-
 
86
        xor     eax, eax
-
 
87
        mov     ax, [Sector512+64*2]
-
 
88
        DEBUGF  1, "K : PIO mode %x\n", eax
-
 
89
        mov     ax, [Sector512+63*2]
-
 
90
        DEBUGF  1, "K : Multiword DMA mode %x\n", eax
-
 
91
        mov     ax, [Sector512+88*2]
-
 
92
        DEBUGF  1, "K : Ultra DMA mode %x\n", eax
85
   FindHDD_2_2:
93
   FindHDD_2_2:
86
        ret
94
        ret
Line 87... Line 95...
87
 
95
 
88
FindHDD_3:
96
FindHDD_3: