summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-10-24 00:35:58 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-10-24 00:35:58 +0000
commitafc635ede19de22f6e526d0261e6eceaf3ccb3be (patch)
treee34126da4889e7ae6aa712e181c2ba45fa0e0262
parentdc0f8f3c9c145f1e29d4b5b77e55efe276761257 (diff)
add a comma here.
-rw-r--r--sys/dev/ic/rtl81x9.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c
index 4249472551a..bce8f2f210b 100644
--- a/sys/dev/ic/rtl81x9.c
+++ b/sys/dev/ic/rtl81x9.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtl81x9.c,v 1.45 2005/08/03 16:27:39 brad Exp $ */
+/* $OpenBSD: rtl81x9.c,v 1.46 2005/10/24 00:35:57 brad Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -1236,7 +1236,7 @@ rl_attach(sc)
rl_read_eeprom(sc, (caddr_t)sc->sc_arpcom.ac_enaddr, RL_EE_EADDR,
addr_len, 3, 1);
- printf(" address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr));
+ printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr));
rl_read_eeprom(sc, (caddr_t)&rl_did, RL_EE_PCI_DID, addr_len, 1, 0);