diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-06-16 04:59:30 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-06-16 04:59:30 +0000 |
| commit | 81ac55360952dfaec44d6af9f8445c86094253a1 (patch) | |
| tree | 6c7052297c6048d12933a3d0af4104ab047ca345 /sys/dev/isp/isp_inline.h | |
| parent | fc087171042ecfc33d73073bdf9bc751beb80d8e (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_inline.h')
| -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; |
