git: bnx: Fix up CPUID for tick callout

2013-04-11 Thread Sepherosa Ziehau
commit 7dbaa83315a858292dc0b796696c25427ee57802 Author: Sepherosa Ziehau Date: Fri Apr 12 13:21:15 2013 +0800 bnx: Fix up CPUID for tick callout Summary of changes: sys/dev/netif/bnx/if_bnx.c| 44 ++- sys/dev/netif/bnx/if_bnxvar.h | 4 ++-- 2

git: bnx: Reimplement polling in non-compat mode

2013-04-11 Thread Sepherosa Ziehau
commit 4fa389859d9c5b5b506dadd69b33aca7e02c7a68 Author: Sepherosa Ziehau Date: Fri Apr 12 11:13:40 2013 +0800 bnx: Reimplement polling in non-compat mode Take advantage of the independent TX/RX serializers. Additionally, save the status tag's location in RX return ring st

git: touch(1): Reintroduce local changes

2013-04-11 Thread Francois Tigeot
commit d570d1d81702540e64e765343b4e601352cacdc3 Author: François Tigeot Date: Thu Apr 11 14:06:34 2013 +0200 touch(1): Reintroduce local changes Major changes introduced by the update from FreeBSD: * Add the 'h' flag to operate on symlinks rather than what they point to.

git: touch(1): Sync with FreeBSD

2013-04-11 Thread Francois Tigeot
commit 4f6844d4ff8fd9f0c231c7ec3371c6c679e18df5 Author: François Tigeot Date: Thu Apr 11 09:02:56 2013 +0200 touch(1): Sync with FreeBSD Summary of changes: usr.bin/touch/Makefile | 2 +- usr.bin/touch/touch.1 | 127 +++ usr.bin/touch/touch.c | 322 ++

git: bnx: Add read-only sysctl node for RX/TX queue count

2013-04-11 Thread Sepherosa Ziehau
commit 9314655174840f9a44eef1c732f997cddc685985 Author: Sepherosa Ziehau Date: Thu Apr 11 16:54:08 2013 +0800 bnx: Add read-only sysctl node for RX/TX queue count Summary of changes: sys/dev/netif/bnx/if_bnx.c | 7 +++ 1 file changed, 7 insertions(+) http://gitweb.dragonflybsd.org/d

git: bnx: Switch to IFQ subqueue functions and use per-TX queue watchdog

2013-04-11 Thread Sepherosa Ziehau
commit 3397dea6de72bf0700d13a66c2569ccf18c9e945 Author: Sepherosa Ziehau Date: Thu Apr 11 16:15:28 2013 +0800 bnx: Switch to IFQ subqueue functions and use per-TX queue watchdog Summary of changes: sys/dev/netif/bnx/if_bnx.c| 64 +-- sys/dev/ne

git: bnx: Split RX/TX serializers

2013-04-11 Thread Sepherosa Ziehau
commit 329f90164e86186463c66a8e4d620ae5c3e7c821 Author: Sepherosa Ziehau Date: Thu Apr 11 15:33:24 2013 +0800 bnx: Split RX/TX serializers Summary of changes: sys/dev/netif/bnx/if_bnx.c| 207 ++ sys/dev/netif/bnx/if_bnxvar.h | 5 + 2 files ch