linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Kevin P. Fleming" <kevin@labsysgrp.com>
To: <marcelo@conectiva.com.br>
Cc: <linux-kernel@vger.kernel.org>, <andre@linux-ide.org>
Subject: [PATCH] ide-probe does not set removable flag for ide-floppy devices
Date: Thu, 13 Dec 2001 16:06:39 -0700	[thread overview]
Message-ID: <009c01c1842a$d281f670$6caaa8c0@kevin> (raw)

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;
      }
     }



             reply	other threads:[~2001-12-13 23:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-13 23:06 Kevin P. Fleming [this message]
2001-12-14 20:28 ` [PATCH] ide-probe does not set removable flag for ide-floppy devices Marcelo Tosatti
2001-12-28  2:06 ` Dave Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='009c01c1842a$d281f670$6caaa8c0@kevin' \
    --to=kevin@labsysgrp.com \
    --cc=andre@linux-ide.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).