svn commit: r272237 - head/sys/mips/atheros

2014-09-27 Thread Adrian Chadd
Author: adrian Date: Sun Sep 28 05:28:11 2014 New Revision: 272237 URL: http://svnweb.freebsd.org/changeset/base/272237 Log: Fix the ar724x PCI config space register read. It was doing incorrect things with masks. This was fixed in the AR71xx codebase but it wasn't yet fixed in the AR724

Re: svn commit: r272214 - in head/sys: boot/i386/libfirewire dev/firewire

2014-09-27 Thread Alexey Dokuchaev
On Sat, Sep 27, 2014 at 04:50:21PM +, Alexander Kabaev wrote: > New Revision: 272214 > URL: http://svnweb.freebsd.org/changeset/base/272214 > > Log: > Remove obsolete compatibility glue and improve firewire code readability. > > Commit my version of style(9) pass over the firewire code.

Re: svn commit: r272210 - head/games/factor

2014-09-27 Thread Bruce Evans
On Sat, 27 Sep 2014, Sean Bruno wrote: Log: Update factor for changes to types in primes, which is a dependency. Fixes build-fail on mips32 introduced at 272207. Modified: head/games/factor/factor.c Modified: head/games/factor/factor.c ==

Re: svn commit: r272207 - in head/games: factor primes

2014-09-27 Thread Bruce Evans
On Sat, 27 Sep 2014, Colin Percival wrote: Log: Switch primes(6) from using unsigned long to using uint64_t. This fixes 'limited range of type' warnings about comparisons on 32-bit systems, and allows 32-bit systems to compute the full range of primes. Since it no longer pretends to suppor

svn commit: r272227 - head/sys/dev/ixl

2014-09-27 Thread Gleb Smirnoff
Author: glebius Date: Sat Sep 27 20:54:57 2014 New Revision: 272227 URL: http://svnweb.freebsd.org/changeset/base/272227 Log: Convert driver to if_get_counter method. Submitted by: rstone Reviewed by: Eric Joyner Modified: head/sys/dev/ixl/if_ixl.c head/sys/dev/ixl/if_ixlv.c head

svn commit: r272226 - head/sys/dev/dwc

2014-09-27 Thread Gleb Smirnoff
Author: glebius Date: Sat Sep 27 20:43:01 2014 New Revision: 272226 URL: http://svnweb.freebsd.org/changeset/base/272226 Log: Mechanically convert to if_inc_counter(). Modified: head/sys/dev/dwc/if_dwc.c Modified: head/sys/dev/dwc/if_dwc.c

Re: svn commit: r272211 - head/sys/net

2014-09-27 Thread Gleb Smirnoff
On Sat, Sep 27, 2014 at 01:57:48PM +, Alexander V. Chernikov wrote: A> Author: melifaro A> Date: Sat Sep 27 13:57:48 2014 A> New Revision: 272211 A> URL: http://svnweb.freebsd.org/changeset/base/272211 A> A> Log: A> Use underlying ports counters to get lagg statistics instead of A> per-pac

svn commit: r272225 - head/sys/ofed/drivers/infiniband/ulp/ipoib

2014-09-27 Thread Gleb Smirnoff
Author: glebius Date: Sat Sep 27 20:39:24 2014 New Revision: 272225 URL: http://svnweb.freebsd.org/changeset/base/272225 Log: Mechanically convert to if_inc_counter(). Modified: head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c hea

Re: svn commit: r272222 - head/sys/dev/cxgb

2014-09-27 Thread Gleb Smirnoff
On Sat, Sep 27, 2014 at 06:35:17PM +, Navdeep Parhar wrote: N> Author: np N> Date: Sat Sep 27 18:35:16 2014 N> New Revision: 27 N> URL: http://svnweb.freebsd.org/changeset/base/27 N> N> Log: N> cxgb(4): implement if_get_counter. Thanks a lot again :) -- Totus tuus, Glebius. __

svn commit: r272224 - head/sys/cam/ctl

2014-09-27 Thread Alexander Motin
Author: mav Date: Sat Sep 27 20:08:34 2014 New Revision: 272224 URL: http://svnweb.freebsd.org/changeset/base/272224 Log: Fix page length reported for Block Limits VPD page. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r272223 - head/sys/dev/ahci

2014-09-27 Thread Steven Hartland
Author: smh Date: Sat Sep 27 19:14:22 2014 New Revision: 272223 URL: http://svnweb.freebsd.org/changeset/base/272223 Log: Use a local STAILQ for unlocked done CCB processing in ahci direct mode Previously it was possible for issues e.g. use after free, to result from processing the done q

svn commit: r272222 - head/sys/dev/cxgb

2014-09-27 Thread Navdeep Parhar
Author: np Date: Sat Sep 27 18:35:16 2014 New Revision: 27 URL: http://svnweb.freebsd.org/changeset/base/27 Log: cxgb(4): implement if_get_counter. Modified: head/sys/dev/cxgb/cxgb_adapter.h head/sys/dev/cxgb/cxgb_main.c head/sys/dev/cxgb/cxgb_sge.c Modified: head/sys/dev/cxgb/cx

svn commit: r272217 - head/usr.bin/mkimg

2014-09-27 Thread Marcel Moolenaar
Author: marcel Date: Sat Sep 27 17:58:03 2014 New Revision: 272217 URL: http://svnweb.freebsd.org/changeset/base/272217 Log: Update the usage message and the man page to account for the new long options. Bump the version number to 20140927. While here, use explicit fputc() calls to skip a

svn commit: r272216 - head/sys/mips/conf

2014-09-27 Thread Bjoern A. Zeeb
Author: bz Date: Sat Sep 27 17:11:51 2014 New Revision: 272216 URL: http://svnweb.freebsd.org/changeset/base/272216 Log: Disable the makeoption with MFS_IMAGE= set as we don't ship that file and it thus breaks the default build. You can still use various other ways (tools) to embedd the im

svn commit: r272215 - head/sys/dev/firewire

2014-09-27 Thread Alexander Kabaev
Author: kan Date: Sat Sep 27 16:50:24 2014 New Revision: 272215 URL: http://svnweb.freebsd.org/changeset/base/272215 Log: Do not pass whole descriptor block size as align to fwdma_malloc_multiseg Do not pass wrong alignment value to fwdma_malloc_multiseg and ultimately to contigalloc. In

svn commit: r272214 - in head/sys: boot/i386/libfirewire dev/firewire

2014-09-27 Thread Alexander Kabaev
Author: kan Date: Sat Sep 27 16:50:21 2014 New Revision: 272214 URL: http://svnweb.freebsd.org/changeset/base/272214 Log: Remove obsolete compatibility glue and improve firewire code readability. Commit my version of style(9) pass over the firewire code. Now that other people have started

svn commit: r272213 - head/sys/arm/at91

2014-09-27 Thread Kevin Lo
Author: kevlo Date: Sat Sep 27 14:39:00 2014 New Revision: 272213 URL: http://svnweb.freebsd.org/changeset/base/272213 Log: Fix the definitioin of AT91SAM9G45_IRQ_PIOE and rename it to AT91SAM9G45_IRQ_PIODE. According to the data sheet, both PIOD and PIOE use the same IRQ. While here r

svn commit: r272211 - head/sys/net

2014-09-27 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Sep 27 13:57:48 2014 New Revision: 272211 URL: http://svnweb.freebsd.org/changeset/base/272211 Log: Use underlying ports counters to get lagg statistics instead of per-packet accounting. This introduce user-visible changes like aggregating error counters. Revi

Re: svn commit: r272206 - head/sys/mips/conf

2014-09-27 Thread Bjoern A. Zeeb
On 27 Sep 2014, at 08:59 , Sean Bruno wrote: > Author: sbruno > Date: Sat Sep 27 08:59:43 2014 > New Revision: 272206 > URL: http://svnweb.freebsd.org/changeset/base/272206 > > Log: > Add kernel support for the TP-LINK MR3020 Atheros MIPS 24k router. > > AR9331 based system. > > Phabric:

Re: svn commit: r272207 - in head/games: factor primes

2014-09-27 Thread Colin Percival
On 09/27/14 05:52, John Baldwin wrote: > On Saturday, September 27, 2014 09:00:39 AM Colin Percival wrote: >> #define BIG ULONG_MAX /* largest value will sieve */ > > Should this be UINT64_MAX (or however that is spelled) instead of ULONG_MAX > now? (or is it even still us

Re: svn commit: r272207 - in head/games: factor primes

2014-09-27 Thread John Baldwin
On Saturday, September 27, 2014 09:00:39 AM Colin Percival wrote: > Author: cperciva > Date: Sat Sep 27 09:00:38 2014 > New Revision: 272207 > URL: http://svnweb.freebsd.org/changeset/base/272207 > > Log: > Switch primes(6) from using unsigned long to using uint64_t. This fixes > 'limited ran

Re: svn commit: r272200 - head/sys/dev/cxgbe

2014-09-27 Thread Gleb Smirnoff
On Sat, Sep 27, 2014 at 05:50:31AM +, Navdeep Parhar wrote: N> Author: np N> Date: Sat Sep 27 05:50:31 2014 N> New Revision: 272200 N> URL: http://svnweb.freebsd.org/changeset/base/272200 N> N> Log: N> cxgbe(4): implement if_get_counter. Thanks a lot, Navdeep! -- Totus tuus, Glebius.

svn commit: r272210 - head/games/factor

2014-09-27 Thread Sean Bruno
Author: sbruno Date: Sat Sep 27 10:57:34 2014 New Revision: 272210 URL: http://svnweb.freebsd.org/changeset/base/272210 Log: Update factor for changes to types in primes, which is a dependency. Fixes build-fail on mips32 introduced at 272207. Modified: head/games/factor/factor.c Modifie

svn commit: r272209 - in head/sys/arm: arm include

2014-09-27 Thread Andrew Turner
Author: andrew Date: Sat Sep 27 09:57:34 2014 New Revision: 272209 URL: http://svnweb.freebsd.org/changeset/base/272209 Log: Add machine/sysreg.h to simplify accessing the system control coprocessor registers and use it in the ARMv7 CPU functions. The sysreg.h file has been checked by han

svn commit: r272208 - head/cddl/lib/libzfs

2014-09-27 Thread Xin LI
Author: delphij Date: Sat Sep 27 09:39:19 2014 New Revision: 272208 URL: http://svnweb.freebsd.org/changeset/base/272208 Log: Revert r272189, the committed version was an old version and breaks build. Pointy hat to:delphij Modified: head/cddl/lib/libzfs/Makefile Modified: head/c

svn commit: r272207 - in head/games: factor primes

2014-09-27 Thread Colin Percival
Author: cperciva Date: Sat Sep 27 09:00:38 2014 New Revision: 272207 URL: http://svnweb.freebsd.org/changeset/base/272207 Log: Switch primes(6) from using unsigned long to using uint64_t. This fixes 'limited range of type' warnings about comparisons on 32-bit systems, and allows 32-bit syst

svn commit: r272206 - head/sys/mips/conf

2014-09-27 Thread Sean Bruno
Author: sbruno Date: Sat Sep 27 08:59:43 2014 New Revision: 272206 URL: http://svnweb.freebsd.org/changeset/base/272206 Log: Add kernel support for the TP-LINK MR3020 Atheros MIPS 24k router. AR9331 based system. Phabric: https://reviews.freebsd.org/D780 Reviewed by: adrian Ad

svn commit: r272201 - head/sys/netinet

2014-09-27 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Sep 27 07:04:12 2014 New Revision: 272201 URL: http://svnweb.freebsd.org/changeset/base/272201 Log: * Split tcp_signature_compute() into 2 pieces: - tcp_get_sav() - SADB key lookup - tcp_signature_do_compute() - actual computation * Fix TCP signature case for l