summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-15 22:49:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-15 22:49:10 +0000
commit7fa6ecce5c03efd230a8e11d52d82b96d6113ee6 (patch)
tree65d5fef7d65fdc3dc323ede43cc0127fcf44926b
parent2a232f10a43ed34dc2ba10d7ffbf093945239902 (diff)
media information shows up in ifconfig -m, does not need to show up in dmesg
-rw-r--r--sys/dev/ic/rtl80x9.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/rtl80x9.c b/sys/dev/ic/rtl80x9.c
index 61a24bf43ab..8b48e1ed308 100644
--- a/sys/dev/ic/rtl80x9.c
+++ b/sys/dev/ic/rtl80x9.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtl80x9.c,v 1.2 1998/11/28 05:02:04 fgsch Exp $ */
+/* $OpenBSD: rtl80x9.c,v 1.3 1999/08/15 22:49:09 deraadt Exp $ */
/* $NetBSD: rtl80x9.c,v 1.1 1998/10/31 00:44:33 thorpej Exp $ */
/*-
@@ -182,9 +182,6 @@ rtl80x9_init_media(sc, mediap, nmediap, defmediap)
IFM_ETHER|IFM_10_2,
};
- printf("%s: 10base2, 10baseT, 10baseT-FDX, auto, default auto\n",
- sc->sc_dev.dv_xname);
-
*mediap = rtl80x9_media;
*nmediap = sizeof(rtl80x9_media) / sizeof(rtl80x9_media[0]);
*defmediap = IFM_ETHER|IFM_AUTO;