Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2007 04:11:05 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 128542 for review
Message-ID:  <200711030411.lA34B5Nc040657@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128542

Change 128542 by kmacy@kmacy:storage:toestack on 2007/11/03 04:10:43

	don't return right away in do_hwtid_rpl - that wasn't meant to be checked in

Affected files ...

.. //depot/projects/toestack/sys/dev/cxgb/cxgb_offload.c#15 edit

Differences ...

==== //depot/projects/toestack/sys/dev/cxgb/cxgb_offload.c#15 (text+ko) ====

@@ -730,9 +730,6 @@
 	struct toe_tid_entry *toe_tid;
 	
 	printf("do_hwtid_rpl m=%p\n", m);
-	return (0);
-	
-	
 	hwtid = G_TID(ntohl(p->opcode_tid));
 
 	toe_tid = lookup_tid(&(T3C_DATA (dev))->tid_maps, hwtid);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711030411.lA34B5Nc040657>