K 10 svn:author V 4 wulf K 8 svn:date V 27 2020-03-09T20:27:25.057616Z K 7 svn:log V 381 acpi: Fix stalled value returned by acpi_get_device() after device deletion Newbus device reference attached to ACPI handle is not cleared when newbus device is deleted with devctl(8) delete command. Fix that with calling of AcpiDetachData() from "child_deleted" bus method like acpi_pci driver does. MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D22902 END