mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
[RAMDISK]
Implement support for IOCTL_DISK_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_CDROM_CHECK_VERIFY svn path=/trunk/; revision=65869
This commit is contained in:
parent
994d960b81
commit
5dd10d76b0
1 changed files with 4 additions and 1 deletions
|
@ -1483,7 +1483,10 @@ RamdiskDeviceControl(IN PDEVICE_OBJECT DeviceObject,
|
|||
case IOCTL_STORAGE_CHECK_VERIFY2:
|
||||
case IOCTL_CDROM_CHECK_VERIFY:
|
||||
|
||||
UNIMPLEMENTED_DBGBREAK();
|
||||
//
|
||||
// Just pretend it's OK, don't do more
|
||||
//
|
||||
Status = STATUS_SUCCESS;
|
||||
break;
|
||||
|
||||
case IOCTL_STORAGE_GET_MEDIA_TYPES:
|
||||
|
|
Loading…
Reference in a new issue