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

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 11:36:27 UTC 2013 Modified Files: src/sys/external/bsd/dwc2/dist: dwc2_hcd.c Log Message: Some core configurations cannot support LS traffic on a FS root port. Fix adapted from the github.com/raspberrypi driver. To ge

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

2013-10-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Oct 2 12:41:06 UTC 2013 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Remove undefined CPU ID. Thanks skrll@. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/ma

CVS commit: src/external/gpl3/binutils/usr.bin/gas

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 14:35:33 UTC 2013 Modified Files: src/external/gpl3/binutils/usr.bin/gas: Makefile Log Message: Fix mips platforms (no need for -wrapper for lex) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/ext

CVS commit: src/lib/libarch/sparc/v8

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 15:43:02 UTC 2013 Modified Files: src/lib/libarch/sparc/v8: Makefile Log Message: use -Wa, To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libarch/sparc/v8/Makefile Please note that diffs are no

CVS commit: src/sys/dev/pci

2013-10-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 2 16:32:40 UTC 2013 Modified Files: src/sys/dev/pci: gffbreg.h Log Message: add a bunch more constants from xf86-video-nv To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/gffbreg.h Please n

CVS commit: src/sys/dev/pci

2013-10-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 2 16:35:38 UTC 2013 Modified Files: src/sys/dev/pci: gffb.c Log Message: one step closer to graphics acceleration: - probe and report actual amount of video memory - add DMA machinery to feed commands to the graphics pr

CVS commit: src/sys/arch

2013-10-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Oct 2 16:48:26 UTC 2013 Modified Files: src/sys/arch/arm/omap: omap_tipb.c Added Files: src/sys/arch/arm/omap: files.omapl1x omapl1x_aintc.c omapl1x_bus_dma.c omapl1x_com.c omapl1x_emac.c omapl1x_intr.h omapl

CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcc

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 18:25:43 UTC 2013 Modified Files: src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile Log Message: If building with MKPIC=no, then set PICFLAGS to empty, otherwise bsd.lib.mk sets PICFLAGS=-fPIC and we pick this via CSH

CVS commit: src/bin/sh

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 19:52:58 UTC 2013 Modified Files: src/bin/sh: expand.c parser.c parser.h Log Message: add crude $LINENO support for FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/bin/sh/expand.c cvs rdiff

CVS commit: src/bin/sh

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 20:42:56 UTC 2013 Modified Files: src/bin/sh: sh.1 Log Message: document LINENO XXX: someone should fix all the .Ev stuff because some of them are just shell variables .Va and are not really exported to the environmen

CVS commit: src/sys/kern

2013-10-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 2 21:38:55 UTC 2013 Modified Files: src/sys/kern: init_main.c Log Message: Add "/rescue/init" to the end of the initpaths list, which now contains: { "/sbin/init", "/sbin/oinit", "/sbin/init.bak", "/rescue/init", NULL }. XX

CVS commit: src/bin/sh

2013-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 2 21:48:55 UTC 2013 Modified Files: src/bin/sh: parser.c Log Message: add stdio.h To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/bin/sh/parser.c Please note that diffs are not public domain; they a

CVS commit: src/sbin/init

2013-10-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 2 22:01:47 UTC 2013 Modified Files: src/sbin/init: init.8 Log Message: Document that the kernel may try several paths for init. XXX: This should be in the kernel documentation, not in the init(8) man page. To generate a d

CVS commit: src/sbin/init

2013-10-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 2 22:07:56 UTC 2013 Modified Files: src/sbin/init: init.8 Log Message: The "-s" flag is passed to init by the kernel, not by the boot loader. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sbin/init/init

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

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 22:45:10 UTC 2013 Modified Files: src/sys/external/bsd/dwc2: dwc2.c Log Message: Pass any error from dwc2_device_start upwards. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/dwc2/dwc2

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

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 22:48:51 UTC 2013 Modified Files: src/sys/external/bsd/dwc2: dwc2.c Log Message: A small code simplification To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/dwc2/dwc2.c Please note tha

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

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 22:53:23 UTC 2013 Modified Files: src/sys/external/bsd/dwc2: dwc2.c Log Message: At least attempt to handle USBD_DEFAULT_INTERVAL. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/dwc2/

CVS commit: src/sys/dev/ic

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 22:55:04 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c sl811hsvar.h Log Message: Modernise slhci. Many thanks to rkujawa@ for testing. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/ic/s

CVS commit: src/sys/dev/ic

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 23:09:39 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Remove harmless paste error. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/ic/sl811hs.c Please note that diffs are n

CVS commit: src/sys/dev/ic

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 23:24:58 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Fix a KASSERT - how did that sneak in? To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/ic/sl811hs.c Please note that d

CVS commit: src/sys/dev/ic

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 23:27:50 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: LOCKDEBUG doesn't imply DIAGNOSTIC. duh. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ic/sl811hs.c Please note that