Re: Patch for 2.1.122 (extending zip-drive support)

Tim Waugh (tim@cyberelk.demon.co.uk)
Sat, 26 Sep 1998 23:00:48 +0100 (BST)


On Sat, 26 Sep 1998, robin 'xer.xes' putters wrote:

> This patch against 2.1.122 detects a protection mode change (for the Iomega Zip and Jaz drives, maybe other drives too), so the
> partition table gets reread.
>
> [...]
>
> diff -u --recursive old/linux/drivers/scsi/imm.c linux/drivers/scsi/imm.c
> --- old/linux/drivers/scsi/imm.c Mon Sep 14 20:11:44 1998
> +++ linux/drivers/scsi/imm.c Wed Sep 23 21:16:00 1998
> @@ -65,7 +65,7 @@
>
> #define IMM_BASE(x) imm_hosts[(x)].base
>
> -int base[NO_HOSTS] =
> +int parbus_base[NO_HOSTS] =
> {0x03bc, 0x0378, 0x0278, 0x0000};
>
> void imm_wakeup(void *ref)
> Only in linux/drivers/scsi: imm.c.orig

Is that supposed to be in there?

Tim.
*/

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