summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bge.c
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-04-26 18:45:18 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-04-26 18:45:18 +0000
commitac820336c17ee4f2965f8fc76ccd3411893bb5aa (patch)
tree213adeda4ac55084e675453b20be01e644ded8b9 /sys/dev/pci/if_bge.c
parent44a1f5f20024de83c575b7c34d09fd84946d36c8 (diff)
be more terse with output
Diffstat (limited to 'sys/dev/pci/if_bge.c')
-rw-r--r--sys/dev/pci/if_bge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index 9c43401b32c..a2cf05eb11e 100644
--- a/sys/dev/pci/if_bge.c
+++ b/sys/dev/pci/if_bge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bge.c,v 1.10 2002/04/26 18:42:49 nate Exp $ */
+/* $OpenBSD: if_bge.c,v 1.11 2002/04/26 18:45:17 nate Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
* Copyright (c) 1997, 1998, 1999, 2001
@@ -1545,7 +1545,7 @@ bge_attach(parent, self, aux)
/*
* A Broadcom chip was detected. Inform the world.
*/
- printf(": Ethernet address: %s\n",
+ printf(": address: %s\n",
ether_sprintf(sc->arpcom.ac_enaddr));
/* Allocate the general information block and ring buffers. */