patch-2.1.106 linux/drivers/scsi/cyberstorm.h

Next file: linux/drivers/scsi/cyberstormII.c
Previous file: linux/drivers/scsi/cyberstorm.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.105/linux/drivers/scsi/cyberstorm.h linux/drivers/scsi/cyberstorm.h
@@ -55,28 +55,18 @@
 			 int hostno, int inout);
 
 
-#define SCSI_CYBERSTORM {                                                               \
-/* struct SHT *next */                                         NULL,                   \
-/* long *usage_count */                                        NULL,                   \
-/* struct proc_dir_entry *proc_dir */                          &proc_scsi_esp,         \
-/* int (*proc_info)(char *, char **, off_t, int, int, int) */  &esp_proc_info,                   \
-/* const char *name */                                         "CyberStorm SCSI", \
-/* int detect(struct SHT *) */                                 cyber_esp_detect,  \
-/* int release(struct Scsi_Host *) */                          NULL,                   \
-/* const char *info(struct Scsi_Host *) */                     esp_info,               \
-/* int command(Scsi_Cmnd *) */                                 esp_command,            \
-/* int queuecommand(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *)) */ esp_queue,              \
-/* int abort(Scsi_Cmnd *) */                                   esp_abort,              \
-/* int reset(Scsi_Cmnd *) */                                   esp_reset,              \
-/* int slave_attach(int, int) */                               NULL,                   \
-/* int bios_param(Disk *, kdev_t, int[]) */                    NULL,                   \
-/* int can_queue */                                            7,                      \
-/* int this_id */                                              7,                      \
-/* short unsigned int sg_tablesize */                          SG_ALL,                 \
-/* short cmd_per_lun */                                        1,                      \
-/* unsigned char present */                                    0,                      \
-/* unsigned unchecked_isa_dma:1 */                             0,                      \
-/* unsigned use_clustering:1 */                                DISABLE_CLUSTERING, }
+#define SCSI_CYBERSTORM   { proc_dir:		&proc_scsi_esp, \
+			    name:		"CyberStorm SCSI", \
+			    detect:		cyber_esp_detect, \
+			    release:		NULL, \
+			    queuecommand:	esp_queue, \
+			    abort:		esp_abort, \
+			    reset:		esp_reset, \
+			    can_queue:          7, \
+			    this_id:		7, \
+			    sg_tablesize:	SG_ALL, \
+			    cmd_per_lun:	1, \
+			    use_clustering:	DISABLE_CLUSTERING }
 
 #endif /* CYBER_ESP_H */
 

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