Add two MII_SETs to provide a bit more time between operations in

xl_sync; this appears to be necessary with certain systems.

Requested by:	Michael Class <michael_class@gmx.net>
This commit is contained in:
Mike Silbersack 2003-01-06 00:36:13 +00:00
parent 0d6d96ea78
commit e7e21ec663
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108750

View File

@ -406,7 +406,9 @@ xl_mii_sync(sc)
for (i = 0; i < 32; i++) {
MII_SET(XL_MII_CLK);
MII_SET(XL_MII_DATA);
MII_CLR(XL_MII_CLK);
MII_SET(XL_MII_DATA);
}
return;