Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/dev/mii pullup 1.11->1.12 (thorpej): Fix PR7361



details:   https://anonhg.NetBSD.org/src/rev/07bc7f7cfe82
branches:  netbsd-1-4
changeset: 468437:07bc7f7cfe82
user:      perry <perry%NetBSD.org@localhost>
date:      Fri Apr 23 15:39:21 1999 +0000

description:
pullup 1.11->1.12 (thorpej): Fix PR7361

diffstat:

 sys/dev/mii/qsphy.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r a169098083e9 -r 07bc7f7cfe82 sys/dev/mii/qsphy.c
--- a/sys/dev/mii/qsphy.c       Fri Apr 23 15:39:09 1999 +0000
+++ b/sys/dev/mii/qsphy.c       Fri Apr 23 15:39:21 1999 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: qsphy.c,v 1.11 1998/11/05 04:08:02 thorpej Exp $       */
+/*     $NetBSD: qsphy.c,v 1.11.6.1 1999/04/23 15:39:21 perry Exp $     */
 
 /*-
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -193,7 +193,7 @@
                         */
                        if (PHY_READ(sc, MII_BMCR) & BMCR_AUTOEN)
                                return (0);
-                       (void) mii_phy_auto(sc);
+                       (void) mii_phy_auto(sc, 1);
                        break;
                case IFM_100_T4:
                        /*



Home | Main Index | Thread Index | Old Index