K 10 svn:author V 8 gallatin K 8 svn:date V 27 2018-07-04T14:25:38.254674Z K 7 svn:log V 330 mxge: fix panic at module unload r333175 (multicast changes) exposed a bug where mxge was not checking to see if the driver was being unloaded while handing ioctls that touch hardware. As a result, now that in6m_disconnect() is run from an async gtaskq, it was busy-waiting in mxge_send_cmd() while the mcast list was destroyed. END