From d1930a4b06fdd317e820ff98d6781f56340da58b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 13 Aug 1999 21:10:15 +0000 Subject: well of course it is Ethernet... --- sys/dev/ic/dp8390.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic') diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c index 13f378de4ef..fab89b398aa 100644 --- a/sys/dev/ic/dp8390.c +++ b/sys/dev/ic/dp8390.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dp8390.c,v 1.4 1999/08/08 21:46:15 niklas Exp $ */ +/* $OpenBSD: dp8390.c,v 1.5 1999/08/13 21:10:14 deraadt Exp $ */ /* $NetBSD: dp8390.c,v 1.13 1998/07/05 06:49:11 jonathan Exp $ */ /* @@ -166,7 +166,7 @@ dp8390_config(sc, media, nmedia, defmedia) #endif /* Print additional info when attached. */ - printf("%s: Ethernet address %s\n", sc->sc_dev.dv_xname, + printf("%s: address %s\n", sc->sc_dev.dv_xname, #ifdef __NetBSD__ ether_sprintf(sc->sc_enaddr)); #else -- cgit v1.2.3