patch-2.1.101 linux/drivers/acorn/scsi/cumana_1.c

Next file: linux/drivers/acorn/scsi/cumana_2.c
Previous file: linux/drivers/acorn/scsi/acornscsi.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.100/linux/drivers/acorn/scsi/cumana_1.c linux/drivers/acorn/scsi/cumana_1.c
@@ -34,6 +34,11 @@
 
 /*
  * $Log: cumana_1.c,v $
+ * Revision 1.3  1998/05/03 20:45:32  alan
+ * ARM SCSI update. This adds the eesox driver and massively updates the
+ * Cumana driver. The folks who bought cumana arent anal retentive all
+ * docs are secret weenies so now there are docs ..
+ *
  * Revision 1.2  1998/03/08 05:49:46  davem
  * Merge to 2.1.89
  *
@@ -134,7 +139,7 @@
 	    printk("scsi%d: please jumper the board for a free IRQ.\n", instance->host_no);
 	}
 
-	printk("scsi%d: at port %X irq", instance->host_no, instance->io_port);
+	printk("scsi%d: at port %lX irq", instance->host_no, instance->io_port);
 	if (instance->irq == IRQ_NONE)
 	    printk ("s disabled");
 	else

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov