Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add a missing '\n' in the cmd0640 attach printfs.
details: https://anonhg.NetBSD.org/src/rev/15f21bcbc956
branches: trunk
changeset: 477622:15f21bcbc956
user: bouyer <bouyer%NetBSD.org@localhost>
date: Mon Oct 25 14:13:12 1999 +0000
description:
Add a missing '\n' in the cmd0640 attach printfs.
diffstat:
sys/dev/pci/pciide.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 289d25a76718 -r 15f21bcbc956 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c Mon Oct 25 14:11:36 1999 +0000
+++ b/sys/dev/pci/pciide.c Mon Oct 25 14:13:12 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pciide.c,v 1.44 1999/09/02 23:23:03 ross Exp $ */
+/* $NetBSD: pciide.c,v 1.45 1999/10/25 14:13:12 bouyer Exp $ */
/*
@@ -1907,7 +1907,7 @@
return;
#endif
- printf("%s: hardware does not support DMA",
+ printf("%s: hardware does not support DMA\n",
sc->sc_wdcdev.sc_dev.dv_xname);
sc->sc_dma_ok = 0;
Home |
Main Index |
Thread Index |
Old Index