Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 9184 → Rev 9183

/kernel/branches/kolibri-ahci/blkdev/ahci.inc
13,10 → 13,10
AHCI_DBGLVL = 0 ; debug output verbosity level. 0 - less verbose, 1 - more verbose
 
; different SATA device signatures
SATA_SIG_ATA = 0x00000101 ; SATA drive
SATA_SIG_ATAPI = 0xEB140101 ; SATAPI drive
SATA_SIG_SEMB = 0xC33C0101 ; Enclosure management bridge
SATA_SIG_PM = 0x96690101 ; Port multiplier
SATA_SIG_ATA = 0x00000101 ; SATA drive
SATA_SIG_ATAPI = 0xEB140101 ; SATAPI drive
SATA_SIG_SEMB = 0xC33C0101 ; Enclosure management bridge
SATA_SIG_PM = 0x96690101 ; Port multiplier
 
; Device type constants
AHCI_DEV_NULL = 0
641,7 → 641,7
call ahci_find_cmdslot
 
cmp eax, -1
jne .cmdslot_found
jne .cmdslot_found
 
DEBUGF 1, "No free cmdslot on port %u\n", [esi + PORT_DATA.portno]
jmp .ret
785,7 → 785,7
mov eax, edi
call ahci_find_cmdslot
cmp eax, -1
jne .cmdslot_found
jne .cmdslot_found
 
DEBUGF AHCI_DBGLVL, "No free cmdslot on port %u\n", [esi + PORT_DATA.portno]
jmp .fail
1374,7 → 1374,7
;DEBUGF DBG_INFO, "memset(%x, %u, %u)\n", [dest], [val], [cnt]
push eax ecx edi
mov edi, dword [dest]
mov al, byte [val]
mov al, byte [val]
mov ecx, dword [cnt]
rep stosb
pop edi ecx eax
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property