Date: Sun, 2 Jan 2011 09:03:53 +0000 (UTC) From: Bernhard Schmidt <bschmidt@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/wpi if_wpi.c Message-ID: <201101020904.p02945cC069871@repoman.freebsd.org>
index | next in thread | raw e-mail
bschmidt 2011-01-02 09:03:53 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/dev/wpi if_wpi.c
Log:
SVN rev 216885 on 2011-01-02 09:03:53Z by bschmidt
MFC r216824:
The RX path is missing a few bus_dmamap_*() calls, this results in
modification of memory which was already free'd and eventually in:
wpi0: could not map mbuf (error 12)
wpi0: wpi_rx_intr: bus_dmamap_load failed, error 12
and an usuable device.
PR: kern/144898
Revision Changes Path
1.27.2.13 +15 -3 src/sys/dev/wpi/if_wpi.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101020904.p02945cC069871>
