make caching for PnP disks really work

git-svn-id: svn://kolibrios.org@3164 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse
2013-01-14 09:24:25 +00:00
parent edb957dfa2
commit de94fe74ac
2 changed files with 25 additions and 8 deletions

View File

@@ -626,8 +626,8 @@ disk_default_flush:
; 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.