After the network epoch was added, we lost the ability to migrate the ithread in the middle of dispatch (as it forces curthread to be pinned, for very good reasons.)
Pass dev through to XX_PreallocAndBindIntr() and actually bind the interrupt to the CPU instead of leaving it floating until the first time it fires.
This fixes panics while bringing up dtsec on my X5000.