https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262568
Marcin Cieślak <sa...@saper.info> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #236888|text/x-csrc |text/plain mime type| | --- Comment #5 from Marcin Cieślak <sa...@saper.info> --- Created attachment 236888 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=236888&action=edit VGN-Z21WN DSDT dump Apprently _EJ0 waits for undock to complete: Method (_EJ0, 1, NotSerialized) // _EJx: Eject Device { UDKR = One Wait (UDKE, 0xFFFF) Reset (UDKE) Notify (^^PCI0.EXP4, Zero) // Bus Check } On my system, this returns only after I remove the machine from the dock. Full DSDT attached. -- You are receiving this mail because: You are the assignee for the bug.