PERFORCE change 130457 for review

Kip Macy kmacy at FreeBSD.org
Fri Dec 7 21:18:51 PST 2007


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

Change 130457 by kmacy at kmacy:storage:toestack on 2007/12/08 05:18:02

	make tid unsigned int

Affected files ...

.. //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_toepcb.h#2 edit

Differences ...

==== //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_toepcb.h#2 (text+ko) ====

@@ -7,7 +7,7 @@
 	struct toedev *tp_toedev;
 	struct l2t_entry *tp_l2t;
 	pr_ctloutput_t *tp_ctloutput;
-	int tp_tid;
+	unsigned int tp_tid;
 	int tp_wr_max;
 	int tp_wr_avail;
 	int tp_wr_unacked;


More information about the p4-projects mailing list