CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2022/11/10 05:16:06
Modified files: sys/dev/fdt : qcspmi.c Log message: 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@