Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/i386 fix formatting.
details: https://anonhg.NetBSD.org/src/rev/4a526a69ce66
branches: sommerfeld_i386mp_1
changeset: 482318:4a526a69ce66
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Sun Nov 19 00:30:42 2000 +0000
description:
fix formatting.
diffstat:
sys/arch/i386/i386/ioapic.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 047dad37856a -r 4a526a69ce66 sys/arch/i386/i386/ioapic.c
--- a/sys/arch/i386/i386/ioapic.c Sun Nov 19 00:20:29 2000 +0000
+++ b/sys/arch/i386/i386/ioapic.c Sun Nov 19 00:30:42 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ioapic.c,v 1.1.2.11 2000/11/19 00:20:30 sommerfeld Exp $ */
+/* $NetBSD: ioapic.c,v 1.1.2.12 2000/11/19 00:30:42 sommerfeld Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -417,7 +417,7 @@
printf("%s: WARNING: sharing interrupt "
"between different IPLs (currently broken)\n",
sc->sc_dev.dv_xname);
- printf("%s: pin %d, ipls %x..%x",
+ printf("%s: pin %d, ipls %x..%x\n",
sc->sc_dev.dv_xname,
pin, minlevel, maxlevel);
}
Home |
Main Index |
Thread Index |
Old Index