Date: Fri, 18 Feb 2011 23:18:08 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/dc if_dc.c Message-ID: <201102190943.p1J9hlI4066945@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-02-18 23:18:08 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: SVN rev 218828 on 2011-02-18 23:18:08Z by yongari Fix a long standing bug where driver handed over RX descriptor ownership to controller before completion of access to the descriptor. Driver is faking up status word so it should not give ownership to controller until it completes RX processing. Revision Changes Path 1.213 +0 -1 src/sys/dev/dc/if_dc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102190943.p1J9hlI4066945>