public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [CFT][PATCH] ide-floppy cleanups/media change detection (2/5)
@ 2002-01-13  2:54 Kevin P. Fleming
  0 siblings, 0 replies; only message in thread
From: Kevin P. Fleming @ 2002-01-13  2:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: Paul Bristow

Patch 2 follows:

diff -X dontdiff -urN linux-1/drivers/ide/ide-floppy.c
linux-2/drivers/ide/ide-floppy.c
--- linux-1/drivers/ide/ide-floppy.c Sat Jan 12 16:33:08 2002
+++ linux-2/drivers/ide/ide-floppy.c Sat Jan 12 16:48:05 2002
@@ -1957,17 +1957,6 @@
   for (i = 0; i < 1 << PARTN_BITS; i++)
    max_sectors[major][minor + i] = 64;
  }
-  /*
-   *      Guess what?  The IOMEGA Clik! drive also needs the
-   *      above fix.  It makes nasty clicking noises without
-   *      it, so please don't remove this.
-   */
-  if (strcmp(drive->id->model, "IOMEGA Clik! 40 CZ ATAPI") == 0)
-  {
-    for (i = 0; i < 1 << PARTN_BITS; i++)
-      max_sectors[major][minor + i] = 64;
-    set_bit(IDEFLOPPY_CLIK_DRIVE, &floppy->flags);
-  }

  /*
  *      Guess what?  The IOMEGA Clik! drive also needs the




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-13  2:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-13  2:54 [CFT][PATCH] ide-floppy cleanups/media change detection (2/5) Kevin P. Fleming

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