hwreset(): delay required after diddling the medium selection bit.

This commit is contained in:
pk 1998-09-26 08:31:20 +00:00
parent b356238b16
commit 1338a7e982
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le_ledma.c,v 1.4 1998/09/06 22:43:16 eeh Exp $ */
/* $NetBSD: if_le_ledma.c,v 1.5 1998/09/26 08:31:20 pk Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -271,6 +271,7 @@ lehwreset(sc)
csr = L64854_GCSR(dma);
csr |= (E_DSBL_WR_INVAL | aui_bit);
L64854_SCSR(dma, csr);
delay(20000); /* must not touch le for 20ms */
}
hide void