https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285993
--- Comment #7 from Colin Percival <cperc...@freebsd.org> --- Thanks Warner! Jim, what sort of device is this? Is it possible that it's coming loose and making the system think it's being unplugged? Can you add a printf to check if bus_child_present(dev) is returning 0? The fact that we're getting to this point -- as Warner points out, this is in the teardown path -- suggests that something has gone wrong before this patch is implicated since we shouldn't be calling nvme_ctrlr_destruct while the device is running. -- You are receiving this mail because: You are the assignee for the bug.