Date: Tue, 27 Mar 2007 15:55:32 +0000 (UTC) From: Andrew Gallatin <gallatin@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mxge if_mxge.c Message-ID: <200703271555.l2RFtW6r035011@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gallatin 2007-03-27 15:55:32 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: Fix a bug which could lead to receive side lockup when WC is disabled. When submitting rx buffers and not using WC fifo, always replace the invalid DMA address with the real one, otherwise allocation failures could lead to the invalid DMA address being given to the NIC, and that would cause the receive side to lockup. Revision Changes Path 1.24 +1 -0 src/sys/dev/mxge/if_mxge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703271555.l2RFtW6r035011>