Date: Tue, 2 Nov 2010 23:26:07 +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 src/sys/dev/mii brgphy.c Message-ID: <201011022326.oA2NQMrJ028643@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-11-02 23:26:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/bge if_bge.c if_bgereg.h sys/dev/mii brgphy.c Log: SVN rev 214703 on 2010-11-02 23:26:07Z by yongari MFC r213411,213464-213465,213468: r213411: Enable fix for read DMA FIFO overruns on controllers that have this fix. Note, we still need workaround for controllers that lacks this fix and it needs more work in RX BD updating. Submitted by: davidch r213464: Separate common flags into controller specific and PHY related flags. There should be no functional changes. This change will make it easy to add more quirk/flags in future. Reviewed by: davidch r213465: Rearrange code a bit to correctly set PHY flags. This change make it easy to add more newer ASICs. Obtained from: OpenBSD r213468: Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined. Revision Changes Path 1.198.2.54 +29 -14 src/sys/dev/bge/if_bge.c 1.73.2.26 +22 -17 src/sys/dev/bge/if_bgereg.h 1.70.2.17 +8 -8 src/sys/dev/mii/brgphy.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011022326.oA2NQMrJ028643>