Wayland requires kevent for drm devices. This patch adds that to the 3.8 drm branch (current HEAD).
Question:
Should there be some testing to see if kevent is being used in the wake up function so we don't call mtx_lock() and knote() when we don't need to?