Subversion Repositories Kolibri OS

Rev

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

Rev 7136 Rev 8053
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 7136 $
8
$Revision: 8053 $
9
 
9
 
10
;-----------------------------------------------------------------------------
10
;-----------------------------------------------------------------------------
11
;**********************************************************
11
;**********************************************************
12
;  Непосредственная работа с устройством СD (ATAPI)
12
;  Direct work with СD (ATAPI) device
13
;**********************************************************
13
;**********************************************************
Line 14... Line 14...
14
; Автор части исходного текста Кулаков Владимир Геннадьевич
14
; Author of a part of the source code -  Kulakov Vladimir Gennadievich
15
; Адаптация, доработка и разработка Mario79,
15
; Adaptation, revision and development -  Mario79, 
16
 
16
 
17
; Максимальное количество повторений операции чтения
17
; Maximum number of repeats of a read operation
18
MaxRetr = 10
18
MaxRetr = 10
19
; Предельное время ожидания готовности к приему команды
19
; Maximum waiting time for ready to receive a command
20
; (в тиках)
20
; (in ticks)
21
BSYWaitTime = 1000  ;2
21
BSYWaitTime = 1000  ;2
22
NoTickWaitTime = 0xfffff
22
NoTickWaitTime = 0xfffff