summaryrefslogtreecommitdiff
path: root/sys/dev/ic/gem.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-07-10 18:08:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-07-10 18:08:14 +0000
commitef9ffa771216f0ed2cbf3653665b05c9281bb6c7 (patch)
treea260dc77bece51d5614f4352b7d89d9dad9c300f /sys/dev/ic/gem.c
parent8ba981815f7ff5bbc206c0a0ea4bfd5eec2dd742 (diff)
shorten address printout
Diffstat (limited to 'sys/dev/ic/gem.c')
-rw-r--r--sys/dev/ic/gem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c
index 1797196fce0..6300b5dafa2 100644
--- a/sys/dev/ic/gem.c
+++ b/sys/dev/ic/gem.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gem.c,v 1.25 2002/06/14 21:34:59 todd Exp $ */
+/* $OpenBSD: gem.c,v 1.26 2002/07/10 18:08:13 deraadt Exp $ */
/* $NetBSD: gem.c,v 1.1 2001/09/16 00:11:43 eeh Exp $ */
/*
@@ -209,7 +209,7 @@ gem_config(sc)
*/
/* Announce ourselves. */
- printf("%s: Ethernet address %s\n", sc->sc_dev.dv_xname,
+ printf("%s: address %s\n", sc->sc_dev.dv_xname,
ether_sprintf(sc->sc_enaddr));
/* Get RX FIFO size */