patch-1.3.28 linux/drivers/scsi/in2000.h
Next file: linux/drivers/scsi/pas16.c
Previous file: linux/drivers/scsi/in2000.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon Sep 18 08:54:09 1995
- Orig file:
v1.3.27/linux/drivers/scsi/in2000.h
- Orig date:
Fri Jul 7 08:54:50 1995
diff -u --recursive --new-file v1.3.27/linux/drivers/scsi/in2000.h linux/drivers/scsi/in2000.h
@@ -99,16 +99,17 @@
int in2000_queuecommand(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
int in2000_abort(Scsi_Cmnd *);
int in2000_reset(Scsi_Cmnd *);
-int in2000_biosparam(Disk *, int, int*);
+int in2000_biosparam(Disk *, kdev_t, int*);
#ifndef NULL
#define NULL 0
#endif
+
/* next may be "SG_NONE" or "SG_ALL" or nr. of (1k) blocks per R/W Cmd. */
#define IN2000_SG SG_ALL
-#define IN2000 {NULL, NULL, NULL, \
- "in2000", PROC_SCSI_IN2000, \
+#define IN2000 {NULL, NULL, \
+ NULL, NULL, \
"Always IN2000", in2000_detect, NULL, \
NULL, in2000_command, \
in2000_queuecommand, \
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