View | Details | Raw Unified | Return to bug 238661
Collapse All | Expand All

(-)b/sys/dev/mpt/mpt.c (-3 / +2 lines)
Lines 488-495 mpt_default_reply_handler(struct mpt_softc *mpt, request_t *req, Link Here
488
{
488
{
489
489
490
	mpt_prt(mpt,
490
	mpt_prt(mpt,
491
	    "Default Handler Called: req=%p:%u reply_descriptor=%x frame=%p\n",
491
	    "Default Handler Called: req=%u:%u reply_descriptor=%x frame=%p\n",
492
	    req, req->serno, reply_desc, reply_frame);
492
	    req->index, req->serno, reply_desc, reply_frame);
493
493
494
	if (reply_frame != NULL)
494
	if (reply_frame != NULL)
495
		mpt_dump_reply_frame(mpt, reply_frame);
495
		mpt_dump_reply_frame(mpt, reply_frame);
496
- 

Return to bug 238661