2.1.103 - Mitsumi-CDROM driver does not accept parameter

Malware (Michael.Mueller4@post.rwth-aachen.de)
Thu, 04 Jun 1998 06:37:25 +0200


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

Hi,

the Mitsumi-CDROM driver (mcd) does not accept the parameter mcd when
compiled as module. The problem can simple be solved by inserting one
line. Please someone check if the second parameter to MODULE_PARM is
correct since I not sure which it does effect it does have.

Malware
--------------1ECC80584551C73F108EE9D1
Content-Type: text/plain; charset=us-ascii; name="linux-2.1.103-mcd.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="linux-2.1.103-mcd.diff"

--- drivers/cdrom/mcd.c.orig Thu Jun 4 06:32:40 1998
+++ drivers/cdrom/mcd.c Thu Jun 4 06:30:38 1998
@@ -157,6 +157,7 @@

static short mcd_port = MCD_BASE_ADDR; /* used as "mcd" by "insmod" */
static int mcd_irq = MCD_INTR_NR; /* must directly follow mcd_port */
+MODULE_PARM(mcd, "1-2i");

static int McdTimeout, McdTries;
static struct wait_queue *mcd_waitq = NULL;

--------------1ECC80584551C73F108EE9D1--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu