Commit 8ac3a026 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] IDE floppy must be marked removable

parent cd8971b7
...@@ -166,6 +166,7 @@ static inline void do_identify (ide_drive_t *drive, u8 cmd) ...@@ -166,6 +166,7 @@ static inline void do_identify (ide_drive_t *drive, u8 cmd)
printk("cdrom or floppy?, assuming "); printk("cdrom or floppy?, assuming ");
if (drive->media != ide_cdrom) { if (drive->media != ide_cdrom) {
printk ("FLOPPY"); printk ("FLOPPY");
drive->removable = 1;
break; break;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment