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

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

diff -u --recursive --new-file v2.1.74/linux/drivers/scsi/amiga7xx.h linux/drivers/scsi/amiga7xx.h
@@ -27,26 +27,16 @@
 
 extern struct proc_dir_entry proc_scsi_amiga7xx;
 
-#define AMIGA7XX_SCSI {/* next */                NULL,            \
-		      /* usage_count */         NULL,	         \
-		      /* proc_dir_entry */      NULL, \
-		      /* proc_info */           NULL,            \
-		      /* name */                "Amiga NCR53c710 SCSI", \
-		      /* detect */              amiga7xx_detect,    \
-		      /* release */             NULL,   \
-		      /* info */                NULL,	         \
-		      /* command */             NULL,            \
-		      /* queuecommand */        NCR53c7xx_queue_command, \
-		      /* abort */               NCR53c7xx_abort,   \
-		      /* reset */               NCR53c7xx_reset,   \
-		      /* slave_attach */        NULL,            \
-		      /* bios_param */          scsicam_bios_param,   \
-		      /* can_queue */           24,       \
-		      /* this_id */             7,               \
-		      /* sg_tablesize */        127,          \
-		      /* cmd_per_lun */	        3,     \
-		      /* present */             0,               \
-		      /* unchecked_isa_dma */   0,               \
-		      /* use_clustering */      DISABLE_CLUSTERING }
+#define AMIGA7XX_SCSI {name:                "Amiga NCR53c710 SCSI", \
+		       detect:              amiga7xx_detect,    \
+		       queuecommand:        NCR53c7xx_queue_command, \
+		       abort:               NCR53c7xx_abort,   \
+		       reset:               NCR53c7xx_reset,   \
+		       bios_param:          scsicam_bios_param,   \
+		       can_queue:           24,       \
+		       this_id:             7,               \
+		       sg_tablesize:        127,          \
+		       cmd_per_lun:	    3,     \
+		       use_clustering:      DISABLE_CLUSTERING }
 #endif
 #endif /* AMIGA7XX_H */

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