Grr.!$()!$$ I missed checking this in even though I *did* run

a tinderbox myself and caught the error.

Change to isp_send_cmd needs a final ecmd argument.

Sponsored by: Spectralogic
MFC after:	1 month
X-MFC: 238869
This commit is contained in:
Matt Jacob 2012-07-29 14:21:42 +00:00
parent 3631c6382f
commit 767a02fb40

View File

@ -600,7 +600,7 @@ dma2(void *arg, bus_dma_segment_t *dm_segs, int nseg, int error)
ddir = ISP_NOXFR;
}
if (isp_send_cmd(isp, rq, dm_segs, nseg, XS_XFRLEN(csio), ddir) != CMD_QUEUED) {
if (isp_send_cmd(isp, rq, dm_segs, nseg, XS_XFRLEN(csio), ddir, NULL) != CMD_QUEUED) {
mp->error = MUSHERR_NOQENTRIES;
}
}