Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3231 → Rev 3232

/kernel/branches/Kolibri-acpi/blkdev/disk.inc
459,7 → 459,9
stdcall disk_call_driver
; 3b. Free the structure.
xchg eax, esi
push ebx
call free
pop ebx
; 4. Return.
.nothing:
ret
626,8 → 628,8
 
; The default implementation of DISKFUNC.adjust_cache_size.
disk_default_adjust_cache_size:
mov eax, [esp+4]
ret 4
mov eax, [esp+8]
ret 8
 
; This is an internal function called from 'disk_media_changed' when a new media
; is detected. It creates the list of partitions for the media.