1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sys/dev/sound
Pyun YongHyeon eba1cb6e3e Audio drivers failed to detect failure condition and attempted to
assign DMA address to the wrong address. It can cause system lockup
or other mysterious errors. Since most sound cards requires low DMA
address(BUS_SPACE_MAXADDR_24BIT) sndbuf_alloc() would fail when the
audio driver is loaded after long running of operations.

Approved by:	jake (mentor)
Reviewed by:	truckman, matk
2004-10-13 05:45:16 +00:00
..
isa Audio drivers failed to detect failure condition and attempted to 2004-10-13 05:45:16 +00:00
pci Audio drivers failed to detect failure condition and attempted to 2004-10-13 05:45:16 +00:00
pcm Convert sndstat_lock from a mutex to an sx lock. sndstat_read() 2004-09-10 09:37:06 +00:00
usb Rename the sound device drivers: 2004-07-16 04:00:08 +00:00
chip.h
driver.c Do a pass over all modules in the kernel and make them return EOPNOTSUPP 2004-07-15 08:26:07 +00:00