CVS commit: src/sys/external/bsd/common/include/linux

2014-09-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Sep  2 09:54:20 UTC 2014

Modified Files:
src/sys/external/bsd/common/include/linux: completion.h

Log Message:
IPL_VM -> IPL_SCHED


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/sys/external/bsd/common/include/linux/completion.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/vchiq/dist/interface

2014-09-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Sep  2 09:55:48 UTC 2014

Modified Files:
src/sys/external/bsd/vchiq/dist/interface/compat: vchi_bsd.c vchi_bsd.h
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm:
vchiq_kmod_netbsd.c

Log Message:
IPL_VM -> IPL_SCHED, and callout_stop -> callout_halt


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.c
cvs rdiff -u -r1.7 -r1.8 \
src/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_kmod_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-09-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Sep  2 09:58:02 UTC 2014

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_vcaudio.c

Log Message:
use a fixed frequency (48kHz) and configure the audio server at attach time, 
instead of at the beginning of playback


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/broadcom/bcm2835_vcaudio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-09-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Sep  2 10:40:51 UTC 2014

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_vcaudio.c

Log Message:
improved playback error handling, and get rid of junk+silence insertion at the 
beginning of playback


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/broadcom/bcm2835_vcaudio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-09-02 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Tue Sep  2 13:47:57 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos4_reg.h

Log Message:
Fix typos


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/samsung/exynos4_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-09-02 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Tue Sep  2 14:07:50 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos_soc.c

Log Message:
Dump the PLL frequencies on startup on VERBOSE_INIT_ARM


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/samsung/exynos_soc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2014-09-02 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Sep  2 14:55:56 UTC 2014

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_dwctwo.c
src/sys/arch/powerpc/ibm4xx/dev: dwctwo_plb.c
src/sys/external/bsd/dwc2: dwc2.h

Log Message:
Use IPL_SCHED for dwctwo(4) - no need for the KERNEL_LOCK.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/broadcom/bcm2835_dwctwo.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/dwc2/dwc2.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sgimips/dev

2014-09-02 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Sep  2 15:44:44 UTC 2014

Modified Files:
src/sys/arch/sgimips/dev: crmfb.c

Log Message:
support ioctl() WSDISPLAYIO_SVIDEO, _GVIDEO and _GET_EDID
now xf86-video-crime can actually turn the monitor off


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/sgimips/dev/crmfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-09-02 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Tue Sep  2 15:49:59 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos_var.h

Log Message:
Add CPU descriminator _P() for Exynos 5422


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/samsung/exynos_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-09-02 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Tue Sep  2 16:10:58 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos5_loc.c

Log Message:
Add i2c to the exynos5 locators


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/samsung/exynos5_loc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm

2014-09-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Sep  2 21:38:28 UTC 2014

Modified Files:
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_shim.c

Log Message:
expose vchi_get_peer_version


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-09-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Sep  2 21:46:35 UTC 2014

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_vcaudio.c

Log Message:
capture peer version; if less than 2, bail out as bulk mode is not supported. 
report the peer version with "audioctl version"


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/broadcom/bcm2835_vcaudio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/dwc2

2014-09-02 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Sep  2 23:26:20 UTC 2014

Modified Files:
src/sys/external/bsd/dwc2: dwc2.c

Log Message:
dwc2_hubd appears to be unused so #if 0 it in order to appease clang


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/external/bsd/dwc2/dwc2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/share/mk

2014-09-02 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Sep  3 02:09:24 UTC 2014

Modified Files:
src/share/mk [netbsd-5]: bsd.README bsd.lib.mk

Log Message:
Pull up following revision(s) (requested by tls in ticket #1338):
share/mk/bsd.README: revision 1.265
share/mk/bsd.lib.mk: revision 1.304
Change shared object file extension from .so to .pico, to avoid
conflicts with shared libaries names libXX.so; as recently seen with
MKUPDATE=yes builds for libelf and libnvpair.
All now stalled regular .so files need to be manually removed from
object directories.


To generate a diff of this commit:
cvs rdiff -u -r1.236.2.8 -r1.236.2.9 src/share/mk/bsd.README
cvs rdiff -u -r1.289.2.4 -r1.289.2.5 src/share/mk/bsd.lib.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src

2014-09-02 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Sep  3 02:15:10 UTC 2014

Modified Files:
src [netbsd-5]: UPDATING

Log Message:
Pull up following revision(s) (requested by tls in ticket #1339):
UPDATING: revision 1.209 via patch
Note shared objects extension change, and stalled files.


To generate a diff of this commit:
cvs rdiff -u -r1.178.2.3 -r1.178.2.4 src/UPDATING

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/doc

2014-09-02 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Sep  3 02:16:50 UTC 2014

Modified Files:
src/doc [netbsd-5]: CHANGES-5.3

Log Message:
Ticket 1338 and 1339.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-5.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.