Subversion Repositories Kolibri OS

Rev

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

Rev 4287 Rev 5201
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: 4287 $
8
$Revision: 5201 $
9
 
9
 
10
 
10
 
Line 377... Line 377...
377
; Read results of RECALIBRATE command
377
; Read results of RECALIBRATE command
378
;       DEBUGF 1,'K : floppy recalibrate results:'
378
;       DEBUGF 1,'K : floppy recalibrate results:'
379
        mov     al, 8
379
        mov     al, 8
380
        call    FDCDataOutput
380
        call    FDCDataOutput
381
        call    FDCDataInput
381
        call    FDCDataInput
-
 
382
        push    eax
382
;       DEBUGF 1,' %x',al
383
;       DEBUGF 1,' %x',al
383
        call    FDCDataInput
384
        call    FDCDataInput
384
;       DEBUGF 1,' %x',al
385
;       DEBUGF 1,' %x',al
385
;       DEBUGF 1,'\n'
386
;       DEBUGF 1,'\n'
-
 
387
        pop     eax
-
 
388
        test    al, 0xC0
-
 
389
        jz      @f
-
 
390
        mov     [FDC_Status], FDC_DiskNotFound
-
 
391
@@:
386
.fail:
392
.fail:
387
        call    save_timer_fdd_motor
393
        call    save_timer_fdd_motor
388
        popa
394
        popa
389
        ret
395
        ret