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

2015-04-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 2 06:15:40 UTC 2015 Modified Files: src/sys/arch/arm/cortex: armperiph.c Log Message: need to include sys/lwp.h To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/cortex/armperiph.c Please

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

2015-04-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 2 06:15:40 UTC 2015 Modified Files: src/sys/arch/arm/cortex: armperiph.c Log Message: need to include sys/lwp.h To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/cortex/armperiph.c Please

CVS commit: src/sys/dev/usb

2015-04-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 2 06:23:04 UTC 2015 Modified Files: src/sys/dev/usb: emdtv.c emdtv_dtv.c Log Message: #include sys/lwp.h for curlwp. The locking should really be fixed. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/usb

2015-04-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 2 06:23:04 UTC 2015 Modified Files: src/sys/dev/usb: emdtv.c emdtv_dtv.c Log Message: #include sys/lwp.h for curlwp. The locking should really be fixed. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/pci/ixgbe

2015-04-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 2 09:26:56 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82598.h ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_mbx.c ixgbe_mbx.h

CVS commit: src/sys/dev/pci/ixgbe

2015-04-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 2 09:26:56 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82598.h ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_mbx.c ixgbe_mbx.h

CVS commit: src/sys/uvm/pmap

2015-04-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 2 06:17:52 UTC 2015 Modified Files: src/sys/uvm/pmap: pmap_tlb.h Log Message: include sys/evcnt.h To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/uvm/pmap/pmap_tlb.h Please note that diffs are not

CVS commit: src/sys/uvm/pmap

2015-04-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 2 06:17:52 UTC 2015 Modified Files: src/sys/uvm/pmap: pmap_tlb.h Log Message: include sys/evcnt.h To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/uvm/pmap/pmap_tlb.h Please note that diffs are not

CVS commit: src/sys/uvm

2015-04-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 3 01:03:42 UTC 2015 Modified Files: src/sys/uvm: uvm_init.c Log Message: Initialize P-V tracking for unmanaged device pages in uvm_init. Conditional on __HAVE_PMAP_PV_TRACK until we add it to all pmaps. MI part of

CVS commit: src/sys/arch/x86

2015-04-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 3 01:04:24 UTC 2015 Modified Files: src/sys/arch/x86/include: pmap.h src/sys/arch/x86/x86: pmap.c Log Message: Implement pmap_pv(9) for x86 for P-V tracking of unmanaged pages. Proposed on tech-kern with no

CVS commit: src/sys/uvm

2015-04-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 3 01:03:42 UTC 2015 Modified Files: src/sys/uvm: uvm_init.c Log Message: Initialize P-V tracking for unmanaged device pages in uvm_init. Conditional on __HAVE_PMAP_PV_TRACK until we add it to all pmaps. MI part of

CVS commit: src/sys/arch/x86

2015-04-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 3 01:04:24 UTC 2015 Modified Files: src/sys/arch/x86/include: pmap.h src/sys/arch/x86/x86: pmap.c Log Message: Implement pmap_pv(9) for x86 for P-V tracking of unmanaged pages. Proposed on tech-kern with no

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2015-04-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 3 01:06:05 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_dma.c i915_gem.c Log Message: Use pmap_pv(9) to remove mappings of Intel graphics aperture pages. Proposed on tech-kern with no

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2015-04-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 3 01:06:05 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_dma.c i915_gem.c Log Message: Use pmap_pv(9) to remove mappings of Intel graphics aperture pages. Proposed on tech-kern with no

CVS commit: src/sys/external/bsd/drm2/dist/drm

2015-04-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 3 01:09:42 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_agp.c nouveau_ttm.c src/sys/external/bsd/drm2/dist/drm/radeon: radeon_agp.c radeon_object.c

CVS commit: src/sys/external/bsd/drm2/dist/drm

2015-04-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Apr 3 01:09:42 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_agp.c nouveau_ttm.c src/sys/external/bsd/drm2/dist/drm/radeon: radeon_agp.c radeon_object.c

Re: CVS commit: src/sys/dev/ic (spdmem.c)

2015-04-02 Thread Tobias Nygren
On Thu, 02 Apr 2015 17:28:00 +0900 Masanobu SAITOH msai...@execsw.org wrote: A few weeks ago, I got a 2-way Xeon machine to test Intel X540 support. Afrer finishing X540 test, I noticed that the machine had DDR4. I tried to check the spdmem. It seemed that the machine's spdmem is not

Re: CVS commit: src/sys/dev/ic (spdmem.c)

2015-04-02 Thread Paul Goyette
Thank you. A few weeks ago, I got a 2-way Xeon machine to test Intel X540 support. Afrer finishing X540 test, I noticed that the machine had DDR4. I tried to check the spdmem. It seemed that the machine's spdmem is not connecte via C612's internal i2c bus but via others. I stopped writing DDR4

CVS commit: src/sys/net

2015-04-02 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Apr 3 05:44:14 UTC 2015 Modified Files: src/sys/net: route.c Log Message: Restructure rtcache_lookup2 to make it clear what it does No functional change. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138

CVS commit: src/sys/net

2015-04-02 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Apr 3 05:44:14 UTC 2015 Modified Files: src/sys/net: route.c Log Message: Restructure rtcache_lookup2 to make it clear what it does No functional change. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138

CVS commit: src/sys/dev/pci

2015-04-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Apr 2 15:10:49 UTC 2015 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1213 -r1.1214 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1212 -r1.1213

CVS commit: src/sys/dev/pci

2015-04-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Apr 2 15:32:19 UTC 2015 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: attach Mobile 5th Gen. Core SMBus To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pci/ichsmb.c Please note that diffs

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

2015-04-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Apr 2 15:48:38 UTC 2015 Modified Files: src/sys/arch/arm/rockchip: obio.c Log Message: print chip name To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/rockchip/obio.c Please note that

CVS commit: src/sys/dev/pci

2015-04-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Apr 2 15:08:22 UTC 2015 Modified Files: src/sys/dev/pci: pcidevs Log Message: Mobile 5th Generation Intel Core devices, from intel doc #330837-004 To generate a diff of this commit: cvs rdiff -u -r1.1219 -r1.1220

CVS commit: src/sys/dev/pci

2015-04-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Apr 2 15:32:19 UTC 2015 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: attach Mobile 5th Gen. Core SMBus To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pci/ichsmb.c Please note that diffs

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

2015-04-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Apr 2 15:48:38 UTC 2015 Modified Files: src/sys/arch/arm/rockchip: obio.c Log Message: print chip name To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/rockchip/obio.c Please note that

CVS commit: src/sys/dev/pci

2015-04-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Apr 2 15:08:22 UTC 2015 Modified Files: src/sys/dev/pci: pcidevs Log Message: Mobile 5th Generation Intel Core devices, from intel doc #330837-004 To generate a diff of this commit: cvs rdiff -u -r1.1219 -r1.1220

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2015-04-02 Thread Dennis Ferguson
Module Name:src Committed By: dennis Date: Thu Apr 2 16:49:09 UTC 2015 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h Log Message: Make the small [U]INT_LEAST?_TYPE definitions match the 32 bit compiler To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2015-04-02 Thread Dennis Ferguson
Module Name:src Committed By: dennis Date: Thu Apr 2 16:49:09 UTC 2015 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h Log Message: Make the small [U]INT_LEAST?_TYPE definitions match the 32 bit compiler To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/service

2015-04-02 Thread Adrian Steinmann
Module Name:src Committed By: ast Date: Thu Apr 2 18:41:22 UTC 2015 Modified Files: src/usr.sbin/service: service service.8 Log Message: cosmetic change in man 8 service use shell quoting in a safe way as suggested by Alan Barrett To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/service

2015-04-02 Thread Adrian Steinmann
Module Name:src Committed By: ast Date: Thu Apr 2 18:41:22 UTC 2015 Modified Files: src/usr.sbin/service: service service.8 Log Message: cosmetic change in man 8 service use shell quoting in a safe way as suggested by Alan Barrett To generate a diff of this commit: cvs

CVS commit: [netbsd-6] src/doc

2015-04-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Apr 2 17:50:33 UTC 2015 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: 1284 To generate a diff of this commit: cvs rdiff -u -r1.1.2.205 -r1.1.2.206 src/doc/CHANGES-6.2 Please note that diffs are not public

CVS commit: [netbsd-6] src/doc

2015-04-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Apr 2 17:50:33 UTC 2015 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: 1284 To generate a diff of this commit: cvs rdiff -u -r1.1.2.205 -r1.1.2.206 src/doc/CHANGES-6.2 Please note that diffs are not public

CVS commit: [netbsd-6-0] src

2015-04-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Apr 2 17:58:53 UTC 2015 Modified Files: src/crypto/external/bsd/openssl [netbsd-6-0]: mkpc pkgconfig.mk src/crypto/external/bsd/openssl/bin [netbsd-6-0]: Makefile src/crypto/external/bsd/openssl/dist

CVS commit: [netbsd-6-1] src/doc

2015-04-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Apr 2 18:07:21 UTC 2015 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: 1284 To generate a diff of this commit: cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-6.1.6 Please note that diffs are not public

CVS commit: [netbsd-6-1] src/doc

2015-04-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Apr 2 18:07:21 UTC 2015 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: 1284 To generate a diff of this commit: cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-6.1.6 Please note that diffs are not public

CVS commit: [netbsd-6] src

2015-04-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Apr 2 17:47:55 UTC 2015 Modified Files: src/crypto/external/bsd/openssl [netbsd-6]: mkpc pkgconfig.mk src/crypto/external/bsd/openssl/bin [netbsd-6]: Makefile src/crypto/external/bsd/openssl/dist [netbsd-6]:

CVS commit: [netbsd-6-0] src/doc

2015-04-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Apr 2 18:00:23 UTC 2015 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: 1284 To generate a diff of this commit: cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-6.0.7 Please note that diffs are not public

CVS commit: [netbsd-6] src

2015-04-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Apr 2 17:47:55 UTC 2015 Modified Files: src/crypto/external/bsd/openssl [netbsd-6]: mkpc pkgconfig.mk src/crypto/external/bsd/openssl/bin [netbsd-6]: Makefile src/crypto/external/bsd/openssl/dist [netbsd-6]:

CVS commit: [netbsd-6-0] src

2015-04-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Apr 2 17:58:53 UTC 2015 Modified Files: src/crypto/external/bsd/openssl [netbsd-6-0]: mkpc pkgconfig.mk src/crypto/external/bsd/openssl/bin [netbsd-6-0]: Makefile src/crypto/external/bsd/openssl/dist

CVS commit: [netbsd-6-0] src/doc

2015-04-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Apr 2 18:00:23 UTC 2015 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: 1284 To generate a diff of this commit: cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-6.0.7 Please note that diffs are not public

CVS commit: [netbsd-6-1] src

2015-04-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Apr 2 18:04:19 UTC 2015 Modified Files: src/crypto/external/bsd/openssl [netbsd-6-1]: mkpc pkgconfig.mk src/crypto/external/bsd/openssl/bin [netbsd-6-1]: Makefile src/crypto/external/bsd/openssl/dist