reactos/reactos/drivers
Pierre Schweitzer f79fbfbb61 [EXT2]
Add the ReactOS famous... hack? fix? whatever? already present in FastFAT, NTFS...:
When accessing a floppy disk, our floppy storage stack can return that the disk type is unknown (some would say it's legit - see comments in FastFAT) and will also return a disk sector size of 0.
Then, when trying to read the floppy disk with said size, everything goes wrong (null length read is never a good thing). So, as in any other FSD in ReactOS, for disk sector size to 512 bytes in this really specific case.

This fixes BSOD when having a floppy drive in ReactOS (whatever its filesystem).

CORE-10464 #resolve #comment Fixed with r70725

svn path=/trunk/; revision=70725
2016-02-13 09:16:45 +00:00
..
base Remove redundant extra terminating ';' in all of our C code. 2016-02-04 20:42:07 +00:00
battery [CMAKE] 2014-10-17 23:28:29 +00:00
bluetooth [REACTOS] 2015-04-12 12:24:01 +00:00
bus Remove redundant extra terminating ';' in all of our C code. 2016-02-04 20:42:07 +00:00
crypto Remove redundant extra terminating ';' in all of our C code. 2016-02-04 20:42:07 +00:00
filesystems [EXT2] 2016-02-13 09:16:45 +00:00
filters [MOUNTMGR] 2016-01-15 21:12:57 +00:00
fs_minifilter [FLTMGR] 2016-01-05 18:43:26 +00:00
hid [HIDCLASS][USBHUB] 2015-09-04 17:31:58 +00:00
input [i8042PRT]: Forgot this one, addendum to r70680. 2016-02-03 00:40:37 +00:00
ksfilter - Fix some broken stuff involving DPRINT. Thought I had tested this, sorry for build break! 2015-09-11 20:42:49 +00:00
multimedia [SB16] fix some traces 2015-08-11 17:38:41 +00:00
network [TCPIP] 2015-12-11 22:30:02 +00:00
parallel [PARPORT] 2015-11-16 19:56:00 +00:00
sac Remove redundant extra terminating ';' in all of our C code. 2016-02-04 20:42:07 +00:00
serial [REACTOS] 2015-04-12 12:24:01 +00:00
setup [BLUE][RTL][VIDEOPRT] 2015-09-19 21:10:11 +00:00
storage Remove redundant extra terminating ';' in all of our C code. 2016-02-04 20:42:07 +00:00
usb [CODE]: s/interupt/interrupt/ 2016-02-04 20:27:44 +00:00
wdm [FREELDR][STREAM][NTOS] 2016-02-03 00:37:23 +00:00
wmi [CMAKE] 2014-10-17 23:28:29 +00:00
CMakeLists.txt [FLTMGR] 2015-12-23 14:41:05 +00:00