freebsd-dev/sys/dev/sound
Brian Feldman 8fb9a995cf The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV
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>
2004-04-14 14:57:49 +00:00
..
isa The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV 2004-04-14 14:57:49 +00:00
midi Device megapatch 5/6: 2004-02-21 21:32:15 +00:00
pci The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV 2004-04-14 14:57:49 +00:00
pcm The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV 2004-04-14 14:57:49 +00:00
usb Mega busdma API commit. 2003-07-01 15:52:06 +00:00
chip.h
driver.c Add dependency to snd_via8233 2004-01-29 14:11:03 +00:00