reactos/drivers/storage/floppy
Pierre Schweitzer 6889cff5b5
[FLOPPY] Make floppy drives letters being handled by the MountMgr
This involves many changes/fixes in the floppy driver:
- Stop creating ourselves our DOS device, it's up to the MountMgr or to the kernel;
- Report each new floppy drive to the MountMgr (this is a hack for now);
- As a consequence, stop storing the symlink name into the DRIVE_INFO structure;
- Store the device name instead;
- On IOCTL_MOUNTDEV_QUERY_DEVICE_NAME, don't return DOS device, but device name;
- On IOCTL_MOUNTDEV_QUERY_DEVICE_NAME, properly return if buffer is way too small;
- Hackplement IOCTL_MOUNTDEV_QUERY_UNIQUE_ID so that it returns device name.
2019-10-27 11:35:23 +01:00
..
CMakeLists.txt
csqrtns.c
csqrtns.h
floppy.c [FLOPPY] Make floppy drives letters being handled by the MountMgr 2019-10-27 11:35:23 +01:00
floppy.h [FLOPPY] Make floppy drives letters being handled by the MountMgr 2019-10-27 11:35:23 +01:00
floppy.rc
floppy_reg.inf
hardware.c
hardware.h
ioctl.c [FLOPPY] Make floppy drives letters being handled by the MountMgr 2019-10-27 11:35:23 +01:00
ioctl.h
precomp.h
readwrite.c
readwrite.h
SOURCES