Add in defines that disable (temp) fast posting.

This commit is contained in:
Matt Jacob 1999-02-09 01:09:03 +00:00
parent 2b05293160
commit cd5622a63b
1 changed files with 7 additions and 3 deletions

View File

@ -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 *));