Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/dev/pci Kill an extra 'pciide0:' in a printf.
details: https://anonhg.NetBSD.org/src/rev/8385d68528e9
branches: netbsd-1-4
changeset: 468085:8385d68528e9
user: bouyer <bouyer%NetBSD.org@localhost>
date: Tue Apr 06 17:48:05 1999 +0000
description:
Kill an extra 'pciide0:' in a printf.
diffstat:
sys/dev/pci/pciide.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2381268ee27a -r 8385d68528e9 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c Tue Apr 06 15:29:33 1999 +0000
+++ b/sys/dev/pci/pciide.c Tue Apr 06 17:48:05 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pciide.c,v 1.33 1999/02/22 10:12:00 bouyer Exp $ */
+/* $NetBSD: pciide.c,v 1.33.2.1 1999/04/06 17:48:05 bouyer Exp $ */
/*
* Copyright (c) 1996, 1998 Christopher G. Demetriou. All rights reserved.
@@ -543,7 +543,7 @@
}
}
} else {
- printf("%s: pciide0: hardware does not support DMA",
+ printf("%s: hardware does not support DMA",
sc->sc_wdcdev.sc_dev.dv_xname);
}
printf("\n");
Home |
Main Index |
Thread Index |
Old Index