From 4b029c13b0ae30aeffa9dbab112c6db24a3ec533 Mon Sep 17 00:00:00 2001 From: silby Date: Mon, 6 Jan 2003 00:36:13 +0000 Subject: 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 --- sys/pci/if_xl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/pci') 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; -- cgit v1.1