patch-2.1.75 linux/drivers/scsi/eata_pio.h
Next file: linux/drivers/scsi/eata_pio_proc.c
Previous file: linux/drivers/scsi/eata_dma_proc.c
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Sun Dec 21 17:59:22 1997
- Orig file:
v2.1.74/linux/drivers/scsi/eata_pio.h
- Orig date:
Mon Jul 7 16:03:00 1997
diff -u --recursive --new-file v2.1.74/linux/drivers/scsi/eata_pio.h linux/drivers/scsi/eata_pio.h
@@ -74,26 +74,17 @@
#endif
-#define EATA_PIO { \
- NULL, NULL, \
- NULL, /* proc_dir_entry */ \
- eata_pio_proc_info, /* procinfo */ \
- "EATA (Extended Attachment) PIO driver", \
- eata_pio_detect, \
- eata_pio_release, \
- NULL, NULL, \
- eata_pio_queue, \
- eata_pio_abort, \
- eata_pio_reset, \
- NULL, /* Slave attach */ \
- scsicam_bios_param, \
- 0, /* Canqueue */ \
- 0, /* this_id */ \
- 0, /* sg_tablesize */ \
- 0, /* cmd_per_lun */ \
- 0, /* present */ \
- 1, /* True if ISA */ \
- ENABLE_CLUSTERING }
+#define EATA_PIO { \
+ proc_info: eata_pio_proc_info, /* procinfo */ \
+ name: "EATA (Extended Attachment) PIO driver", \
+ detect: eata_pio_detect, \
+ release: eata_pio_release, \
+ queuecommand: eata_pio_queue, \
+ abort: eata_pio_abort, \
+ reset: eata_pio_reset, \
+ bios_param: scsicam_bios_param, \
+ unchecked_isa_dma: 1, /* True if ISA */ \
+ use_clustering: ENABLE_CLUSTERING }
#endif /* _EATA_PIO_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov