ncr53c8xx.c and 2.1.49

a sun (asun@zoology.washington.edu)
Tue, 12 Aug 1997 11:04:08 -0700 (PDT)


following is a small fix for the ncr53c8xx driver. there's also a
small cosmetic printk bug on line 8794, but i'm not sure what's
supposed to be there. here's the line:
printf("ncr53c8xx_setup: unexpected boot option '%.*s' ignored\n",
pc-cur+1, cur);

--- linux/drivers/scsi/ncr53c8xx.c.save Tue Aug 12 09:08:46 1997
+++ linux/drivers/scsi/ncr53c8xx.c Tue Aug 12 09:08:59 1997
@@ -9283,7 +9283,7 @@
*/
#ifdef NCR_IOMAPPED
request_region(io_port, 128, "ncr53c8xx");
- device->slot.port = ioport;
+ device->slot.port = io_port;
#else
device->slot.reg = (struct ncr_reg *) remap_pci_mem((ulong) base, 128);
if (!device->slot.reg)