Re: svn commit: r250294 - head/sys/arm/arm

2013-05-07 Thread Grzegorz Bernacki
In my opinion this is the simplest way to do it, however if you think it should be done other way I can change it. grzesiek On 05/06/13 20:45, Adrian Chadd wrote: .. is this really the only way to do this reliably? adrian On 6 May 2013 07:27, Grzegorz Bernackig...@freebsd.org wrote:

svn commit: r250324 - head/sys/arm/mv

2013-05-07 Thread Grzegorz Bernacki
Author: gber Date: Tue May 7 06:42:07 2013 New Revision: 250324 URL: http://svnweb.freebsd.org/changeset/base/250324 Log: decode_win_sdram_fixup() function should be declared, defined and used only by Armada XP Obtained from:Semihalf Modified: head/sys/arm/mv/common.c

Re: svn commit: r250027 - head/sys/kern

2013-05-07 Thread Scott Long
On May 6, 2013, at 2:05 PM, Konstantin Belousov kostik...@gmail.com wrote: On Mon, May 06, 2013 at 08:16:11PM +0200, Pawel Jakub Dawidek wrote: On Sun, Apr 28, 2013 at 07:12:09PM +, Konstantin Belousov wrote: Author: kib Date: Sun Apr 28 19:12:09 2013 New Revision: 250027 URL:

Re: svn commit: r250027 - head/sys/kern

2013-05-07 Thread Konstantin Belousov
On Tue, May 07, 2013 at 01:04:35AM -0600, Scott Long wrote: On May 6, 2013, at 2:05 PM, Konstantin Belousov kostik...@gmail.com wrote: On Mon, May 06, 2013 at 08:16:11PM +0200, Pawel Jakub Dawidek wrote: On Sun, Apr 28, 2013 at 07:12:09PM +, Konstantin Belousov wrote: Author: kib

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

2013-05-07 Thread Adrian Chadd
Author: adrian Date: Tue May 7 07:44:07 2013 New Revision: 250325 URL: http://svnweb.freebsd.org/changeset/base/250325 Log: Simplify this bit of code! Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c

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

2013-05-07 Thread Adrian Chadd
Author: adrian Date: Tue May 7 07:52:18 2013 New Revision: 250326 URL: http://svnweb.freebsd.org/changeset/base/250326 Log: Re-work how transmit buffer limits are enforced - partly to fix the PR, but partly to just tidy up things. The problem here - there are too many TX buffers in the

svn commit: r250327 - head/sys/kern

2013-05-07 Thread Scott Long
Author: scottl Date: Tue May 7 08:16:21 2013 New Revision: 250327 URL: http://svnweb.freebsd.org/changeset/base/250327 Log: Add a sysctl vfs.read_min to complement the exiting vfs.read_max. It defaults to 1, meaning that it's off. When read-ahead is enabled on a file, the vfs cluster

svn commit: r250330 - head/share/misc

2013-05-07 Thread Eitan Adler
Author: eadler Date: Tue May 7 12:39:14 2013 New Revision: 250330 URL: http://svnweb.freebsd.org/changeset/base/250330 Log: By request, add an arrow from NetBSD-0.8 to FreeBSD-1.0. While here, add a few more NetBSD versions to the tree itself. Submitted by: Alan Barrett

Re: svn commit: r250315 - head/share/misc

2013-05-07 Thread Eitan Adler
On 7 May 2013 01:23, Joel Dahl j...@freebsd.org wrote: On Tue, May 07, 2013 at 02:03:00AM +, Eitan Adler wrote: Author: eadler Date: Tue May 7 02:03:00 2013 New Revision: 250315 URL: http://svnweb.freebsd.org/changeset/base/250315 Log: Add two missing NetBSD releases You didn't

svn commit: r250333 - head/sys/boot/pc98/libpc98

2013-05-07 Thread John Baldwin
Author: jhb Date: Tue May 7 18:08:49 2013 New Revision: 250333 URL: http://svnweb.freebsd.org/changeset/base/250333 Log: Don't pad disk partition sizes with leading zeros. This was already fixed in a different way by the new disk code used for other platforms. MFC after:1 week

svn commit: r250334 - head/sys/vm

2013-05-07 Thread Alan Cox
Author: alc Date: Tue May 7 18:45:34 2013 New Revision: 250334 URL: http://svnweb.freebsd.org/changeset/base/250334 Log: Remove a redundant call to panic() from vm_radix_keydiff(). The assertion before the loop accomplishes the same thing. Sponsored by: EMC / Isilon Storage Division

svn commit: r250335 - head/lib/libusb

2013-05-07 Thread Ed Maste
Author: emaste Date: Tue May 7 20:35:47 2013 New Revision: 250335 URL: http://svnweb.freebsd.org/changeset/base/250335 Log: Constify libusb_get_pollfds return The correct return type, per our libusb(3) man page and the libusb.org and libusbx projects (whose interface we intend to follow

svn commit: r250337 - head/cddl/lib/drti

2013-05-07 Thread Brooks Davis
Author: brooks Date: Tue May 7 22:05:57 2013 New Revision: 250337 URL: http://svnweb.freebsd.org/changeset/base/250337 Log: Work around the implementation of LIBRARIES_ONLY. It causes drti.o to not be installed in /usr/lib32 on systems with compat-32 support. This fix has two parts.

svn commit: r250338 - in head/sys: amd64/include arm/include conf i386/include ia64/include mips/include powerpc/include sparc64/include vm x86/acpica

2013-05-07 Thread Attilio Rao
Author: attilio Date: Tue May 7 22:46:24 2013 New Revision: 250338 URL: http://svnweb.freebsd.org/changeset/base/250338 Log: Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in order to match the MAXCPU concept. The change should also be useful for consolidation and

svn commit: r250339 - head/sys/x86/acpica

2013-05-07 Thread Attilio Rao
Author: attilio Date: Tue May 7 22:49:56 2013 New Revision: 250339 URL: http://svnweb.freebsd.org/changeset/base/250339 Log: Add functions to do ACPI System Locality Information Table parsing and printing at boot. For reference on table informations and purposes please review ACPI specs.

svn commit: r250340 - head/sys/dev/qlxgb

2013-05-07 Thread David C Somayajulu
Author: davidcs Date: Tue May 7 22:58:42 2013 New Revision: 250340 URL: http://svnweb.freebsd.org/changeset/base/250340 Log: 1. Updated Copyright Information 2. Added Flash Read/Update Support 3. Fixed TSO Handling Submitted by: David C Somayajulu (davi...@freebsd.org) Reviewed by:

svn commit: r250341 - head/sys/contrib/dev/acpica/components/namespace

2013-05-07 Thread Jung-uk Kim
Author: jkim Date: Wed May 8 00:20:35 2013 New Revision: 250341 URL: http://svnweb.freebsd.org/changeset/base/250341 Log: MFV: r250336 Fix for _INI regression introduced in version 20130328. Modified: head/sys/contrib/dev/acpica/components/namespace/nsinit.c Directory Properties:

svn commit: r250342 - head/lib/libusb

2013-05-07 Thread Ed Maste
Author: emaste Date: Wed May 8 00:55:29 2013 New Revision: 250342 URL: http://svnweb.freebsd.org/changeset/base/250342 Log: Add libusb_get_port_path wrapper This follows the libusbx API reference at http://libusbx.sourceforge.net/api-1.0/group__dev.html Reviewed by: hselasky@

svn commit: r250346 - in head/sys/dev/ath: . ath_hal ath_hal/ar5416

2013-05-07 Thread Adrian Chadd
Author: adrian Date: Wed May 8 01:11:25 2013 New Revision: 250346 URL: http://svnweb.freebsd.org/changeset/base/250346 Log: Implement STBC receive frame statistics. The AR9280 and later can receive STBC. This adds some statistics tracking to count these frames. A patch to athstats

Re: svn commit: r250338 - in head/sys: amd64/include arm/include conf i386/include ia64/include mips/include powerpc/include sparc64/include vm x86/acpica

2013-05-07 Thread Adrian Chadd
Hi, This broke a fresh buildworld for me. sys/vm/vm_phys.c still references VM_NDOMAIN. Thanks, Adrian On 7 May 2013 15:46, Attilio Rao atti...@freebsd.org wrote: Author: attilio Date: Tue May 7 22:46:24 2013 New Revision: 250338 URL: http://svnweb.freebsd.org/changeset/base/250338