Date: Tue, 19 Oct 2010 23:04:23 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h Message-ID: <201010192304.o9JN4mS0049732@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-10-19 23:04:23 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: SVN rev 214087 on 2010-10-19 23:04:23Z by yongari Add workaround for BCM5906 controller silicon bug. If device receive two back-to-back send BDs with less than or equal to 8 total bytes then the device may hang. The two back-to-back send BDs must be in the same frame for this failure to occur. Thanks to davidch for detailed errata information. Reviewed by: davidch Revision Changes Path 1.327 +43 -0 src/sys/dev/bge/if_bge.c 1.112 +1 -0 src/sys/dev/bge/if_bgereg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010192304.o9JN4mS0049732>