summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1998-08-30 22:24:18 +0000
committerBill Paul <wpaul@FreeBSD.org>1998-08-30 22:24:18 +0000
commit11f73a416e2ec0096c8c78a60f9b37c34c090baf (patch)
tree34c5843c49182804c55c226fea953e5dc4624ce2 /sys
parent0451ac36bd8a4c0da581de1b9e4cb47650829851 (diff)
downloadsrc-test2-11f73a416e2ec0096c8c78a60f9b37c34c090baf.tar.gz
src-test2-11f73a416e2ec0096c8c78a60f9b37c34c090baf.zip
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/if_xl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 2bc1d5d87d74..3d47c692f49f 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.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_xl.c,v 1.44 1998/08/23 21:30:02 wpaul Exp $
+ * $Id: if_xl.c,v 1.5 1998/08/24 17:51:38 wpaul Exp $
*/
/*
@@ -124,7 +124,7 @@
#ifndef lint
static char rcsid[] =
- "$Id: if_xl.c,v 1.44 1998/08/23 21:30:02 wpaul Exp $";
+ "$Id: if_xl.c,v 1.5 1998/08/24 17:51:38 wpaul Exp $";
#endif
/*
@@ -786,7 +786,7 @@ static void xl_autoneg_mii(sc, flag, verbose)
return;
}
xl_autoneg_xmit(sc);
- ifp->if_timer = 3;
+ ifp->if_timer = 5;
sc->xl_autoneg = 1;
sc->xl_want_auto = 0;
return;