svn commit: r251023 - head/sys/dev/usb/controller

2013-05-26 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 27 06:32:07 2013 New Revision: 251023 URL: http://svnweb.freebsd.org/changeset/base/251023 Log: Workaround for for a problem seen with ATI Technologies EHCI controller hardware most likely present on UHCI chipsets aswell. The bug manifests itself when issuing i

svn commit: r251022 - head/sys/dev/nand

2013-05-26 Thread Grzegorz Bernacki
Author: gber Date: Mon May 27 06:24:31 2013 New Revision: 251022 URL: http://svnweb.freebsd.org/changeset/base/251022 Log: Fix ONFI chip detection. Submitted by: Alexander Fedorov Modified: head/sys/dev/nand/nand.h head/sys/dev/nand/nandbus.c Modified: head/sys/dev/nand/nand.h ==

svn commit: r251020 - head/sys/boot/fdt/dts

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:26:29 2013 New Revision: 251020 URL: http://svnweb.freebsd.org/changeset/base/251020 Log: Add DTS for AM335x EVM with properly muxed PWM and LCD pins, and LCD panel description Added: head/sys/boot/fdt/dts/am335x-evm.dts (contents, props changed) Added:

svn commit: r251019 - head/sys/boot/fdt/dts

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:23:59 2013 New Revision: 251019 URL: http://svnweb.freebsd.org/changeset/base/251019 Log: Add PWM and LCDC nodes to base DTS for AM335x-based devices Modified: head/sys/boot/fdt/dts/am335x.dtsi Modified: head/sys/boot/fdt/dts/am335x.dtsi

svn commit: r251018 - head/sys/arm/ti/am335x

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:23:01 2013 New Revision: 251018 URL: http://svnweb.freebsd.org/changeset/base/251018 Log: AM335x LCD controller driver with syscons support Limitations: - Raster mode only - 24 and 32 bpp only Added: head/sys/arm/ti/am335x/am335x_lcd.c (contents, p

svn commit: r251017 - head/sys/arm/ti/am335x

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:13:27 2013 New Revision: 251017 URL: http://svnweb.freebsd.org/changeset/base/251017 Log: Add PWM module driver for AM335x. Only eCAS subsystem is supported Export function to configure eCAS submodule from another drivers. It's used to control LCD panel b

svn commit: r251016 - head/sys/arm/ti/am335x

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:09:04 2013 New Revision: 251016 URL: http://svnweb.freebsd.org/changeset/base/251016 Log: Add SCM registers definitions for AM335x platform Added: head/sys/arm/ti/am335x/am335x_scm.h (contents, props changed) Added: head/sys/arm/ti/am335x/am335x_scm.h

svn commit: r251015 - in head/sys/arm/ti: . am335x

2013-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon May 27 00:06:24 2013 New Revision: 251015 URL: http://svnweb.freebsd.org/changeset/base/251015 Log: Add clock definitions for LCD controller and PWM module Modified: head/sys/arm/ti/am335x/am335x_prcm.c head/sys/arm/ti/ti_prcm.h Modified: head/sys/arm/ti/am335x/am33

svn commit: r251014 - head/sys/dev/ath

2013-05-26 Thread Adrian Chadd
Author: adrian Date: Sun May 26 22:23:39 2013 New Revision: 251014 URL: http://svnweb.freebsd.org/changeset/base/251014 Log: Migrate ath(4) to now use if_transmit instead of the legacy if_start and if queue mechanism; also fix up (non-11n) TX fragment handling. This may result in a bit of

svn commit: r251013 - head/sys/dev/aacraid

2013-05-26 Thread Marcel Moolenaar
Author: marcel Date: Sun May 26 22:11:13 2013 New Revision: 251013 URL: http://svnweb.freebsd.org/changeset/base/251013 Log: Unbreak ia64 tinderbox: 64-bit support was made conditional upon __amd64__, and thus limited. Eliminate 2 trivial conditionals by casting the 64-bit integral, holding

Re: svn commit: r250972 - head/usr.bin/patch

2013-05-26 Thread Pawel Jakub Dawidek
On Sat, May 25, 2013 at 01:11:27AM -0400, Glen Barber wrote: > On Fri, May 24, 2013 at 06:54:52PM +, Stefan Esser wrote: > > Author: se > > Date: Fri May 24 18:54:52 2013 > > New Revision: 250972 > > URL: http://svnweb.freebsd.org/changeset/base/250972 > > > > > [...] > > > @@ -977,7 +977,7

Re: svn commit: r250972 - head/usr.bin/patch

2013-05-26 Thread Stefan Esser
Am 25.05.2013 06:31, schrieb Bruce Evans: > On Fri, 24 May 2013, Stefan Esser wrote: > >> ... >> Log: >> The error handling for writes to the target file could lead to the final >> fclose() being skipped. Fix this by using boolean "&" and "|" instead of >> short-cut operators "&&" and "||". >>

svn commit: r251012 - head/share/man/man4

2013-05-26 Thread Jens Schweikhardt
Author: schweikh Date: Sun May 26 18:57:59 2013 New Revision: 251012 URL: http://svnweb.freebsd.org/changeset/base/251012 Log: s/recieve/receive Modified: head/share/man/man4/bce.4 Modified: head/share/man/man4/bce.4 ===

svn commit: r251000 - head

2013-05-26 Thread Eitan Adler
Author: eadler Date: Sun May 26 14:54:06 2013 New Revision: 251000 URL: http://svnweb.freebsd.org/changeset/base/251000 Log: Remove backwards compat layer which was added in r71419 (in 2001). This change is not intended for MFC. Reviewed by: peter Modified: head/Makefile.inc1 Modi

svn commit: r250997 - head/contrib/llvm/lib/Transforms/Vectorize

2013-05-26 Thread Dimitry Andric
Author: dim Date: Sun May 26 14:14:42 2013 New Revision: 250997 URL: http://svnweb.freebsd.org/changeset/base/250997 Log: Pull in r182656 from upstream llvm trunk: LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases. Fixes

Re: svn commit: r250986 - head/sys/dev/usb

2013-05-26 Thread David Chisnall
On 26 May 2013, at 03:45, Bruce Evans wrote: > Hmm, it would be useful to have a compiler flag for initializing all > local variables to trap representations on entry to functions. The clang memory sanitizer does this. David ___ svn-src-head@freebsd

svn commit: r250995 - head

2013-05-26 Thread Antoine Brodin
Author: antoine Date: Sun May 26 09:25:14 2013 New Revision: 250995 URL: http://svnweb.freebsd.org/changeset/base/250995 Log: Move libmd.so.5 to the proper place and add missing lib32 entry. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

Re: svn commit: r250883 - in head: include include/xlocale lib/libc/locale sys/sys tools/regression/lib/libc/locale

2013-05-26 Thread Ed Schouten
Hi Jilles, 2013/5/25 Jilles Tjoelker : > It seems better to implement c16rtomb_l() and mbrtoc16_l() in the same > way, rather than duplicating the UTF-16 coding and passing a pointer to > a mbstate_t which actually has only 120 bytes of storage rather than the > required 128 bytes. Done! Could yo