summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-01-10 22:52:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-01-10 22:52:57 +0000
commit8565414e89b4b397d1b2f5a292ad933dabf5ce9e (patch)
tree820b638b175edf740fe9790983883b51349f7105
parent059baa357f7413c7b2ab33869951a71b0dcb6a64 (diff)
make it compile, sigh
-rw-r--r--sys/dev/mii/rlphy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/rlphy.c b/sys/dev/mii/rlphy.c
index 55b2af1d7a0..761f055de48 100644
--- a/sys/dev/mii/rlphy.c
+++ b/sys/dev/mii/rlphy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rlphy.c,v 1.15 2005/01/10 20:33:01 brad Exp $ */
+/* $OpenBSD: rlphy.c,v 1.16 2005/01/10 22:52:56 deraadt Exp $ */
/*
* Copyright (c) 1998, 1999 Jason L. Wright (jason@thought.net)
@@ -155,7 +155,7 @@ rlphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd)
*/
if (PHY_READ(sc, MII_BMCR) & BMCR_AUTOEN)
return (0);
- (void) mii_phy_auto(sc);
+ (void) mii_phy_auto(sc, 0);
break;
case IFM_100_T4:
/*