diff options
| author | soren <soren@NetBSD.org> | 1999-12-26 21:46:23 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 1999-12-26 21:46:23 +0000 |
| commit | 841d4966c329a30b2991be38bb672f6dc905d8dc (patch) | |
| tree | c0c35f214bd25c2abc57303fd718f340f304f836 /sys/dev | |
| parent | d73af2f624c8ddf01e73b9dfc4b614224c12c3b5 (diff) | |
Lower-case Bus-Master for consistency.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pciide.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index c5565d11f48..8dcf137ecec 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -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 @@ pciide_dma_finish(v, channel, drive, flags) 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; |
