summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-02-09 05:14:09 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-02-09 05:14:09 +0000
commite8305ca44366352d1d1a60cc36169a50a9de05ee (patch)
tree86cffcdbc389e46d12743160678d9d961c319865
parente8ef7a31fb1da037af2f8e00fabe535657cc5087 (diff)
Bad aaron. Broke alpha.
-rw-r--r--sys/dev/ic/dc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/dc.c b/sys/dev/ic/dc.c
index f93a4764d51..7021e2d2d09 100644
--- a/sys/dev/ic/dc.c
+++ b/sys/dev/ic/dc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dc.c,v 1.22 2001/02/09 03:45:53 aaron Exp $ */
+/* $OpenBSD: dc.c,v 1.23 2001/02/09 05:14:08 art Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -2708,6 +2708,7 @@ void dc_init(xsc)
ifr.ifr_media = sc->dc_srm_media;
ifmedia_ioctl(ifp, &ifr, &mii->mii_media, SIOCSIFMEDIA);
sc->dc_srm_media = 0;
+ }
#endif
return;