Date: Sun, 7 Dec 2008 23:02:37 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/dc if_dc.c if_dcreg.h Message-ID: <200812072302.mB7N2jgq068812@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2008-12-07 23:02:37 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c if_dcreg.h Log: SVN rev 185750 on 2008-12-07 23:02:37Z by marius - According to the corresponding Linux, NetBSD and OpenSolaris drivers, there should be a 1us delay after every write when bit-banging the MII. Also insert barriers in order to ensure the intended ordering. These changes hopefully will solve the bus wedging occasionally experienced with DM9102A since r182461. - Deobfuscate dc_mii_readreg() a bit. Revision Changes Path 1.198 +42 -34 src/sys/dev/dc/if_dc.c 1.57 +3 -0 src/sys/dev/dc/if_dcreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812072302.mB7N2jgq068812>