diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2003-02-16 14:26:23 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2003-02-16 14:26:23 +0000 |
| commit | e5824c5d339602955ec7a8a6d0dc2d6b346e6cf3 (patch) | |
| tree | f3dff4b1ec6081cadbd36c68e274a97bfcfb34b7 /sys/dev/isp | |
| parent | d0b451388486c37eecf9b292f765a7b2757e0b35 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index 1c6327b06f72..c737cf1c4796 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -387,7 +387,7 @@ isp_target_put_atio(struct ispsoftc *isp, void *arg) atun._atio2.at_lun = (u_int8_t) aep->at_lun; } atun._atio2.at_iid = aep->at_iid; - atun._atoi2.at_rxid = aep->at_rxid; + atun._atio2.at_rxid = aep->at_rxid; atun._atio2.at_status = CT_OK; } else { at_entry_t *aep = arg; |
