freebsd-skq/sys/dev/sound
Peter Wemm 46700f1259 Use INTR_TYPE_AV for the interrupt handlers because:
1: most drivers are sensitive to timing, and
2: the handlers are MPSAFE and need a chance to get into the kernel
before some other non-mpsafe handler blocks the ithread on Giant in
shared irq cases.

Reviewed by:	cg  (in principle)
2001-06-16 22:59:46 +00:00
..
isa Use INTR_TYPE_AV for the interrupt handlers because: 2001-06-16 22:59:46 +00:00
midi Undo part of the tangle of having sys/lock.h and sys/mutex.h included in 2001-05-01 08:13:21 +00:00
pci Use INTR_TYPE_AV for the interrupt handlers because: 2001-06-16 22:59:46 +00:00
pcm Use INTR_TYPE_AV for the interrupt handlers because: 2001-06-16 22:59:46 +00:00
chip.h - Handle an interrupt for csa primarily in the bridge driver, 2000-01-03 02:51:16 +00:00
driver.c Initial version of Avance Logic ALS4000 pcm driver. 2001-04-23 21:53:12 +00:00