Date: Sun, 27 Dec 2015 15:56:09 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 188899] [cas] cas ethernet driver seems to have issues with some multiport card and mother board combinations Message-ID: <bug-188899-2472-9GFGzOqa9P@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-188899-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-188899-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D188899 --- Comment #15 from commit-hook@freebsd.org --- A commit references this bug: Author: marius Date: Sun Dec 27 15:55:15 UTC 2015 New revision: 292778 URL: https://svnweb.freebsd.org/changeset/base/292778 Log: MFC: r286785, r291088, r291120 - Reformat x86 bounce buffer synchronization code to reduce indentation. No functional change. - Avoid a NULL pointer dereference in bounce_bus_dmamap_sync() when the map has been created via bounce_bus_dmamem_alloc(). Even for coherent DMA - which bus_dmamem_alloc(9) typically is used for -, calling of bus_dmamap_sync(9) isn't optional. [1] - Avoid a NULL pointer dereference in bounce_bus_dmamap_unload() when the map has been created via bounce_bus_dmamem_alloc(). In that case bus_dmamap_unload(9) typically isn't called during normal operation but still should be during detach, cleanup from failed attach etc. [2] PR: 188899 (non-original problem) [1] Submitted by: yongari [2] Changes: _U stable/9/sys/ stable/9/sys/x86/x86/busdma_machdep.c --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-188899-2472-9GFGzOqa9P>