cm_intr_detach is used to detach an interrupt handler referred to
by intr_cookie.
The interrupt will be detached and any system
resources consumed by it will be freed.
Arguments
intr_cookie
a "magic cookie" used to refer to the interrupts to be detached. This
must be a value returned from a previous call to
cm_intr_attach(D3).