CVS commit: src/tools/gcc

2013-04-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 18 05:20:01 UTC 2013 Modified Files: src/tools/gcc: Makefile README.mknative Log Message: Use --with-{mpc,mpfr,gmp}-{lib,include} to avoid the LIBISPRIVATE=no dance in mknative and avoid poluting the DESTDIR. Update the RE

CVS commit: src/sys/dev/pci

2013-04-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 18 02:54:50 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Intel I21[0178] Ethernet. To generate a diff of this commit: cvs rdiff -u -r1.1151 -r1.1152 src/sys/dev/pci/pcidevs Please note that diffs

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

2013-04-17 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu Apr 18 02:08:11 UTC 2013 Modified Files: src/sys/arch/evbarm/n900: n900_acad.c n900_lckbtn.c Log Message: Fixed the arguments order when calling intr_establish(): the interrupt type and level were erroneously swapped. To ge

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

2013-04-17 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu Apr 18 01:33:19 UTC 2013 Modified Files: src/sys/arch/arm/omap: omap2_gpio.c Log Message: Also support interrupts of type IST_EDGE_BOTH; tested on a Nokia N900 (OMAP3). To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src

2013-04-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Apr 17 20:40:13 UTC 2013 Modified Files: src/include: locale.h src/lib/libc/locale: localeconv.c Log Message: Add localeconv_l. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/include/locale.h cvs rd

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

2013-04-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Apr 17 20:29:16 UTC 2013 Modified Files: src/sys/arch/arm/omap: ti_iic.c Log Message: Configure the right pads for non-0 modules. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/omap/ti_iic.c Pl

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

2013-04-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Apr 17 20:16:53 UTC 2013 Modified Files: src/sys/arch/arm/omap: ti_iic.c Log Message: Implement interrupt-driven transfers To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/omap/ti_iic.c Please no

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

2013-04-17 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 17 19:04:20 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Enable VCONS_DRAW_INTR speeding up the graphic console of the RPi significantly! To generate a diff of this commit: cvs rdiff -u -r1.30 -r1

CVS commit: src/lib/libc/rpc

2013-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 17 16:36:47 UTC 2013 Modified Files: src/lib/libc/rpc: clnt_vc.c Log Message: PR/47747: Thorsten Brehm: TCP-based RPC client calls no longer terminate when connections break. Return proper error code. XXX: pullup 6 To

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

2013-04-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Apr 17 15:04:39 UTC 2013 Added Files: src/sys/arch/arm/omap: sitara_cmreg.h Log Message: Add a driver for the control module found in TI Sitara SoCs. This module controls the pad multiplexor (e.g. is a pad connected to the GPI

CVS commit: src/sys/compat/linux/common

2013-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 17 14:39:41 UTC 2013 Modified Files: src/sys/compat/linux/common: linux_futex.c Log Message: handle timeouts like before. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/compat/linux/common/linux_

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

2013-04-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Apr 17 14:38:04 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBONE Log Message: Add sitaracm0 for the control module, tiiic0 for the I2C0 module and seeprom for the on-board eeprom. To generate a diff of this comm

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

2013-04-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Apr 17 14:36:34 UTC 2013 Modified Files: src/sys/arch/arm/omap: if_cpsw.c Log Message: Ask the sitaracm module for the ethernet interface, instead of mapping the control module registers locally To generate a diff of this co

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

2013-04-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Apr 17 14:35:34 UTC 2013 Modified Files: src/sys/arch/arm/omap: omap2_obio.c Log Message: Add sitaracm as required modules for TI_AM335X To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/omap/oma

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

2013-04-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Apr 17 14:34:02 UTC 2013 Modified Files: src/sys/arch/arm/omap: files.omap2 Log Message: Glue new drivers sitaracm and tiiic To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/omap/files.omap2 Pl

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

2013-04-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Apr 17 14:33:06 UTC 2013 Added Files: src/sys/arch/arm/omap: ti_iic.c ti_iicreg.h Log Message: A driver for I2C modules found in TI Sitara SoCs. Should also work for some OMAP4 CPUs with little work. To generate a diff of th

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

2013-04-17 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Apr 17 14:31:02 UTC 2013 Added Files: src/sys/arch/arm/omap: am335x_cm_padconf.c sitara_cm.c sitara_cm.h Log Message: Add a driver for the control module found in TI Sitara SoCs. This module controls the pad multiplexor (e.g.

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

2013-04-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Apr 17 12:25:15 UTC 2013 Modified Files: src/sys/arch/macppc/dev: obio.c Log Message: support Shasta from Phileas Fogg To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/macppc/dev/obio.c Please no

CVS commit: src/sys/dev/ata

2013-04-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Apr 17 12:22:44 UTC 2013 Modified Files: src/sys/dev/ata: satapmp_subr.c Log Message: Also print port multiplier port number when register accesses fail. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sy

CVS commit: src/include

2013-04-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Apr 17 09:07:32 UTC 2013 Modified Files: src/include: stdio.h Log Message: White space To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/include/stdio.h Please note that diffs are not public domain; they are

CVS commit: src/external/gpl3/gdb/lib

2013-04-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 17 08:15:20 UTC 2013 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/earm: bfd_stdint.h config.h src/external/gpl3/gdb/lib/libdecnumber/arch/earm: gstdint.h src/external/gpl3/gdb/lib/libgdb/arch/earm: c

CVS commit: src/sys/dev/pci

2013-04-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 17 08:07:40 UTC 2013 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Don't check whether PCIe Slot Control Register is all 0 or not. For example, 82801I PCI Express Port #1 (devid 0x2940) is really Root Port and