summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_sk.c
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-05-26 16:44:22 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-05-26 16:44:22 +0000
commit88a99b576ffdee25c32d713c8cc181a6189b0c3e (patch)
treeb77a82fbeba36b9e35a37c4c2107deb3f07f3e74 /sys/dev/pci/if_sk.c
parent65dbe13628dffc03cfa3e117680236737f84296f (diff)
separate the attach information from the status information with a colon.
suggested by deraadt@
Diffstat (limited to 'sys/dev/pci/if_sk.c')
-rw-r--r--sys/dev/pci/if_sk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_sk.c b/sys/dev/pci/if_sk.c
index a130ee217e5..e405e446693 100644
--- a/sys/dev/pci/if_sk.c
+++ b/sys/dev/pci/if_sk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_sk.c,v 1.141 2007/05/22 04:30:56 ray Exp $ */
+/* $OpenBSD: if_sk.c,v 1.142 2007/05/26 16:44:21 reyk Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -1073,7 +1073,7 @@ sk_attach(struct device *parent, struct device *self, void *aux)
sc_if->arpcom.ac_enaddr[i] =
sk_win_read_1(sc, SK_MAC0_0 + (sa->skc_port * 8) + i);
- printf(", address %s\n",
+ printf(": address %s\n",
ether_sprintf(sc_if->arpcom.ac_enaddr));
/*