Re: svn commit: r252672 - head/sbin/nvmecontrol

2013-07-06 Thread Garrett Cooper
One minor interjection and I'll butt out of the discussion... Sent from my iPhone On Jul 6, 2013, at 7:26 PM, Bruce Evans wrote: > On Sat, 6 Jul 2013, Jilles Tjoelker wrote: > >> On Sat, Jul 06, 2013 at 08:42:49PM +0200, Pawel Jakub Dawidek wrote: >>> On Thu, Jul 04, 2013 at 11:44:28AM +1000,

Re: svn commit: r252913 - head/sys/arm/ti/am335x

2013-07-06 Thread Juli Mallett
Thanks for this and the other commits, Oleksandr! Much appreciated. Looking forward to giving it a spin on my BeagleBones Black! On Sat, Jul 6, 2013 at 9:22 PM, Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Sun Jul 7 04:22:08 2013 > New Revision: 252913 > URL: http://svnweb.freebsd.org/ch

Re: svn commit: r252912 - head/sys/dev/usb/controller

2013-07-06 Thread Oleksandr Tymoshenko
On 2013-07-06, at 9:18 PM, Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Sun Jul 7 04:18:35 2013 > New Revision: 252912 > URL: http://svnweb.freebsd.org/changeset/base/252912 > > Log: > - Add initial host mode support for Mentor Graphics USB OTG controller > - Sync musb_otg_atmelarm wi

svn commit: r252915 - head/sys/arm/conf

2013-07-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Jul 7 04:24:38 2013 New Revision: 252915 URL: http://svnweb.freebsd.org/changeset/base/252915 Log: - Add USFS driver as an example of device mode for AM335x-based devices Modified: head/sys/arm/conf/BEAGLEBONE Modified: head/sys/arm/conf/BEAGLEBONE ==

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

2013-07-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Jul 7 04:23:29 2013 New Revision: 252914 URL: http://svnweb.freebsd.org/changeset/base/252914 Log: - Add musb node to shared dtsi and proper pin configuratin for every AM553x-based device Modified: head/sys/boot/fdt/dts/am335x-evm.dts head/sys/boot/fdt/dts/am3

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

2013-07-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Jul 7 04:22:08 2013 New Revision: 252913 URL: http://svnweb.freebsd.org/changeset/base/252913 Log: - Add USBSS driver for AM335x SoC. Driver is a wrapper around Mentors Graphic USB OTG core. Added: head/sys/arm/ti/am335x/am335x_usbss.c (contents, props changed)

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

2013-07-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Jul 7 04:18:35 2013 New Revision: 252912 URL: http://svnweb.freebsd.org/changeset/base/252912 Log: - Add initial host mode support for Mentor Graphics USB OTG controller - Sync musb_otg_atmelarm with new core logic API Modified: head/sys/dev/usb/controller/musb_otg.

Re: svn commit: r252672 - head/sbin/nvmecontrol

2013-07-06 Thread Bruce Evans
On Sat, 6 Jul 2013, Jilles Tjoelker wrote: On Sat, Jul 06, 2013 at 08:42:49PM +0200, Pawel Jakub Dawidek wrote: On Thu, Jul 04, 2013 at 11:44:28AM +1000, Bruce Evans wrote: Many style bugs are visible in this patch: [...] - sysexits.h is used [...] Bruce, until sysexits(3) doesn't explic

svn commit: r252907 - head/sys/fs/ext2fs

2013-07-06 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jul 7 01:32:52 2013 New Revision: 252907 URL: http://svnweb.freebsd.org/changeset/base/252907 Log: Fix some typos. MFC after:1 week Modified: head/sys/fs/ext2fs/ext2_htree.c Modified: head/sys/fs/ext2fs/ext2_htree.c

svn commit: r252906 - head/sys/conf

2013-07-06 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jul 7 01:12:29 2013 New Revision: 252906 URL: http://svnweb.freebsd.org/changeset/base/252906 Log: Add files related to ext2 HTree implementation These should've been added along with r252890 Reported by: gonzo PointyHat:pfg MFC after:1 week Modifie

Re: svn commit: r252672 - head/sbin/nvmecontrol

2013-07-06 Thread Pawel Jakub Dawidek
On Sat, Jul 06, 2013 at 09:51:08PM +0200, Jilles Tjoelker wrote: > [...] Firstly, in some application areas like mail delivery, it is > conventional and documented to use and interpret sysexits codes. (So if > HAST uses sysexits, it should document that fact.) [...] The hastd daemon checks for EX_

svn commit: r252895 - head/share/man/man9

2013-07-06 Thread Mark Johnston
Author: markj Date: Sat Jul 6 20:31:22 2013 New Revision: 252895 URL: http://svnweb.freebsd.org/changeset/base/252895 Log: Add a man page for the SDT_* macros, which can be used to define new static DTrace probes and providers in kernel code. MFC after:1 week Added: head/share/man

svn commit: r252894 - head/sys/sys

2013-07-06 Thread Mark Johnston
Author: markj Date: Sat Jul 6 20:21:35 2013 New Revision: 252894 URL: http://svnweb.freebsd.org/changeset/base/252894 Log: Add SDT_PROBE_DEFINE0 for consistency with SDT_PROBE0. MFC after:1 week Modified: head/sys/sys/sdt.h Modified: head/sys/sys/sdt.h =

svn commit: r252892 - in head/sys: compat/linux contrib/v4l

2013-07-06 Thread Alexander Leidinger
Author: netchild Date: Sat Jul 6 19:59:06 2013 New Revision: 252892 URL: http://svnweb.freebsd.org/changeset/base/252892 Log: - Move videodev headers from compat/linux to contrib/v4l (cp from vendor and apply diff to compat/linux versions). - The cp implies an update of videodev2.h to the

Re: svn commit: r252672 - head/sbin/nvmecontrol

2013-07-06 Thread Jilles Tjoelker
On Sat, Jul 06, 2013 at 08:42:49PM +0200, Pawel Jakub Dawidek wrote: > On Thu, Jul 04, 2013 at 11:44:28AM +1000, Bruce Evans wrote: > > Many style bugs are visible in this patch: > [...] > > - sysexits.h is used > [...] > Bruce, until sysexits(3) doesn't explicitly say it shouldn't be used, > plea

Re: svn commit: r252672 - head/sbin/nvmecontrol

2013-07-06 Thread Pawel Jakub Dawidek
On Thu, Jul 04, 2013 at 11:44:28AM +1000, Bruce Evans wrote: > Many style bugs are visible in this patch: [...] > - sysexits.h is used [...] Bruce, until sysexits(3) doesn't explicitly say it shouldn't be used, please stop calling this a bug, because you are just confusing people. At this point sy

svn commit: r252890 - in head/sys: fs/ext2fs modules/ext2fs

2013-07-06 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jul 6 18:28:06 2013 New Revision: 252890 URL: http://svnweb.freebsd.org/changeset/base/252890 Log: Initial implementation of the HTree directory index. This is a port of NetBSD's GSoC 2012 Ext3 HTree directory indexing by Vyacheslav Matyushin. It was cleaned up and

Re: svn commit: r252373 - head/usr.bin

2013-07-06 Thread Peter Jeremy
On 2013-Jun-29 15:31:24 +, Tim Kientzle wrote: >Log: > Enable svnlite on armv6. This breaks building world with gcc on Raspberry Pi: gcc -O -pipe -I/tank/src10r/usr.bin/svn/svn/../../../contrib/subversion/subversion/include -I/tank/src10r/usr.bin/svn/svn/../../../contrib/subversion/subve

svn commit: r252869 - in head: share/man/man4 sys/dev/oce

2013-07-06 Thread Xin LI
Author: delphij Date: Sat Jul 6 08:30:45 2013 New Revision: 252869 URL: http://svnweb.freebsd.org/changeset/base/252869 Log: Update driver with recent vendor improvements, most notably support of Skyhawk adapters. Many thanks to Emulex for their continued support of FreeBSD. Submitt

svn commit: r252867 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/hpt27xx sys/dev/hptnr sys/i386/conf sys/modules sys/modules/hpt27xx sys/modules/hptnr

2013-07-06 Thread Xin LI
Author: delphij Date: Sat Jul 6 07:49:41 2013 New Revision: 252867 URL: http://svnweb.freebsd.org/changeset/base/252867 Log: Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver. This driver works for FreeBSD/i386 and FreeBSD/amd64 platforms. Many thanks to HighPoint for p