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

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

diff -u --recursive --new-file v2.1.74/linux/drivers/scsi/mesh.h linux/drivers/scsi/mesh.h
@@ -16,27 +16,18 @@
 int mesh_reset(Scsi_Cmnd *, unsigned int);
 
 #define SCSI_MESH {					\
-	NULL,			/* next */		\
-	NULL,			/* usage_count */	\
-	&proc_scsi_mesh,	/* proc_dir */		\
-	NULL,			/* proc_info */		\
-	"MESH",			/* name */		\
-	mesh_detect,		/* detect */		\
-	NULL,			/* release */		\
-	NULL,			/* info */		\
-	mesh_command,		/* command */		\
-	mesh_queue,		/* queuecommand */	\
-	mesh_abort,		/* abort */		\
-	mesh_reset,		/* reset */		\
-	NULL,			/* slave_attach */	\
-	NULL,			/* bios_param */	\
-	20,			/* can_queue */		\
-	7,			/* this_id */		\
-	SG_ALL,			/* sg_tablesize */	\
-	2,			/* cmd_per_lun */	\
-	0,			/* present */		\
-	0,			/* unchecked_isa_dma */	\
-	DISABLE_CLUSTERING,	/* use_clustering */	\
+	proc_dir:	&proc_scsi_mesh,		\
+	name:		"MESH",				\
+	detect:		mesh_detect,			\
+	command:	mesh_command,			\
+	queuecommand:	mesh_queue,			\
+	abort:		mesh_abort,			\
+	reset:		mesh_reset,			\
+	can_queue:	20,				\
+	this_id:	7,				\
+	sg_tablesize:	SG_ALL,				\
+	cmd_per_lun:	2,				\
+	use_clustering:	DISABLE_CLUSTERING,		\
 }
 
 /*

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