diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2016-05-31 09:24:16 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2016-05-31 09:24:16 +0000 |
| commit | 4b2933da88a53daefebdbf0dd59633b84ff6f77f (patch) | |
| tree | 34b2f3102dd95fa7a6ec8158cca0bc4aae7ddff7 | |
| parent | 2760c2cad44130dd4701dde4360209a30f9f8a42 (diff) | |
Notes
| -rw-r--r-- | sys/dev/pci/pci_host_generic.c | 2 |
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"); |
