Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Kill an extra 'pciide0: ' in a printf



details:   https://anonhg.NetBSD.org/src/rev/8fe0c84efca1
branches:  trunk
changeset: 471638:8fe0c84efca1
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Apr 06 17:49:14 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 f9bbb35c78bd -r 8fe0c84efca1 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Tue Apr 06 16:54:55 1999 +0000
+++ b/sys/dev/pci/pciide.c      Tue Apr 06 17:49:14 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.34 1999/04/06 17:49:14 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