* fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Don't call

EX ioctls on floppy drives.
This commit is contained in:
Corinna Vinschen
2005-09-29 16:57:09 +00:00
parent f6c9ff6646
commit f859ca87a7
2 changed files with 13 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ fhandler_dev_floppy::get_drive_info (struct hd_geometry *geo)
/* Always try using the new EX ioctls first (>= XP). If not available,
fall back to trying the old non-EX ioctls. */
if (wincap.has_disk_ex_ioctls ())
if (wincap.has_disk_ex_ioctls () && pc.dev.major != DEV_FLOPPY_MAJOR)
{
if (!DeviceIoControl (get_handle (),
IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, NULL, 0,