K 10 svn:author V 4 wulf K 8 svn:date V 27 2019-11-03T20:51:22.108690Z K 7 svn:log V 369 [ig4] Add support for polled mode Currently ig4 internally depends on it's own interrupts and uses mtx_sleep() to wait for them. That means it can not be used from any context where sleeping is disallowed e.g. on cold boot, from DDB/KDB, from other device driver's interrupt handlers and so on. This change replaces sleeps with busy loops in cold boot and DDB cases. END