patch-2.4.9 linux/drivers/scsi/st.h
Next file: linux/drivers/sgi/char/ds1286.c
Previous file: linux/drivers/scsi/st.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Aug 12 11:19:58 2001
- Orig file:
v2.4.8/linux/drivers/scsi/st.h
- Orig date:
Wed Jul 25 17:10:23 2001
diff -u --recursive --new-file v2.4.8/linux/drivers/scsi/st.h linux/drivers/scsi/st.h
@@ -81,6 +81,7 @@
unsigned char restr_dma;
unsigned char scsi2_logical;
unsigned char default_drvbuffer; /* 0xff = don't touch, value 3 bits */
+ unsigned char use_pf; /* Set Page Format bit in all mode selects? */
int tape_type;
int write_threshold;
int timeout; /* timeout for normal commands */
@@ -126,6 +127,9 @@
#endif
} Scsi_Tape;
+/* Bit masks for use_pf */
+#define USE_PF 1
+#define PF_TESTED 2
/* Values of eof */
#define ST_NOEOF 0
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)