diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2003-09-13 01:56:45 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2003-09-13 01:56:45 +0000 |
| commit | 4578084aa399ab519f031026822293652b248d24 (patch) | |
| tree | 6a4b5bf0437b2189f4b1739191ada37c52512ceb /sys/dev/isp | |
| parent | fd6eb9f769296a0aa8ca3bc8bb5b06505c48da4c (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index f11e7ed49995..b2da1382944d 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -76,8 +76,7 @@ #endif #define HANDLE_LOOPSTATE_IN_OUTER_LAYERS 1 -/* turn this off for now */ -/* #define ISP_SMPLOCK 1 */ +#define ISP_SMPLOCK 1 #ifdef ISP_SMPLOCK #define ISP_IFLAGS INTR_TYPE_CAM | INTR_ENTROPY | INTR_MPSAFE |
