PERFORCE change 131323 for review
Steve Wise
swise at FreeBSD.org
Thu Dec 20 12:17:54 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=131323
Change 131323 by swise at swise:vic10:iwarp on 2007/12/20 20:16:54
Fix integration break.
Affected files ...
.. //depot/projects/iwarp/sys/dev/cxgb/cxgb_offload.c#8 edit
Differences ...
==== //depot/projects/iwarp/sys/dev/cxgb/cxgb_offload.c#8 (text+ko) ====
@@ -305,7 +305,7 @@
req->pbl_top = t3_read_reg(adapter, A_ULPTX_PBL_ULIMIT);
req->rqt_base = t3_read_reg(adapter, A_ULPRX_RQ_LLIMIT);
req->rqt_top = t3_read_reg(adapter, A_ULPRX_RQ_ULIMIT);
- req->kdb_addr = (void *)((unsigned long)rman_get_start(adapter->regs_res) + A_SG_KDOORBELL);
+ req->kdb_addr = (void *)((unsigned long)rman_get_virtual(adapter->regs_res) + A_SG_KDOORBELL);
req->pdev = adapter->dev;
break;
}
More information about the p4-projects
mailing list