patch-1.3.74 linux/drivers/scsi/ppa.h
Next file: linux/drivers/scsi/st.c
Previous file: linux/drivers/scsi/ppa.c
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Thu Mar 14 12:57:46 1996
- Orig file:
v1.3.73/linux/drivers/scsi/ppa.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.73/linux/drivers/scsi/ppa.h linux/drivers/scsi/ppa.h
@@ -0,0 +1,44 @@
+#ifndef _PPA_H
+#define _PPA_H
+
+/* Driver for the PPA3 parallel port SCSI HBA embedded in
+ the Iomega ZIP drive
+
+ (c) 1996 Grant R. Guenther grant@torque.net
+*/
+
+#define PPA_INITIATOR 7
+
+int ppa_detect(Scsi_Host_Template * );
+const char * ppa_info(struct Scsi_Host *);
+int ppa_command(Scsi_Cmnd *);
+int ppa_queuecommand(Scsi_Cmnd *, void (* done)(Scsi_Cmnd *));
+int ppa_abort(Scsi_Cmnd *);
+int ppa_reset(Scsi_Cmnd *);
+int ppa_biosparam(Disk *, kdev_t, int[]);
+
+#define PPA { \
+ 0, \
+ 0, \
+ 0, \
+ 0, \
+ 0, \
+ ppa_detect, \
+ 0, \
+ ppa_info, \
+ ppa_command, \
+ ppa_queuecommand, \
+ ppa_abort, \
+ ppa_reset, \
+ 0, \
+ ppa_biosparam, \
+ 0, \
+ PPA_INITIATOR, \
+ SG_NONE, \
+ 1, \
+ 0, \
+ 0, \
+ DISABLE_CLUSTERING \
+}
+
+#endif /* _PPA_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this