Re: MCA in or out?

Shaw Carruthers (shaw@shawc.demon.co.uk)
Wed, 8 Apr 1998 10:36:43 +0100 (GMT+0100)


I now have a working 2.1.92 system.

I fixed the forced scsi recognition with:

diff -ur linux-2.1.92.dist/drivers/scsi/ibmmca.c
linux/drivers/scsi/ibmmca.c
--- 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 ;
}
}
}

Also somebody sent me a patch which fixes 3c529 detection, unfortunately
I seem to have lost his email: so if he is reading this:- many thanks.

The patch is attributed:

+ Christofer Edvardsen: Fixed support for 3c529 (MCA)

--
Shaw Carruthers - shaw@shawc.demon.co.uk
London SW14 7JW UK
This is not a sig( with homage to Magritte).
  

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