Subversion Repositories Kolibri OS

Rev

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

Rev 3702 Rev 3706
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: 3702 $
8
$Revision: 3706 $
9
 
9
 
10
 
10
 
Line 42... Line 42...
42
;        mov     [DRIVE_DATA+9],al
42
;        mov     [DRIVE_DATA+9],al
Line 43... Line 43...
43
 
43
 
Line 44... Line 44...
44
        jmp     EndFindHDD
44
        jmp     EndFindHDD
45
 
-
 
46
FindHDD_1:
45
 
47
	movzx	eax,word [ChannelNumber]
-
 
48
        DEBUGF  1, "K : Channel %d ",eax
46
FindHDD_1:
49
	movzx	eax,byte [DiskNumber]
47
        DEBUGF  1, "K : Channel %d ",[ChannelNumber]:2
50
        DEBUGF  1, "Disk %d\n",eax
48
        DEBUGF  1, "Disk %d\n",[DiskNumber]:1
51
        call    ReadHDD_ID
49
        call    ReadHDD_ID
52
        cmp     [DevErrorCode], 0
50
        cmp     [DevErrorCode], 0
53
        jne     FindHDD_2
51
        jne     FindHDD_2