Re: MCA in or out?

Klaus Kudielka (kudielka@crl.go.jp)
Wed, 08 Apr 1998 19:34:09 +0900


Shaw Carruthers wrote:
> --- linux-2.1.92.dist/drivers/scsi/ibmmca.c Wed Feb 4 13:56:13 1998
> +++ linux/drivers/scsi/ibmmca.c Wed Apr 8 01:36:43 1998
> @@ -1505,7 +1505,7 @@
> } else if( ints ) {
> int i;
> for (i = 0; i < IM_MAX_HOSTS && i < ints[0]; i++) {
> - io_port[i] = ints[i+1];
> + io_port[i] = IM_IO_PORT ;
> }
> }
> }

Um, what is that one supposed to do? Now all host adapters will have the same
I/O address!? What was wrong with the original code? Did you try
"ibmmcascsi=0x3540" as kernel parameter?

--
Klaus Kudielka			     Communications Research Laboratory
Tel. ++81-42-327-6494	       Ministry of Posts and Telecommunications
Fax. ++81-42-327-6699				  Nukui-Kitamachi 4-2-1
E-mail kudielka@crl.go.jp		 Koganei, Tokyo 184-8795, Japan

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