Re: svn commit: r354703 - head/sys/dev/ioat

2019-11-15 Thread Konstantin Belousov
On Fri, Nov 15, 2019 at 11:09:12AM -0700, Scott Long wrote: > > > > On Nov 15, 2019, at 2:18 AM, Konstantin Belousov > > wrote: > > > > On Thu, Nov 14, 2019 at 09:41:36AM -0500, Alexander Motin wrote: > >> On 14.11.2019 05:11, Konstantin Belousov wrote: > >>> On Thu, Nov 14, 2019 at 04:39:49AM

Re: svn commit: r354703 - head/sys/dev/ioat

2019-11-15 Thread Scott Long
> On Nov 15, 2019, at 2:18 AM, Konstantin Belousov wrote: > > On Thu, Nov 14, 2019 at 09:41:36AM -0500, Alexander Motin wrote: >> On 14.11.2019 05:11, Konstantin Belousov wrote: >>> On Thu, Nov 14, 2019 at 04:39:49AM +, Alexander Motin wrote: Author: mav Date: Thu Nov 14 04:39:48

Re: svn commit: r354703 - head/sys/dev/ioat

2019-11-15 Thread Konstantin Belousov
On Thu, Nov 14, 2019 at 09:41:36AM -0500, Alexander Motin wrote: > On 14.11.2019 05:11, Konstantin Belousov wrote: > > On Thu, Nov 14, 2019 at 04:39:49AM +, Alexander Motin wrote: > >> Author: mav > >> Date: Thu Nov 14 04:39:48 2019 > >> New Revision: 354703 > >> URL: https://svnweb.freebsd.org

Re: svn commit: r354703 - head/sys/dev/ioat

2019-11-14 Thread Alexander Motin
On 14.11.2019 05:11, Konstantin Belousov wrote: > On Thu, Nov 14, 2019 at 04:39:49AM +, Alexander Motin wrote: >> Author: mav >> Date: Thu Nov 14 04:39:48 2019 >> New Revision: 354703 >> URL: https://svnweb.freebsd.org/changeset/base/354703 >> >> Log: >> Pass more reasonable WAIT flags to bus

Re: svn commit: r354703 - head/sys/dev/ioat

2019-11-14 Thread Konstantin Belousov
On Thu, Nov 14, 2019 at 04:39:49AM +, Alexander Motin wrote: > Author: mav > Date: Thu Nov 14 04:39:48 2019 > New Revision: 354703 > URL: https://svnweb.freebsd.org/changeset/base/354703 > > Log: > Pass more reasonable WAIT flags to bus_dma(9) calls. > > MFC after: 2 weeks > > Modifie

svn commit: r354703 - head/sys/dev/ioat

2019-11-13 Thread Alexander Motin
Author: mav Date: Thu Nov 14 04:39:48 2019 New Revision: 354703 URL: https://svnweb.freebsd.org/changeset/base/354703 Log: Pass more reasonable WAIT flags to bus_dma(9) calls. MFC after:2 weeks Modified: head/sys/dev/ioat/ioat.c Modified: head/sys/dev/ioat/ioat.c ===