Edit

IABSD.fr/src/sys/dev/sbus

Branch :

  • Show log

    Commit

  • Author : miod
    Date : 2025-05-11 19:41:05
    Hash : b27496ef
    Message : Add a sparc64-specific _raw flavour to the softintr routines. These are used by specific drivers (floppy controllers, PCMCIA bridge) which need to be able to schedule soft interrupts at actual hardware levels. This will allow further MI work on the softintr api to not affect or break these interfaces. And also unbreaks com@pcmcia devices, which register a soft interrupt at IPL_TTY level and got broken by accident in OpenBSD 4.4. discussed a lot with and ok visa@