diff options
| author | bouyer <bouyer@NetBSD.org> | 1998-12-03 17:30:32 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 1998-12-03 17:30:32 +0000 |
| commit | 71f33dbfa50d0f4840ff98dee2d6040e238d1c4b (patch) | |
| tree | f8a4513060b4a5e15d22388fce55e47e1aa94d82 /sys/dev | |
| parent | 334abc06cf63a0c336b937992998fe0f9361d4a2 (diff) | |
UDMA->Ultra-DMA in a printf
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/wdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c index 6885cf9c1b7..3a939148762 100644 --- a/sys/dev/ic/wdc.c +++ b/sys/dev/ic/wdc.c @@ -1,4 +1,4 @@ -/* $NetBSD: wdc.c,v 1.50 1998/12/03 15:38:59 bouyer Exp $ */ +/* $NetBSD: wdc.c,v 1.51 1998/12/03 17:30:32 bouyer Exp $ */ /* @@ -839,7 +839,7 @@ wdc_probe_caps(drvp) if (ata_set_mode(drvp, 0x40 | i, AT_POLL) != CMD_OK) continue; - printf("%s UDMA mode %d", sep, i); + printf("%s Ultra-DMA mode %d", sep, i); sep = ","; if (wdc->cap & WDC_CAPABILITY_UDMA) { if ((wdc->cap & WDC_CAPABILITY_MODE) && |
