Searched hist:133592 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/ia64/ia64/
H A Dbusdma_machdep.cdiff 191011 Mon Apr 13 19:29:20 MDT 2009 kib The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in the
uio_td to extract pages from, instead of unconditionally use kernel
pmap.

Submitted by: Jason Harmening <jason.harmening gmail com> (amd64 version)
PR: amd64/133592
Reviewed by: scottl (original patch), jhb
MFC after: 2 weeks
/freebsd-10.3-release/sys/arm/arm/
H A Dbusdma_machdep.cdiff 191011 Mon Apr 13 19:29:20 MDT 2009 kib The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in the
uio_td to extract pages from, instead of unconditionally use kernel
pmap.

Submitted by: Jason Harmening <jason.harmening gmail com> (amd64 version)
PR: amd64/133592
Reviewed by: scottl (original patch), jhb
MFC after: 2 weeks
/freebsd-10.3-release/sys/x86/x86/
H A Dbusdma_machdep.cdiff 191011 Mon Apr 13 19:29:20 MDT 2009 kib The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in the
uio_td to extract pages from, instead of unconditionally use kernel
pmap.

Submitted by: Jason Harmening <jason.harmening gmail com> (amd64 version)
PR: amd64/133592
Reviewed by: scottl (original patch), jhb
MFC after: 2 weeks
H A Dbusdma_bounce.cdiff 191011 Mon Apr 13 19:29:20 MDT 2009 kib The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in the
uio_td to extract pages from, instead of unconditionally use kernel
pmap.

Submitted by: Jason Harmening <jason.harmening gmail com> (amd64 version)
PR: amd64/133592
Reviewed by: scottl (original patch), jhb
MFC after: 2 weeks
/freebsd-10.3-release/sys/netinet6/
H A Draw_ip6.cdiff 133592 Thu Aug 12 18:31:36 MDT 2004 rwatson When allocating the IPv6 header to stick in front of raw packet being
sent via a raw IPv6 socket, use M_DONTWAIT not M_TRYWAIT, as we're
holding the raw pcb mutex.

Reported, tested by: kuriyama

Completed in 224 milliseconds