diff options
| author | Mike Silbersack <silby@FreeBSD.org> | 2003-09-29 02:14:04 +0000 |
|---|---|---|
| committer | Mike Silbersack <silby@FreeBSD.org> | 2003-09-29 02:14:04 +0000 |
| commit | 43e68b533313f93b4291185f19b463bf0f35b346 (patch) | |
| tree | 895dfeccab1d44b0119055215349bdbf93420c0f | |
| parent | 00734763e9154e35a59f7e6afa5a7a18b41cb296 (diff) | |
Notes
| -rw-r--r-- | sys/pci/if_xl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index f8841f47beae..6bfd7fb2b548 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -413,8 +413,10 @@ xl_mii_sync(sc) for (i = 0; i < 32; i++) { MII_SET(XL_MII_CLK); MII_SET(XL_MII_DATA); + MII_SET(XL_MII_DATA); MII_CLR(XL_MII_CLK); MII_SET(XL_MII_DATA); + MII_SET(XL_MII_DATA); } return; |
