Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Lower-case Bus-Master for consistency.



details:   https://anonhg.NetBSD.org/src/rev/7d71f0881689
branches:  trunk
changeset: 479917:7d71f0881689
user:      soren <soren%NetBSD.org@localhost>
date:      Sun Dec 26 21:46:23 1999 +0000

description:
Lower-case Bus-Master for consistency.

diffstat:

 sys/dev/pci/pciide.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 85a2836e1a34 -r 7d71f0881689 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Sun Dec 26 20:32:11 1999 +0000
+++ b/sys/dev/pci/pciide.c      Sun Dec 26 21:46:23 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.49 1999/12/12 02:53:56 thorpej Exp $      */
+/*     $NetBSD: pciide.c,v 1.50 1999/12/26 21:46:23 soren Exp $        */
 
 
 /*
@@ -902,13 +902,13 @@
            status);
 
        if ((status & IDEDMA_CTL_ERR) != 0) {
-               printf("%s:%d:%d: Bus-Master DMA error: status=0x%x\n",
+               printf("%s:%d:%d: bus-master DMA error: status=0x%x\n",
                    sc->sc_wdcdev.sc_dev.dv_xname, channel, drive, status);
                return -1;
        }
 
        if ((flags & WDC_DMA_POLL) == 0 && (status & IDEDMA_CTL_INTR) == 0) {
-               printf("%s:%d:%d: Bus-Master DMA error: missing interrupt, "
+               printf("%s:%d:%d: bus-master DMA error: missing interrupt, "
                    "status=0x%x\n", sc->sc_wdcdev.sc_dev.dv_xname, channel,
                    drive, status);
                return -1;



Home | Main Index | Thread Index | Old Index