summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-02-09 01:09:03 +0000
committermjacob <mjacob@FreeBSD.org>1999-02-09 01:09:03 +0000
commitd42d56559f0a22eeb1179efc68c851497ea303fc (patch)
tree9fa8f345ca9753afe60e453d4d97409138fd4fea /sys
parent1815bac109437d15902e21da2d84b97678da763c (diff)
downloadFreeBSD-src-d42d56559f0a22eeb1179efc68c851497ea303fc.zip
FreeBSD-src-d42d56559f0a22eeb1179efc68c851497ea303fc.tar.gz
Add in defines that disable (temp) fast posting.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isp/isp_freebsd_cam.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_freebsd_cam.h b/sys/dev/isp/isp_freebsd_cam.h
index f041bf4..abe7530 100644
--- a/sys/dev/isp/isp_freebsd_cam.h
+++ b/sys/dev/isp/isp_freebsd_cam.h
@@ -1,5 +1,5 @@
-/* $Id: isp_freebsd_cam.h,v 1.12 1999/01/10 11:15:23 mjacob Exp $ */
-/* release_01_29_99 */
+/* $Id: isp_freebsd_cam.h,v 1.13 1999/01/30 07:29:00 mjacob Exp $ */
+/* release_02_05_99 */
/*
* Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (CAM version)
*---------------------------------------
@@ -78,7 +78,7 @@ struct isposinfo {
#define isp_name isp_osinfo.name
-#define MAXISPREQUEST 64
+#define MAXISPREQUEST 64
#define PVS "Qlogic ISP Driver, FreeBSD CAM"
@@ -175,6 +175,10 @@ extern void isp_done(struct ccb_scsiio *);
#define SYS_DELAY(x) DELAY(x)
#define STOP_WATCHDOG(f, s)
+
+#define ISP_NO_FASTPOST_SCSI 1
+#define ISP_NO_FASTPOST_FC 1
+
extern void isp_attach __P((struct ispsoftc *));
extern void isp_uninit __P((struct ispsoftc *));
OpenPOWER on IntegriCloud