freebsd-nq/sys/dev/sound
Seigo Tanimura 512824f8f7 - Implement selwakeuppri() which allows raising the priority of a
thread being waken up.  The thread waken up can run at a priority as
  high as after tsleep().

- Replace selwakeup()s with selwakeuppri()s and pass appropriate
  priorities.

- Add cv_broadcastpri() which raises the priority of the broadcast
  threads.  Used by selwakeuppri() if collision occurs.

Not objected in:	-arch, -current
2003-11-09 09:17:26 +00:00
..
isa Don't attempt to destroy the driver mutex when it hasn't yet 2003-10-29 21:54:37 +00:00
midi - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00
pci A couple of months' worth of back-burner hacking: restructure to better 2003-10-12 11:33:39 +00:00
pcm - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00
usb Mega busdma API commit. 2003-07-01 15:52:06 +00:00
chip.h
driver.c