CVS commit: src/sys/arch/evbarm/conf

2017-02-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 25 07:55:06 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: ARMADAXP Log Message: Add pci attachment for mvsata To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/ARMADAXP Please

CVS commit: src/sys/arch/x86

2017-02-24 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Feb 25 01:13:50 UTC 2017 Modified Files: src/sys/arch/x86/pci: pci_machdep.c src/sys/arch/x86/x86: genfb_machdep.c Log Message: EFI console is drawing faster by shadowfb. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/wsfb

2017-02-24 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Feb 25 01:11:55 UTC 2017 Modified Files: src/sys/dev/wsfb: genfb.c genfbvar.h Log Message: genfb(4): Enabling/Disabling shadowfb can be controlled via prop. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/usr.bin/elf2ecoff

2017-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 24 17:19:14 UTC 2017 Modified Files: src/usr.bin/elf2ecoff: elf2ecoff.c Log Message: fix printf format To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.bin/elf2ecoff/elf2ecoff.c Please note that

CVS commit: src/sys/arch/arm/marvell

2017-02-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 24 17:07:13 UTC 2017 Modified Files: src/sys/arch/arm/marvell: mvsoc.c Log Message: Typo in a model string To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/marvell/mvsoc.c Please note that

CVS commit: src/sys/dev

2017-02-24 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Feb 24 16:53:24 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Remove use of sc_intr_lock from audio_read. Fixes LOCKDEBUG panics. To generate a diff of this commit: cvs rdiff -u -r1.310 -r1.311

CVS commit: src/sys/netinet

2017-02-24 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Feb 24 13:42:19 UTC 2017 Modified Files: src/sys/netinet: if_arp.c Log Message: Only do DaD if the interface actually has the address. To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 src/sys/netinet/if_arp.c

CVS commit: src/share/man/man4

2017-02-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 24 13:04:23 UTC 2017 Modified Files: src/share/man/man4: ixg.4 Log Message: Remove RSS's note in BUGS section because it's supported now. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/usr.bin/elf2ecoff

2017-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 24 13:03:25 UTC 2017 Modified Files: src/usr.bin/elf2ecoff: elf2ecoff.c Log Message: fix printf format. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/elf2ecoff/elf2ecoff.c Please note that

CVS commit: src/sys/arch/i386/stand/efiboot/bootia32

2017-02-24 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Feb 24 12:24:25 UTC 2017 Modified Files: src/sys/arch/i386/stand/efiboot/bootia32: startprog32.S Log Message: efiboot: Don't access old stack after copying a kernel. It's possible that the old stack is overwritten by the

CVS commit: src/sys/dev/pci

2017-02-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Feb 24 10:09:21 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: apply 82574 RFCTL workaround the same as FreeBSD and linux. In fact, this workaround reduces interrupt count. To generate a diff of this

CVS commit: src/sys/dev/pci

2017-02-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Feb 24 10:07:33 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: 82574 should follow MSI-X mode IMS manner. Howerver some legacy interrupts occur as MSI-X other interrupt yet... To generate a diff of this

CVS commit: src/sys/dev

2017-02-24 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Feb 24 09:49:49 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Simplify locking. Hold intr lock only when dealing with sc_pr (mix ring) or virtual channel 0 (hardware). To generate a diff of this commit: cvs rdiff