summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-01-21 20:54:22 +0000
committermjacob <mjacob@FreeBSD.org>2000-01-21 20:54:22 +0000
commita95eb8d83ce8d56793b5a0f79f457edffbecf751 (patch)
tree42d943e4d2526565fc78f524c0d4aadceaad6ac2 /sys/dev/isp/isp_freebsd.h
parent30cca4a4fb7d83324b518e49ce98da3c852b40ea (diff)
downloadFreeBSD-src-a95eb8d83ce8d56793b5a0f79f457edffbecf751.zip
FreeBSD-src-a95eb8d83ce8d56793b5a0f79f457edffbecf751.tar.gz
There seems to be some problems, particularly on alpha, with
FAST POSTING enabled for parallel SCSI. Be sure about things and disable it for now.
Diffstat (limited to 'sys/dev/isp/isp_freebsd.h')
-rw-r--r--sys/dev/isp/isp_freebsd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h
index cb251fc..5e016aa 100644
--- a/sys/dev/isp/isp_freebsd.h
+++ b/sys/dev/isp/isp_freebsd.h
@@ -257,3 +257,8 @@ extern void isp_uninit(struct ispsoftc *);
#define INLINE __inline
#include <dev/isp/isp_inline.h>
#endif /* _ISP_FREEBSD_H */
+
+/*
+ * There seems to be some problems with Fast Posting for us.
+ */
+#define ISP_NO_FASTPOST_SCSI 1
OpenPOWER on IntegriCloud