summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ic/dc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/dc.c b/sys/dev/ic/dc.c
index 8493b0d7e81..2228f613a6b 100644
--- a/sys/dev/ic/dc.c
+++ b/sys/dev/ic/dc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dc.c,v 1.52 2002/10/20 16:46:27 henning Exp $ */
+/* $OpenBSD: dc.c,v 1.53 2002/10/21 20:30:32 henning Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -1432,6 +1432,9 @@ void dc_reset(sc)
CSR_WRITE_4(sc, DC_WATCHDOG, 0);
}
+ if (sc->dc_type == DC_TYPE_21145)
+ dc_setcfg(sc, IFM_10_T);
+
return;
}