diff options
author | 2004-01-11 17:38:08 +0000 | |
---|---|---|
committer | 2004-01-11 17:38:08 +0000 | |
commit | f29ee009ba5aa3d0def3280bb0231be63f559491 (patch) | |
tree | e258857bf7900b09ccd76ea1591652b28f0a8a24 | |
parent | plug snapper audio into build. ok dhartmei@ (diff) | |
download | wireguard-openbsd-f29ee009ba5aa3d0def3280bb0231be63f559491.tar.xz wireguard-openbsd-f29ee009ba5aa3d0def3280bb0231be63f559491.zip |
Little sync dmesg output with pciide.
ok drahn@
-rw-r--r-- | sys/arch/macppc/dev/wdc_obio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/wdc_obio.c b/sys/arch/macppc/dev/wdc_obio.c index 4c92b8f5343..eb1734600fa 100644 --- a/sys/arch/macppc/dev/wdc_obio.c +++ b/sys/arch/macppc/dev/wdc_obio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdc_obio.c,v 1.19 2003/10/26 15:23:40 drahn Exp $ */ +/* $OpenBSD: wdc_obio.c,v 1.20 2004/01/11 17:38:08 grange Exp $ */ /* $NetBSD: wdc_obio.c,v 1.15 2001/07/25 20:26:33 bouyer Exp $ */ /*- @@ -163,7 +163,7 @@ wdc_obio_attach(struct device *parent, struct device *self, void *aux) } if (use_dma) - printf(": DMA transfer"); + printf(": DMA"); printf("\n"); |