diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-07-29 04:20:46 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-07-29 04:20:46 +0000 |
| commit | 432d73e704cb8914f82ef75538ad0c7ec50b482e (patch) | |
| tree | 7df63950c6d8ff6f6c12bb30d0384dc65421bc88 /sys/dev/isp | |
| parent | a088b43887964f1ea2a9eef666b64714c1e0aefc (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_inline.h b/sys/dev/isp/isp_inline.h index 5a1694df05f8..8f8201362548 100644 --- a/sys/dev/isp/isp_inline.h +++ b/sys/dev/isp/isp_inline.h @@ -209,7 +209,7 @@ isp_fc_runstate(struct ispsoftc *isp, int tval) fcparam *fcp; int *tptr; - if (IS_SCSI(isp) || isp->isp_role == ISP_ROLE_NONE) + if (IS_SCSI(isp)) return (0); tptr = tval? &tval : NULL; |
