CVS commit: src/sys/dev/sdmmc

2015-07-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 23 23:52:54 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: Add a SDHC_FLAG_NO_TIMEOUT quirk to handle spurious timeouts on Tegra K1 during data transfers. While here, increase the soft timeout

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

2015-07-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 23 23:53:14 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_sdhc.c Log Message: use SDHC_FLAG_NO_TIMEOUT To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/nvidia/tegra_sdhc.c Please

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

2015-07-23 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jul 24 05:19:14 UTC 2015 Modified Files: src/sys/arch/arm/cortex: a9tmr.c Log Message: - fix sc_ev_missing_ticks over-counting. - don't use 64bit division, because it has expensive cost on gcc/arm whether it is a constant or

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

2015-07-23 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Jul 24 05:20:01 UTC 2015 Modified Files: src/sys/arch/arm/cortex: a9tmr.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/cortex/a9tmr.c Please note that diffs are not public

CVS commit: src/sys/netinet

2015-07-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 24 04:31:21 UTC 2015 Modified Files: src/sys/netinet: tcp_input.c Log Message: Make sure that snd_win doesn't go negative. To generate a diff of this commit: cvs rdiff -u -r1.342 -r1.343 src/sys/netinet/tcp_input.c

CVS commit: src/distrib/sets/lists/xserver

2015-07-23 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 24 04:29:28 UTC 2015 Modified Files: src/distrib/sets/lists/xserver: md.amd64 Log Message: libdri2.a is still installed. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/distrib/sets/lists/xserver/md.amd64

CVS commit: src/sys/netinet

2015-07-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 24 04:33:50 UTC 2015 Modified Files: src/sys/netinet: tcp_output.c Log Message: If we are sending a window probe and there's unacked data in the socket, make sure at least the persist timer is running. To generate a diff

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

2015-07-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 23 15:08:19 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_dcreg.h tegra_hdmireg.h Log Message: More defines To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nvidia/tegra_dcreg.h \

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

2015-07-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 23 15:07:31 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_carreg.h Log Message: CAR_PLLD_BASE_REG defines To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/nvidia/tegra_carreg.h

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

2015-07-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 23 14:31:05 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_dc.c tegra_dcreg.h tegra_genfb.c tegra_hdmi.c tegra_hdmireg.h Log Message: add Tegra124 HDMI support To generate a diff of this commit:

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

2015-07-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 23 14:30:07 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_car.c Log Message: fix some clocks; many periph dividers are in units of 0.5x not 1x, use PLLD2 for DC, use correct pldiv value for PLLD2 To

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

2015-07-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 23 15:43:06 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_hdmi.c Log Message: no need for exact match on tmds mode, just use the closest match To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2015-07-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 23 18:22:05 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_car.c tegra_sdhc.c tegra_var.h Log Message: Support fractional dividers. This lets us use 48MHz for SDMMC HS mode instead of 45.333MHz. To generate a

CVS commit: [netbsd-7] src

2015-07-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Jul 23 18:45:16 UTC 2015 Modified Files: src/distrib/notes/common [netbsd-7]: main src/doc [netbsd-7]: CHANGES-7.0 src/sys/sys [netbsd-7]: param.h Log Message: Welcome to 7.0_RC2! To generate a diff of this

CVS commit: [netbsd-7] src/doc

2015-07-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Jul 23 17:46:40 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: 885 To generate a diff of this commit: cvs rdiff -u -r1.1.2.345 -r1.1.2.346 src/doc/CHANGES-7.0 Please note that diffs are not public

CVS commit: [netbsd-7] xsrc/external/mit/libX11/dist/src/xkb

2015-07-23 Thread Soren Jacobsen
Module Name:xsrc Committed By: snj Date: Thu Jul 23 17:43:41 UTC 2015 Modified Files: xsrc/external/mit/libX11/dist/src/xkb [netbsd-7]: XKBMAlloc.c Log Message: Apply patch (requested by mrg in ticket #885): Bring in the upstream fix

CVS commit: src/etc/rc.d

2015-07-23 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Jul 23 17:12:16 UTC 2015 Modified Files: src/etc/rc.d: postfix Log Message: Implement status command for postfix - makes tools like ansible happier. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: xsrc/external/mit/mkcfm/dist

2015-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Thu Jul 23 07:22:32 UTC 2015 Removed Files: xsrc/external/mit/mkcfm/dist: AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS README aclocal.m4 compile config.guess config.h.in config.sub configure

CVS commit: [nick-nhusb] src/sys/dev/usb

2015-07-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 23 07:36:33 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ucom.c Log Message: Convert to usbhist To generate a diff of this commit: cvs rdiff -u -r1.108.2.6 -r1.108.2.7 src/sys/dev/usb/ucom.c Please note that

CVS commit: src/external/mit/xorg/tools

2015-07-23 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 23 07:36:55 UTC 2015 Modified Files: src/external/mit/xorg/tools: Makefile Removed Files: src/external/mit/xorg/tools/gen_matypes: Makefile Makefile.gen_matypes Log Message: remove obsolete tools and comments. To

CVS commit: src

2015-07-23 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 23 08:04:05 UTC 2015 Modified Files: src: BUILDING Makefile src/compat: compatsubdir.mk src/crypto/external/bsd/openssh: Makefile.inc src/distrib/sets: mkvars.mk sets.subr src/doc:

CVS import: xsrc/external/mit/rstart/dist

2015-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Thu Jul 23 07:10:06 UTC 2015 Update of /cvsroot/xsrc/external/mit/rstart/dist In directory ivanova.netbsd.org:/tmp/cvs-serv1174 Log Message: initial import of rstart-1.0.5 Status: Vendor Tag: xorg Release Tags: rstart-1-0-5

CVS commit: src/share/mk

2015-07-23 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 23 07:44:46 UTC 2015 Modified Files: src/share/mk: bsd.own.mk Log Message: add rstart and showfont. To generate a diff of this commit: cvs rdiff -u -r1.860 -r1.861 src/share/mk/bsd.own.mk Please note that diffs are not

CVS import: xsrc/external/mit/showfont/dist

2015-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Thu Jul 23 07:10:07 UTC 2015 Update of /cvsroot/xsrc/external/mit/showfont/dist In directory ivanova.netbsd.org:/tmp/cvs-serv21823 Log Message: initial import of showfont-1.0.5 Status: Vendor Tag: xorg Release Tags: showfont-1-0-5

CVS import: xsrc/external/mit/mkcfm/dist

2015-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Thu Jul 23 07:10:04 UTC 2015 Update of /cvsroot/xsrc/external/mit/mkcfm/dist In directory ivanova.netbsd.org:/tmp/cvs-serv25746 Log Message: initial import of mkcfm-1.0.1 Status: Vendor Tag: xorg Release Tags: mkcfm-1-0-1

CVS commit: src/external/mit/xorg/bin

2015-07-23 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 23 07:34:38 UTC 2015 Added Files: src/external/mit/xorg/bin/rstart: Makefile Makefile.rstart src/external/mit/xorg/bin/rstart/commands: Makefile src/external/mit/xorg/bin/rstart/commands/x11r6: Makefile

CVS commit: src/external/mit/xorg/bin/missing-apps

2015-07-23 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 23 07:33:34 UTC 2015 Removed Files: src/external/mit/xorg/bin/missing-apps/dpsexec: Makefile src/external/mit/xorg/bin/missing-apps/dpsinfo: Makefile src/external/mit/xorg/bin/missing-apps/gccmakedep: Makefile

CVS commit: src/etc/mtree

2015-07-23 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 23 07:45:44 UTC 2015 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: remove obsolete directories (that are always removed by postinstall at the end of the build.) To generate a diff of this commit: cvs rdiff

CVS commit: src/external/mit/xorg/bin/xterm

2015-07-23 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 23 09:38:00 UTC 2015 Modified Files: src/external/mit/xorg/bin/xterm: Makefile Log Message: remove some duplication; pointed out by pgoyette. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/fs/union

2015-07-23 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Thu Jul 23 09:45:21 UTC 2015 Modified Files: src/sys/fs/union: union_vfsops.c Log Message: union_unmount: use vfs_vnode_iterator to count attached vnodes. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/sys/dev/pci

2015-07-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 23 08:29:58 UTC 2015 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that I21[01] NVM revision = 3.25 can't be attached. Reported by MATSUI Yoshihiro. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2015-07-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 23 08:24:07 UTC 2015 Modified Files: src/sys/dev/pci: if_wm.c Log Message: The WM_F_EEPROM_EERDEEWR is not required on iNVM device. To generate a diff of this commit: cvs rdiff -u -r1.342 -r1.343

CVS commit: src/sys/net

2015-07-23 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 23 10:52:34 UTC 2015 Modified Files: src/sys/net: if_bridge.c Log Message: Fix PR 48104 So far bridge cannot receive frames via a member interface when the frames come from another member interface. So when we assign an

CVS commit: src/tests/net/if_bridge

2015-07-23 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Jul 23 11:05:34 UTC 2015 Modified Files: src/tests/net/if_bridge: t_bridge.sh Log Message: Reflect a fix for bridge Due to PR 48104, some tests of ping/ping6 were failed but the tests now should be successful. So reverse