git: kernel/usb4bsd: Remove unused malloc type declaration.

2015-01-22 Thread Sascha Wildner
commit 2b73a85e9d2293eb5afc8d82c0c05c9b87604112 Author: Sascha Wildner Date: Thu Jan 22 23:39:27 2015 +0100 kernel/usb4bsd: Remove unused malloc type declaration. Summary of changes: sys/bus/u4b/usb.h | 1 - 1 file changed, 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git/comm

git: kinfo.3: Fix prototype.

2015-01-22 Thread Sascha Wildner
commit e8333298c162768bb598d1a8af43e58f7e5cebb8 Author: Sascha Wildner Date: Thu Jan 22 23:23:07 2015 +0100 kinfo.3: Fix prototype. Summary of changes: lib/libkinfo/kinfo.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/

git: alc.4: Update the manual page for today's upgrade.

2015-01-22 Thread Sascha Wildner
commit c9d8489749479b8086874a51dd63431263023f52 Author: Sascha Wildner Date: Thu Jan 22 15:59:00 2015 +0100 alc.4: Update the manual page for today's upgrade. Summary of changes: share/man/man4/alc.4 | 48 +--- 1 file changed, 33 insertions(+),

Re: git: alc: Fix up MSI configuration

2015-01-22 Thread Michael Neumann
Am 22.01.2015 um 08:55 schrieb Sepherosa Ziehau: > commit dc463cba4d714afddece1182fca1b87c9c804d28 > Author: Sepherosa Ziehau > Date: Thu Jan 22 15:51:54 2015 +0800 > > alc: Fix up MSI configuration > > Tested-by: dillon@ I can confirm that this commit and Matt's recent one works o

git: inet6: Remove detecting of aggregatable unicast address (RFC2374).

2015-01-22 Thread Sepherosa Ziehau
commit cb5fc3e69d9417617253eb9fdd897fab8fa73d5c Author: Sepherosa Ziehau Date: Thu Jan 22 15:54:24 2015 +0800 inet6: Remove detecting of aggregatable unicast address (RFC2374). It has been deprecated for a long time. Submitted-by: gpr Dragonfly-bug: 2774 Summary of c

git: ecc: No need to go through parent device explicitly

2015-01-22 Thread Sepherosa Ziehau
commit cd169d1b2259c162eb5e602f2f65cee8e58b60a5 Author: Sepherosa Ziehau Date: Wed Jan 21 22:17:05 2015 +0800 ecc: No need to go through parent device explicitly Summary of changes: sys/dev/misc/ecc/ecc_amd8000.c | 14 -- sys/dev/misc/ecc/ecc_e31200.c | 43 +-