2.5.56 kernel floppy driver bug

Rob Wilkens (robw@optonline.net)
Fri, 10 Jan 2003 23:41:13 -0500


The change I described recently that needs to be made to the floppy
driver (Changing "if (NO GEOM){" to "if (1) {" in floppy_revalidate() in
drivers/block/floppy.c) still has to happen in the latest kernel to fix
a problem where you try to open the floppy device without a disk in the
drive and the OS doesn't always tell you ENXIO.. It tells you every few
times ENXIO, but not every time...

The patch is above in my text... It's simple to apply.. It's more
difficult, but if you want me to do a diff patch, I'll do it.

The patch will probably break something else, but it will at least fix
this issue, which someone else complained about.

-Rob

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/