Subversion Repositories Kolibri OS

Rev

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

Rev 1635 Rev 2106
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 1229 $
8
$Revision: 2106 $
9
 
9
 
10
 
10
 
Line 26... Line 26...
26
      dec  cx
26
      dec  cx
27
      test cx,cx
27
      test cx,cx
28
      jnz wait_cmos
28
      jnz wait_cmos
29
      in  al,0x71
29
      in  al,0x71
30
      mov [DRIVE_DATA],al
30
      mov [DRIVE_DATA],al
-
 
31
	test	al,al
-
 
32
	jz	@f
-
 
33
	in	al,0x21
-
 
34
	and	al,10111111b	; Enable IRQ6
-
 
35
	out	0x21,al
-
 
36
@@:
-
 
37