summaryrefslogtreecommitdiff
path: root/sys/dev/mii/qsphy.c
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1999-07-16 14:59:08 +0000
committerJason Wright <jason@cvs.openbsd.org>1999-07-16 14:59:08 +0000
commit0e5636a12a40a5904e9bb88ec8683a6a91eb98e0 (patch)
tree79139316eab4e879279fa709452e905153b78c4e /sys/dev/mii/qsphy.c
parent9e2853823c92af3c3ed247622175ff75af176b46 (diff)
Sync with NetBSD:
o Implement asynchronous autonegotiation when driven by the MII tick (one-second clock). Prevents .5s delays every 5 seconds when the interface is up but there is no link. o Correct the sense of the PCR_FLINK100 bit in nsphy.c.
Diffstat (limited to 'sys/dev/mii/qsphy.c')
-rw-r--r--sys/dev/mii/qsphy.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/mii/qsphy.c b/sys/dev/mii/qsphy.c
index 5ac3f7f752e..598466a5b99 100644
--- a/sys/dev/mii/qsphy.c
+++ b/sys/dev/mii/qsphy.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: qsphy.c,v 1.2 1998/11/11 19:34:48 jason Exp $ */
-/* $NetBSD: qsphy.c,v 1.11 1998/11/05 04:08:02 thorpej Exp $ */
+/* $OpenBSD: qsphy.c,v 1.3 1999/07/16 14:59:07 jason 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
@@ -208,7 +208,7 @@ qsphy_service(sc, mii, cmd)
*/
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:
/*