Remove hack that uses a timeout to fake interrupts now that qcpdc(4) allows
authorpatrick <patrick@openbsd.org>
Thu, 10 Nov 2022 12:16:06 +0000 (12:16 +0000)
committerpatrick <patrick@openbsd.org>
Thu, 10 Nov 2022 12:16:06 +0000 (12:16 +0000)
commit1df9b8456c49d2f0f685411e44d6ace0cf83d41b
tree04f0ed94d2a1625846917e5bc306e74991c23d5a
parent19ad97d5bfcde8c1fda070c4830e3d48fb2c81b9
Remove hack that uses a timeout to fake interrupts now that qcpdc(4) allows
us to properly establish interrupts.

The fixed IPL_BIO should probably be replaced by the highest IPL requested
by our children.

ok kettenis@
sys/dev/fdt/qcspmi.c