patch-2.1.75 linux/drivers/scsi/pas16.h
Next file: linux/drivers/scsi/pci2000.h
Previous file: linux/drivers/scsi/ncr53c8xx.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Sun Dec 21 17:04:49 1997
- Orig file:
v2.1.74/linux/drivers/scsi/pas16.h
- Orig date:
Mon Apr 29 07:14:19 1996
diff -u --recursive --new-file v2.1.74/linux/drivers/scsi/pas16.h linux/drivers/scsi/pas16.h
@@ -142,13 +142,18 @@
#if defined(HOSTS_C) || defined(MODULE)
-#define MV_PAS16 {NULL, NULL, NULL, NULL, \
- "Pro Audio Spectrum-16 SCSI", \
- pas16_detect, NULL, NULL, \
- NULL, pas16_queue_command, pas16_abort, pas16_reset, NULL, \
- pas16_biosparam, \
- /* can queue */ CAN_QUEUE, /* id */ 7, SG_ALL, \
- /* cmd per lun */ CMD_PER_LUN , 0, 0, DISABLE_CLUSTERING}
+#define MV_PAS16 { \
+ name: "Pro Audio Spectrum-16 SCSI", \
+ detect: pas16_detect, \
+ queuecommand: pas16_queue_command, \
+ abort: pas16_abort, \
+ reset: pas16_reset, \
+ bios_param: pas16_biosparam, \
+ can_queue: CAN_QUEUE, \
+ this_id: 7, \
+ sg_tablesize: SG_ALL, \
+ cmd_per_lun: CMD_PER_LUN , \
+ use_clustering: DISABLE_CLUSTERING}
#endif
#ifndef HOSTS_C
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov