Re: ncr53c8xx > v3.2 (as in 2.2.11pre7) no-go on DEC Multia...

David S. Miller (davem@redhat.com)
Mon, 9 Aug 1999 09:17:36 -0700


From: mdorman@debian.org
Date: 09 Aug 1999 11:27:16 -0400

I hope this can be resolved before 2.2.11-final hits the streets.

Alan and I fixed it this morning. Here is the fix:

--- drivers/scsi/ncr53c8xx.c~ Mon Aug 9 16:16:36 1999
+++ drivers/scsi/ncr53c8xx.c Mon Aug 9 16:22:03 1999
@@ -4446,6 +4446,7 @@

request_region(device->slot.io_port, 128, "ncr53c8xx");
np->port = device->slot.io_port;
+ np->myaddr = 255;

#ifdef SCSI_NCR_NVRAM_SUPPORT
if (nvram) {

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