summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_xl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 95bcf77..8b55765 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -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;
OpenPOWER on IntegriCloud