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

/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.cdiff 191011 Mon Apr 13 17: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-11-stable/sys/x86/x86/
H A Dbusdma_bounce.cdiff 191011 Mon Apr 13 17: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-11-stable/sys/netinet6/
H A Draw_ip6.cdiff 133592 Thu Aug 12 16: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 390 milliseconds