Subversion Repositories Kolibri OS

Rev

Rev 5363 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5363 Rev 7585
Line 14... Line 14...
14
 
14
 
Line 15... Line 15...
15
API_VERSION     equ 0x01000100
15
API_VERSION     equ 0x01000100
Line 16... Line -...
16
 
-
 
17
DEBUG_IRQ       equ 0
16
 
18
 
17
DEBUG_IRQ       equ 0
Line 19... Line 18...
19
USE_COM_IRQ     equ 0    ;make irq 3 and irq 4 available for PCI devices
18
 
20
IRQ_REMAP       equ 0
19
IRQ_REMAP       equ 0
21
IRQ_LINE        equ 0
20
IRQ_LINE        equ 0
22
 
-
 
23
 
-
 
24
;irq 0,1,2,8,12,13 недоступны
-
 
25
;                   FEDCBA9876543210
-
 
26
VALID_IRQ       equ 1100111011111000b
-
 
Line 27... Line 21...
27
ATTCH_IRQ       equ 0000111010100000b
21
 
Line 28... Line 22...
28
 
22
 
29
if USE_COM_IRQ
23
;irq 0,13 unavailable
Line 1425... Line 1419...
1425
szKernel            db 'KERNEL', 0
1419
szKernel            db 'KERNEL', 0
1426
sz_sound_srv        db 'SOUND',0
1420
sz_sound_srv        db 'SOUND',0
Line 1427... Line 1421...
1427
 
1421
 
1428
msgInit      db 'detect hardware...',13,10,0
1422
msgInit      db 'detect hardware...',13,10,0
1429
msgFail      db 'device not found',13,10,0
-
 
1430
msgAttchIRQ  db 'IRQ line not supported', 13,10, 0
1423
msgFail      db 'device not found',13,10,0
1431
msgInvIRQ    db 'IRQ line not assigned or invalid', 13,10, 0
1424
msgInvIRQ    db 'IRQ line not assigned or invalid', 13,10, 0
1432
msgPlay      db 'start play', 13,10,0
1425
msgPlay      db 'start play', 13,10,0
1433
msgStop      db 'stop play',  13,10,0
1426
msgStop      db 'stop play',  13,10,0
1434
;msgNotify    db 'call notify',13,10,0
1427
;msgNotify    db 'call notify',13,10,0