[CFT][PATCH] ide-floppy cleanups/media change detection (2/5)

From: Kevin P. Fleming (kevin@labsysgrp.com)
Date: Sat Jan 12 2002 - 21:54:34 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jan 15 2002 - 21:00:40 EST