public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ide-probe does not set removable flag for ide-floppy devices
@ 2001-12-13 23:06 Kevin P. Fleming
  2001-12-14 20:28 ` Marcelo Tosatti
  2001-12-28  2:06 ` Dave Jones
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin P. Fleming @ 2001-12-13 23:06 UTC (permalink / raw)
  To: marcelo; +Cc: linux-kernel, andre

Small patch, relative to 2.4.17-pre8, but should apply to any recent version

diff -urN -X dontdiff linux/drivers/ide/ide-probe.c
linux-new/drivers/ide/ide-probe.c
--- linux/drivers/ide/ide-probe.c Wed Dec 12 11:01:24 2001
+++ linux-new/drivers/ide/ide-probe.c Sun Dec  9 11:41:15 2001
@@ -122,6 +122,7 @@
       printk("cdrom or floppy?, assuming ");
      if (drive->media != ide_cdrom) {
       printk ("FLOPPY");
+      drive->removable = 1;
       break;
      }
     }



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-12-28  2:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-13 23:06 [PATCH] ide-probe does not set removable flag for ide-floppy devices Kevin P. Fleming
2001-12-14 20:28 ` Marcelo Tosatti
2001-12-28  2:06 ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox