summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_tl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index e7a7887..191dbad 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_tl.c,v 1.6 1998/05/26 23:42:24 wpaul Exp $
+ * $Id: if_tl.c,v 1.7 1998/05/29 16:58:46 wpaul Exp $
*/
/*
@@ -240,7 +240,7 @@
#ifndef lint
static char rcsid[] =
- "$Id: if_tl.c,v 1.6 1998/05/26 23:42:24 wpaul Exp $";
+ "$Id: if_tl.c,v 1.7 1998/05/29 16:58:46 wpaul Exp $";
#endif
/*
@@ -497,6 +497,7 @@ static u_int8_t tl_eeprom_getbyte(csr, addr, dest)
if (DIO_BYTE1_GET(TL_SIO_EDATA))
byte |= i;
DIO_BYTE1_CLR(TL_SIO_ECLOK);
+ DELAY(1);
}
EEPROM_STOP;
OpenPOWER on IntegriCloud