On Thu, Nov 5, 2015 at 9:21 AM, Ian Lepore wrote:
> Just as an FYI for you guys, since we're all splashing around in busdma
> code lately The things on my near-term (next several weeks) to-do
> list for busdma are:
>
> Add "small bounce" support to help reduce the bounce preallocation
> overh
Just as an FYI for you guys, since we're all splashing around in busdma
code lately The things on my near-term (next several weeks) to-do
list for busdma are:
Add "small bounce" support to help reduce the bounce preallocation
overhead for handling bounces due to cacheline alignment. Almost al
Userspace buffers in load_buffer() also need temporary mappings, so it
might be nice to keep the panic/KASSERT there for completeness. I don't
see how anything coming from userspace would be outside vm_page_array
though, so that is up to you and Michal.
Since Michal's already made the initial pa
On Thu, Nov 5, 2015 at 1:11 AM, Jason Harmening
wrote:
>
> On Wed, Nov 4, 2015 at 2:17 PM, Svatopluk Kraus wrote:
>>
>> On Tue, Nov 3, 2015 at 8:45 AM, Jason Harmening
>> wrote:
>> >
>> > On Sun, Nov 1, 2015 at 8:11 AM, Ian Lepore wrote:
>> >>
>> >>
>> >> It's almost certainly not related to sy
On Wed, Nov 4, 2015 at 2:17 PM, Svatopluk Kraus wrote:
> On Tue, Nov 3, 2015 at 8:45 AM, Jason Harmening
> wrote:
> >
> > On Sun, Nov 1, 2015 at 8:11 AM, Ian Lepore wrote:
> >>
> >>
> >> It's almost certainly not related to sysinit ordering. This exception
> >> is happening during mmc probing
On Tue, Nov 3, 2015 at 8:45 AM, Jason Harmening
wrote:
>
> On Sun, Nov 1, 2015 at 8:11 AM, Ian Lepore wrote:
>>
>>
>> It's almost certainly not related to sysinit ordering. This exception
>> is happening during mmc probing after interrupts are enabled.
>>
>> It appears that the problem is the fa
On Sun, Nov 1, 2015 at 8:11 AM, Ian Lepore wrote:
>
> It's almost certainly not related to sysinit ordering. This exception
> is happening during mmc probing after interrupts are enabled.
>
> It appears that the problem is the faulting code is running on one of
> the very early pre-allocated ker
On Sun, Nov 01, 2015 at 09:11:51AM -0700, Ian Lepore wrote:
> It's almost certainly not related to sysinit ordering. This exception
> is happening during mmc probing after interrupts are enabled.
>
> It appears that the problem is the faulting code is running on one of
> the very early pre-alloca
On Sun, 2015-11-01 at 07:01 -0600, Jason Harmening wrote:
> On Sat, Oct 31, 2015 at 4:55 AM, Jason Harmening <
> jason.harmen...@gmail.com>
> wrote:
>
> >
> >
> > On 10/31/15 03:21, Ganbold Tsagaankhuu wrote:
> > > On Fri, Oct 23, 2015 at 12:38 AM, Jason A. Harmening <
> > > j...@freebsd.org>
>
On Sat, Oct 31, 2015 at 4:55 AM, Jason Harmening
wrote:
>
>
> On 10/31/15 03:21, Ganbold Tsagaankhuu wrote:
> > On Fri, Oct 23, 2015 at 12:38 AM, Jason A. Harmening
> > wrote:
> >
> >> Author: jah
> >> Date: Thu Oct 22 16:38:01 2015
> >> New Revision: 289759
> >> URL: https://svnweb.freebsd.org/
On 10/31/15 03:21, Ganbold Tsagaankhuu wrote:
> On Fri, Oct 23, 2015 at 12:38 AM, Jason A. Harmening
> wrote:
>
>> Author: jah
>> Date: Thu Oct 22 16:38:01 2015
>> New Revision: 289759
>> URL: https://svnweb.freebsd.org/changeset/base/289759
>>
>> Log:
>> Use pmap_quick* functions in armv6 bu
On Fri, Oct 23, 2015 at 12:38 AM, Jason A. Harmening
wrote:
> Author: jah
> Date: Thu Oct 22 16:38:01 2015
> New Revision: 289759
> URL: https://svnweb.freebsd.org/changeset/base/289759
>
> Log:
> Use pmap_quick* functions in armv6 busdma, for bounce buffers and cache
> maintenance. This makes
12 matches
Mail list logo