patch-2.1.23 linux/drivers/scsi/seagate.h
Next file: linux/drivers/scsi/sg.c
Previous file: linux/drivers/scsi/seagate.c
Back to the patch index
Back to the overall index
-  Lines: 34
-  Date:
Fri Jan 24 19:35:51 1997
-  Orig file: 
v2.1.22/linux/drivers/scsi/seagate.h
-  Orig date: 
Mon May 27 13:37:18 1996
diff -u --recursive --new-file v2.1.22/linux/drivers/scsi/seagate.h linux/drivers/scsi/seagate.h
@@ -37,14 +37,6 @@
 			 1, 7, SG_ALL, 1, 0, 0, DISABLE_CLUSTERING}
 #endif
 
-
-/*
-	defining PARITY causes parity data to be checked
-*/
-
-#define PARITY
-
-
 /*
 	Thanks to Brian Antoine for the example code in his Messy-Loss ST-01
 		driver, and Mitsugu Suzuki for information on the ST-01
@@ -67,11 +59,16 @@
 /*
 	STATUS
 */
+#ifdef SWAPSTAT
+	#define STAT_MSG		0x08
+	#define STAT_CD			0x02
+#else
+	#define STAT_MSG		0x02
+	#define STAT_CD			0x08
+#endif
 
 #define STAT_BSY		0x01
-#define STAT_MSG		0x02
 #define STAT_IO			0x04
-#define STAT_CD			0x08
 #define STAT_REQ		0x10
 #define STAT_SEL		0x20
 #define STAT_PARITY		0x40
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov