summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide.c
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2003-01-17 00:54:24 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2003-01-17 00:54:24 +0000
commitecc78141a9ca438128461311535d7170d63fba7f (patch)
treee8260a60c0644ec4c9b02e662fd76609b9fdac0f /sys/dev/pci/pciide.c
parente12962a7a39e7d8a8edbca4d2fda81d8be0fb7b4 (diff)
80-pin -> 80-wire in debug output; requested by chris@
Diffstat (limited to 'sys/dev/pci/pciide.c')
-rw-r--r--sys/dev/pci/pciide.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index 9066cdbd1b6..1efeeeaf349 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.109 2003/01/16 17:24:46 grange Exp $ */
+/* $OpenBSD: pciide.c,v 1.110 2003/01/17 00:54:23 grange Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -4349,7 +4349,7 @@ pdc20268_setup_channel(chp)
drvp->drive_flags &= ~DRIVE_DMA;
idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive);
if (cable && drvp->UDMA_mode > 2) {
- WDCDEBUG_PRINT(("%s(%s:%d:%d): 80-pin "
+ WDCDEBUG_PRINT(("%s(%s:%d:%d): 80-wire "
"cable not detected\n", drvp->drive_name,
sc->sc_wdcdev.sc_dev.dv_xname,
channel, drive), DEBUG_PROBE);