mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue