K 10 svn:author V 2 np K 8 svn:date V 27 2018-10-17T00:57:28.107098Z K 7 svn:log V 317 MFC r333139: cxgbe(4): Destroy the cdev before disabling interrupts in driver detach. Filter work requests are submitted in the nexus cdev's ioctl which then blocks waiting for a reply. If driver detach runs in this state and disables interrupts the ioctl will never complete and detach will hang in destroy_cdev. END