reactos/drivers/storage
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
..
class [DISK] Forcibly declare our partitions to the MountMgr 2019-10-21 16:50:36 +02:00
classpnp [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
fdc [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
floppy [FLOPPY] Make floppy drives letters being handled by the MountMgr 2019-10-27 11:35:23 +01:00
floppy_new [FLOPPY_NEW] Fix MSVC builds 2019-07-06 09:39:03 +02:00
ide [UNIATA] Fix uniata on x64 2019-09-08 10:39:01 +02:00
inc
port [STORPORT] Improvements to the device enumerator code. 2019-06-27 23:28:41 +02:00
scsiport [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
storahci [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
CMakeLists.txt