diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-13 21:10:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-13 21:10:15 +0000 |
commit | d1930a4b06fdd317e820ff98d6781f56340da58b (patch) | |
tree | 953cdb78a8be087519b1cecfc72250e13f9deea6 /sys/dev/ic | |
parent | 0d782bf37fe0c3908bd049aa6fa1a6c0bdaca6e6 (diff) |
well of course it is Ethernet...
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/dp8390.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |