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.15->1.16 (thorpej): Fix PR7361
details: https://anonhg.NetBSD.org/src/rev/f0a33b13de8b
branches: netbsd-1-4
changeset: 468438:f0a33b13de8b
user: perry <perry%NetBSD.org@localhost>
date: Fri Apr 23 15:39:33 1999 +0000
description:
pullup 1.15->1.16 (thorpej): Fix PR7361
diffstat:
sys/dev/mii/exphy.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 07bc7f7cfe82 -r f0a33b13de8b sys/dev/mii/exphy.c
--- a/sys/dev/mii/exphy.c Fri Apr 23 15:39:21 1999 +0000
+++ b/sys/dev/mii/exphy.c Fri Apr 23 15:39:33 1999 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: exphy.c,v 1.15 1998/11/05 00:19:32 thorpej Exp $ */
+/* $NetBSD: exphy.c,v 1.15.6.1 1999/04/23 15:39:33 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
@@ -201,7 +201,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