git: DragonFly_RELEASE_3_8 Make sure to disable RX MAC in alc_stop_mac(). Previously there was a logic error which it always enabled RX MAC.

2014-08-06 Thread Michael Neumann
commit 8995d30369343b0ee647e0fdd9b5795a9645201d Author: Michael Neumann mneum...@ntecs.de Date: Tue Aug 5 13:44:55 2014 +0200 Make sure to disable RX MAC in alc_stop_mac(). Previously there was a logic error which it always enabled RX MAC. Obtained-From: FreeBSD (r211285

git: DragonFly_RELEASE_3_8 Don't bother to enable ASPM L1 to save more power. Even though I am

2014-08-06 Thread Michael Neumann
commit cf11b49f7fa2ca5718e7271b52f63a48c7614310 Author: Michael Neumann mneum...@ntecs.de Date: Tue Aug 5 14:46:44 2014 +0200 Don't bother to enable ASPM L1 to save more power. Even though I am not able to trigger the issue with sample boards, some users seems to suffer from

git: DragonFly_RELEASE_3_8 Correct wrong definition of PM timer mask and adjust L1/PM timer

2014-08-06 Thread Michael Neumann
commit 274aff8ba39d2497242c98f2c749b232715c5622 Author: Michael Neumann mneum...@ntecs.de Date: Tue Aug 5 15:02:51 2014 +0200 Correct wrong definition of PM timer mask and adjust L1/PM timer value. While I'm here enable all clocks before initializing controller. This change

git: DragonFly_RELEASE_3_8 Fix typo.

2014-08-06 Thread Michael Neumann
commit 3d1106b997e963c9f7cce48e51224d9862fbb75d Author: Michael Neumann mneum...@ntecs.de Date: Tue Aug 5 15:18:20 2014 +0200 Fix typo. Obtained From: FreeBSD Summary of changes: sys/dev/netif/alc/if_alcreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

git: DragonFly_RELEASE_3_8 Fix logic error. Due to the bug, it incorrectly checked TXQ status

2014-08-06 Thread Michael Neumann
commit 285e3e560ac809093c217bc2e857e4437b95bec4 Author: Michael Neumann mneum...@ntecs.de Date: Tue Aug 5 15:20:12 2014 +0200 Fix logic error. Due to the bug, it incorrectly checked TXQ status which in turn can leave TXQ active. Obtained From: FreeBSD (r218038

git: linux/kernel.h: Add WARN_ONCE()

2014-08-06 Thread Francois Tigeot
commit 6399f2a29d14c569ec5d78a9cd8f88ea4493ff8d Author: François Tigeot ftig...@wolfpond.org Date: Wed Aug 6 15:29:37 2014 +0200 linux/kernel.h: Add WARN_ONCE() Summary of changes: sys/dev/drm/include/linux/kernel.h | 9 + 1 file changed, 9 insertions(+)

git: linux/delay.h: Add mdelay()

2014-08-06 Thread Francois Tigeot
commit 5ae85fa78e2d876a8fe1c84dc83654b5730dd31c Author: François Tigeot ftig...@wolfpond.org Date: Wed Aug 6 15:30:47 2014 +0200 linux/delay.h: Add mdelay() Obtained-from: OpenBSD Summary of changes: sys/dev/drm/include/linux/delay.h | 8 1 file changed, 8

git: linux/err.h: Add IS_ERR_OR_NULL()

2014-08-06 Thread Francois Tigeot
commit f7ed5b6a340fcd739d4fa978be199f601038053d Author: François Tigeot ftig...@wolfpond.org Date: Wed Aug 6 15:31:41 2014 +0200 linux/err.h: Add IS_ERR_OR_NULL() Obtained-from: OpenBSD Summary of changes: sys/dev/drm/include/linux/err.h | 6 ++ 1 file changed, 6

git: rc.subr: Add quietstart and pass through arguments to rc scripts.

2014-08-06 Thread Sascha Wildner
commit 17ddce9712dc66fa5d567d45ba9f4d0f5219bba5 Author: Sascha Wildner s...@online.de Date: Wed Aug 6 21:33:13 2014 +0200 rc.subr: Add quietstart and pass through arguments to rc scripts. None of our scripts handle additional arguments yet but it will be needed for moused