svn commit: r239145 - head/tools/tools/netmap

2012-08-08 Thread Ed Maste
Author: emaste Date: Wed Aug 8 19:15:01 2012 New Revision: 239145 URL: http://svn.freebsd.org/changeset/base/239145 Log: Be more descriptive about poll error / timeout when transmitting. Modified: head/tools/tools/netmap/pkt-gen.c Modified: head/tools/tools/netmap/pkt-gen.c

svn commit: r239143 - head/sys/dev/isp

2012-08-08 Thread Matt Jacob
Author: mjacob Date: Wed Aug 8 18:24:33 2012 New Revision: 239143 URL: http://svn.freebsd.org/changeset/base/239143 Log: More rototilling with target mode in an attemp to get multiple CCB at a time outstanding reliable. It's not there yet, but this is the direction to go in so might as well

svn commit: r239142 - head/sys/net80211

2012-08-08 Thread Adrian Chadd
Author: adrian Date: Wed Aug 8 17:16:06 2012 New Revision: 239142 URL: http://svn.freebsd.org/changeset/base/239142 Log: Fix an incorrect comment. Modified: head/sys/net80211/ieee80211.h Modified: head/sys/net80211/ieee80211.h

svn commit: r239141 - head/sys/dev/netmap

2012-08-08 Thread Ed Maste
Author: emaste Date: Wed Aug 8 15:28:29 2012 New Revision: 239141 URL: http://svn.freebsd.org/changeset/base/239141 Log: Fix whitespace (missing newline) Modified: head/sys/dev/netmap/netmap.c Modified: head/sys/dev/netmap/netmap.c ===

svn commit: r239140 - head/sys/dev/netmap

2012-08-08 Thread Ed Maste
Author: emaste Date: Wed Aug 8 15:27:01 2012 New Revision: 239140 URL: http://svn.freebsd.org/changeset/base/239140 Log: Clarify comments about number of tx / rx rings Modified: head/sys/dev/netmap/netmap.c head/sys/dev/netmap/netmap_kern.h Modified: head/sys/dev/netmap/netmap.c =

svn commit: r239139 - head/tools/tools/netmap

2012-08-08 Thread Ed Maste
Author: emaste Date: Wed Aug 8 13:54:26 2012 New Revision: 239139 URL: http://svn.freebsd.org/changeset/base/239139 Log: Round displayed pps (instead of truncating) Modified: head/tools/tools/netmap/pkt-gen.c Modified: head/tools/tools/netmap/pkt-gen.c ==

svn commit: r239138 - in head/contrib/compiler-rt: . lib lib/arm

2012-08-08 Thread Andrew Turner
Author: andrew Date: Wed Aug 8 09:42:44 2012 New Revision: 239138 URL: http://svn.freebsd.org/changeset/base/239138 Log: Import compiler-rt r160957. This is mostly a no-op other than for ARM where it adds missing __aeabi_mem* and __aeabi_*divmod functions. Even on ARM these will remain