Thanks for bringing this to our attention. The system is really quite wedged and I've not managed to get it into the debugger using any of the usual approaches. I also tried to reproduce this on a system locally with no luck so far.
There are a couple of things I'd like to look at from the running system, so I'll work with Erik to get access there tomorrow. > root at lv-drc6 /tmp/betmp/etc> head driver_aliases > npe "pciex_root_complex" > # pkg(5): pcie_pci "pciexclass,060400" > # pkg(5): pcie_pci "pciexclass,060401" That driver was essentially renamed. Aside from printing a message that was designed to generate calls, image-update does the right thing. You should see new entries for pcieb, like so: pcieb "pciexclass,060400" pcieb "pciexclass,060401" If those aren't there then that's clearly an issue, but in that case I'd expect the system to panic in mountroot(). -jan
