summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-30 00:17:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-30 00:17:38 +0000
commitdb1f6ac57d5a22d7fcb35cd6b025d370bfcb87e0 (patch)
tree66405ba2b8836e69938e32ebc7d6e2fe45e07b1f /sys/dev/pci/pciide.c
parentf20ed6c08f51f4333e031858ed3dff0891fb38f6 (diff)
printout flaws
Diffstat (limited to 'sys/dev/pci/pciide.c')
-rw-r--r--sys/dev/pci/pciide.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index 0dcadb26c87..b80dc995288 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.5 1999/07/25 04:42:31 csapuntz Exp $ */
+/* $OpenBSD: pciide.c,v 1.6 1999/07/30 00:17:37 deraadt Exp $ */
/* $NetBSD: pciide.c,v 1.40 1999/07/12 13:49:38 bouyer Exp $ */
/*
@@ -513,7 +513,7 @@ pciide_attach(parent, self, aux)
if (sc->sc_pp == &default_product_desc &&
(sc->sc_wdcdev.sc_dev.dv_cfdata->cf_flags &
PCIIDE_OPTIONS_DMA) == 0) {
- printf(" (unsupported) ");
+ printf(" (unsupported)");
sc->sc_dma_ok = 0;
} else {
sc->sc_dma_ok = (pci_mapreg_map(pa,
@@ -521,7 +521,7 @@ pciide_attach(parent, self, aux)
&sc->sc_dma_iot, &sc->sc_dma_ioh, NULL, NULL) == 0);
sc->sc_dmat = pa->pa_dmat;
if (sc->sc_dma_ok == 0) {
- printf(" (unuseable) ");
+ printf(" (unuseable)");
} else {
if (sc->sc_pp == &default_product_desc)
printf(" (partial support) ");