diff options
-rw-r--r-- | sys/dev/isp/isp_freebsd.h | 5 |
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 |