aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-05-31 09:24:16 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-05-31 09:24:16 +0000
commit4b2933da88a53daefebdbf0dd59633b84ff6f77f (patch)
tree34b2f3102dd95fa7a6ec8158cca0bc4aae7ddff7
parent2760c2cad44130dd4701dde4360209a30f9f8a42 (diff)
Notes
-rw-r--r--sys/dev/pci/pci_host_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci_host_generic.c b/sys/dev/pci/pci_host_generic.c
index 2ae3381397f5d..ef18146977393 100644
--- a/sys/dev/pci/pci_host_generic.c
+++ b/sys/dev/pci/pci_host_generic.c
@@ -185,7 +185,7 @@ pci_host_generic_attach(device_t dev)
if (sc->coherent == 0) {
sc->coherent = OF_hasprop(node, "dma-coherent");
}
- //if (bootverbose)
+ if (bootverbose)
device_printf(dev, "Bus is%s cache-coherent\n",
sc->coherent ? "" : " not");