patch-2.4.7 linux/drivers/scsi/osst.h
Next file: linux/drivers/scsi/pcmcia/Config.in
Previous file: linux/drivers/scsi/osst.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Thu Jul 19 21:18:00 2001
- Orig file:
v2.4.6/linux/drivers/scsi/osst.h
- Orig date:
Tue Jul 3 17:08:20 2001
diff -u --recursive --new-file v2.4.6/linux/drivers/scsi/osst.h linux/drivers/scsi/osst.h
@@ -4,6 +4,7 @@
#include <asm/byteorder.h>
#include <linux/config.h>
+#include <linux/completion.h>
#ifdef CONFIG_DEVFS_FS
#include <linux/devfs_fs_kernel.h>
#endif
@@ -535,7 +536,7 @@
unsigned capacity;
Scsi_Device* device;
struct semaphore lock; /* for serialization */
- struct semaphore sem; /* for SCSI commands */
+ struct completion wait; /* for SCSI commands */
OSST_buffer * buffer;
/* Drive characteristics */
@@ -595,7 +596,7 @@
* has been read into STp->buffer and is valid */
int frame_seq_number; /* logical frame number */
int logical_blk_num; /* logical block number */
- unsigned first_frame_position; /* physical frame to be transfered to/from host */
+ unsigned first_frame_position; /* physical frame to be transferred to/from host */
unsigned last_frame_position; /* physical frame to be transferd to/from tape */
int cur_frames; /* current number of frames in internal buffer */
int max_frames; /* max number of frames in internal buffer */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)