softintr_establish_raw
fdc->sc_sicookie = softintr_establish_raw(IPL_BIO, fdcswintr, fdc);
void *softintr_establish_raw(int, void (*)(void *), void *);
return softintr_establish_raw(level, fun, arg);
h->softint = softintr_establish_raw(ipl, stp4020_intr_dispatch, h);