patch-2.2.19 linux/drivers/scsi/osst_detect.h
Next file: linux/drivers/scsi/osst_options.h
Previous file: linux/drivers/scsi/osst.h
Back to the patch index
Back to the overall index
- Lines: 6
- Date:
Sun Mar 25 11:37:36 2001
- Orig file:
v2.2.18/drivers/scsi/osst_detect.h
- Orig date:
Wed Dec 31 19:00:00 1969
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/drivers/scsi/osst_detect.h linux/drivers/scsi/osst_detect.h
@@ -0,0 +1,5 @@
+#define OSST_SUPPORTS(SDp) (! ( memcmp (SDp->vendor, "OnStream", 8) || \
+ ( memcmp (SDp->model, "SC-", 3) && \
+ memcmp (SDp->model, "DI-", 3) && \
+ memcmp (SDp->model, "DP-", 3) && \
+ memcmp (SDp->model, "USB", 3) ) ) )
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)