PERFORCE change 131386 for review

Kip Macy kmacy at FreeBSD.org
Fri Dec 21 12:49:38 PST 2007


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

Change 131386 by kmacy at kmacy:entropy:iwarp on 2007/12/21 20:48:38

	widen nqsets so that the sysctl won't print out bad values

Affected files ...

.. //depot/projects/iwarp/sys/dev/cxgb/cxgb_adapter.h#8 edit

Differences ...

==== //depot/projects/iwarp/sys/dev/cxgb/cxgb_adapter.h#8 (text+ko) ====

@@ -120,8 +120,8 @@
 	uint8_t		port_id;
 	uint8_t		tx_chan;
 	uint8_t		txpkt_intf;
-	uint8_t		nqsets;
 	uint8_t         first_qset;
+	uint32_t	nqsets;
 	
 	uint8_t		hw_addr[ETHER_ADDR_LEN];
 	struct taskqueue *tq;


More information about the p4-projects mailing list