patch-2.1.75 linux/drivers/scsi/qlogicisp.h

Next file: linux/drivers/scsi/qlogicpti.h
Previous file: linux/drivers/scsi/qlogicfas.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.74/linux/drivers/scsi/qlogicisp.h linux/drivers/scsi/qlogicisp.h
@@ -73,27 +73,20 @@
 extern struct proc_dir_entry proc_scsi_isp1020;
 
 #define QLOGICISP {							   \
-	/* next */		NULL,					   \
-	/* module */		NULL,					   \
-	/* proc dir */		NULL,					   \
-	/* procfs info */	NULL,					   \
-	/* name */		NULL,					   \
-	/* detect */		isp1020_detect,				   \
-	/* release */		isp1020_release,			   \
-	/* info */		isp1020_info,				   \
-	/* command */		NULL,					   \
-	/* queuecommand */	isp1020_queuecommand,			   \
-	/* abort */		isp1020_abort,				   \
-	/* reset */		isp1020_reset,				   \
-	/* slave_attach */	NULL,					   \
-	/* bios_param */	isp1020_biosparam,			   \
-	/* can_queue */		QLOGICISP_REQ_QUEUE_LEN,		   \
-	/* this_id */		-1,					   \
-	/* sg_tablesize */	QLOGICISP_MAX_SG(QLOGICISP_REQ_QUEUE_LEN), \
-	/* cmd_per_lun */	1,					   \
-	/* present */		0,					   \
-	/* unchecked_isa_dma */	0,					   \
-	/* use_clustering */	DISABLE_CLUSTERING			   \
+	detect:			isp1020_detect,				   \
+	release:		isp1020_release,			   \
+	info:			isp1020_info,				   \
+	queuecommand:		isp1020_queuecommand,			   \
+	abort:			isp1020_abort,				   \
+	reset:			isp1020_reset,				   \
+	bios_param:		isp1020_biosparam,			   \
+	can_queue:		QLOGICISP_REQ_QUEUE_LEN,		   \
+	this_id:		-1,					   \
+	sg_tablesize:		QLOGICISP_MAX_SG(QLOGICISP_REQ_QUEUE_LEN), \
+	cmd_per_lun:		1,					   \
+	present:		0,					   \
+	unchecked_isa_dma:	0,					   \
+	use_clustering:		DISABLE_CLUSTERING			   \
 }
 
 #endif /* _QLOGICISP_H */

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