On Mon, Jan 11, 2010 at 01:30:19PM -0500, Cole Robinson wrote: > Current IDE floppy detection is hardcoded based on source file name. > Make this smarter by attempting a floppy specific ioctl.
IDE floppys show up as /dev/hd?, these are old legacy floppies. Otherwise looks good except that I think the ioctl should have a higher match priority than the name match. Same applies to the CDROM version of the patch.