Patch for drivers/scsi/imm.c

robin 'xer.xes' putters (xer.xes@wxs.nl)
Wed, 23 Sep 1998 01:09:30 +0200


This is a multi-part message in MIME format.
--------------31064853A3BB65D86ED5A69D
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Here's a small patch to make imm.c compile and work.

--------------31064853A3BB65D86ED5A69D
Content-Type: text/plain; charset=us-ascii;
name="imm.c-patch.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="imm.c-patch.diff"

--- linux/drivers/scsi/imm.c.OLD Mon Sep 14 20:11:44 1998
+++ linux/drivers/scsi/imm.c Wed Sep 23 00:57:08 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)

--------------31064853A3BB65D86ED5A69D--

-
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/