Move a device_printf under bootverbose where it should have been.
Reported by: bz Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2760c2cad4
commit
4b2933da88
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user