diff options
| author | Scott Long <scottl@FreeBSD.org> | 2005-01-23 22:33:59 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2005-01-23 22:33:59 +0000 |
| commit | da6297fcf938387dfe537c96d66f24f5ec22dfb7 (patch) | |
| tree | afb14a20d10114ff304484acdeb6fba92a13c14c /sys/dev/isp | |
| parent | 4b62274965dd5948433cffde77bcd5670af076b6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 8a9642a259ff..4132b5a0d205 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -1497,7 +1497,7 @@ isp_handle_platform_atio(struct ispsoftc *isp, at_entry_t *aep) * Construct a tag 'id' based upon tag value (which may be 0..255) * and the handle (which we have to preserve). */ - AT_MAKE_TAGID(atiop->tag_id, aep); + AT_MAKE_TAGID(atiop->tag_id, 0, aep); if (aep->at_flags & AT_TQAE) { atiop->tag_action = aep->at_tag_type; atiop->ccb_h.status |= CAM_TAG_ACTION_VALID; |
