PERFORCE change 118698 for review

Kip Macy kmacy at FreeBSD.org
Tue Apr 24 04:05:36 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=118698

Change 118698 by kmacy at kmacy_vt-x:opentoe_init on 2007/04/24 04:05:34

	fix compile nit

Affected files ...

.. //depot/projects/opentoe/sys/dev/cxgb/cxgb_offload.c#9 edit

Differences ...

==== //depot/projects/opentoe/sys/dev/cxgb/cxgb_offload.c#9 (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 = rman_get_start(adapter->regs_res) + A_SG_KDOORBELL;
+		req->kdb_addr = (void *)(rman_get_start(adapter->regs_res) + A_SG_KDOORBELL);
 		break;
 	}
 	case RDMA_CQ_OP: {


More information about the p4-projects mailing list