diff options
author | mjacob <mjacob@FreeBSD.org> | 2000-02-11 19:37:56 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2000-02-11 19:37:56 +0000 |
commit | ac0c069327d1c4807c7d7b3f8b357b1ba3e53706 (patch) | |
tree | 62144b143db272b78c81a22de76bb641ac43fd28 /sys | |
parent | b2371118e52b1064df0d8b86ead5f08208934d7b (diff) | |
download | FreeBSD-src-ac0c069327d1c4807c7d7b3f8b357b1ba3e53706.zip FreeBSD-src-ac0c069327d1c4807c7d7b3f8b357b1ba3e53706.tar.gz |
Turn back on fast posting- the code that turns it off (for 1020/1040) is
now in isp.c
Approved: jkh@freebsd.org
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isp/isp_freebsd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 5e016aa..cb251fc 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -257,8 +257,3 @@ 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 |