Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic And a newline after error string.
details: https://anonhg.NetBSD.org/src/rev/8e531fe925b3
branches: trunk
changeset: 486517:8e531fe925b3
user: soren <soren%NetBSD.org@localhost>
date: Wed May 24 06:04:12 2000 +0000
description:
And a newline after error string.
diffstat:
sys/dev/ic/i82557.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6aa358314cb4 -r 8e531fe925b3 sys/dev/ic/i82557.c
--- a/sys/dev/ic/i82557.c Wed May 24 03:44:46 2000 +0000
+++ b/sys/dev/ic/i82557.c Wed May 24 06:04:12 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i82557.c,v 1.27 2000/05/19 16:00:30 jhawk Exp $ */
+/* $NetBSD: i82557.c,v 1.28 2000/05/24 06:04:12 soren Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -497,7 +497,7 @@
sc->sc_eeprom_size = 0;
fxp_autosize_eeprom(sc);
if(sc->sc_eeprom_size == 0) {
- printf("%s: failed to detect EEPROM size", sc->sc_dev.dv_xname);
+ printf("%s: failed to detect EEPROM size\n", sc->sc_dev.dv_xname);
sc->sc_eeprom_size = 6; /* XXX panic here? */
}
#ifdef DEBUG
Home |
Main Index |
Thread Index |
Old Index