8fb9a995cf
because they bogusly check for defined(INTR_MPSAFE) -- something which never was a #define. Correct the definitions. This make INTR_TYPE_AV finally get used instead of the lower-priority INTR_TYPE_TTY, so it's quite possible some improvement will be had on sound driver performance. It would also make all the drivers marked INTR_MPSAFE actually run without Giant (which does seem to work for me), but: INTR_MPSAFE HAS BEEN REMOVED FROM EVERY SOUND DRIVER! It needs to be re-added on a case-by-case basis since there is no one who will vouch for which sound drivers, if any, willy actually operate correctly without Giant, since there hasn't been testing because of this bug disabling INTR_MPSAFE. Found by: "Yuriy Tsibizov" <Yuriy.Tsibizov@gfk.ru> |
||
---|---|---|
.. | ||
ad1816.c | ||
ad1816.h | ||
emu8000.c | ||
es1888.c | ||
ess.c | ||
gusc.c | ||
gusmidi.c | ||
mpu.c | ||
mss.c | ||
mss.h | ||
opl.c | ||
sb8.c | ||
sb16.c | ||
sb.h | ||
sbc.c | ||
sndbuf_dma.c | ||
uartsio.c |