patch-2.1.106 linux/drivers/scsi/fastlane.h
Next file: linux/drivers/scsi/hosts.c
Previous file: linux/drivers/scsi/fastlane.c
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Sat Jun 13 13:49:32 1998
- Orig file:
v2.1.105/linux/drivers/scsi/fastlane.h
- Orig date:
Fri May 8 23:14:49 1998
diff -u --recursive --new-file v2.1.105/linux/drivers/scsi/fastlane.h linux/drivers/scsi/fastlane.h
@@ -47,27 +47,17 @@
extern int esp_proc_info(char *buffer, char **start, off_t offset, int length,
int hostno, int inout);
-#define SCSI_FASTLANE { \
-/* 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 */ "Fastlane SCSI", \
-/* int detect(struct SHT *) */ fastlane_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_FASTLANE { proc_dir: &proc_scsi_esp, \
+ name: "Fastlane SCSI", \
+ detect: fastlane_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 /* FASTLANE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov