| Commit message (Expand) | Author | Age | Files | Lines |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | jhibbits | 2016-03-18 | 1 | -1/+1 |
* | Replace several bus_alloc_resource() calls using default arguments with bus_a... | jhibbits | 2016-02-19 | 1 | -6/+6 |
* | Sound: fix typos in user visible messages etc. | bapt | 2015-01-15 | 1 | -1/+1 |
* | Remove check for obsolete FreeBSD versions | bapt | 2014-11-03 | 1 | -4/+0 |
* | Fix various bugs with freeing static DMA allocations in sound drivers: | jhb | 2014-06-17 | 1 | -8/+9 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -5/+1 |
* | Some fixes to snd_envy24ht(4) driver: | mav | 2013-05-05 | 1 | -30/+13 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Fix a brain-o: wrong case statement semantics. | rpaulo | 2010-10-13 | 1 | -1/+2 |
* | Start copyright notices with /*- | joel | 2010-03-29 | 1 | -1/+1 |
* | Sound Mega-commit. Expect further cleanup until code freeze. | ariff | 2009-06-07 | 1 | -23/+26 |
* | - Unlock softc mutex on failure. | stas | 2009-04-20 | 1 | -8/+15 |
* | All open fixes and improvements from Konstantin for which users had to | netchild | 2009-02-11 | 1 | -3/+12 |
* | Spelling fix for interupt -> interrupt | kevlo | 2007-10-12 | 1 | -1/+1 |
* | Use standard pcm_get/setflags() rather than dereferencing softc while | ariff | 2007-06-02 | 1 | -4/+1 |
* | - Enable soft pcm volume flag early to ensure it not being clobbered | ariff | 2007-05-28 | 1 | -4/+4 |
* | Bring in a bunch of bug fixes and some code to support more chipsets. | joel | 2007-05-27 | 1 | -9/+72 |
* | Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix some | joel | 2007-05-19 | 1 | -1/+1 |
* | Unbreak module / driver attach breakage. Both snd_envy24 and snd_envy24ht | ariff | 2007-04-20 | 1 | -1/+1 |
* | Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcount | ariff | 2007-03-15 | 1 | -3/+2 |
* | - Revert arguments for several functions to pre bus_get_dma_tag() | ariff | 2007-02-23 | 1 | -3/+4 |
* | MFp4 (114068): | netchild | 2007-02-23 | 1 | -3/+4 |
* | Fix compilation for statically linked snd_envy24{ht}/spicds. Use explicit | ariff | 2007-02-14 | 1 | -1/+1 |
* | Latest updates for Envy24/24HT. Fix various issues with LOR and panic | ariff | 2006-12-17 | 1 | -17/+39 |
* | Driver for Envy24HT (ICE1724 or VT1724)-based cards like | netchild | 2006-09-30 | 1 | -756/+758 |
* | - fix memory leak after "kldunload snd_ak452x.ko" | netchild | 2006-07-28 | 1 | -5/+13 |
* | - fix compatibility with newer versions of FreeBSD | netchild | 2006-06-17 | 1 | -26/+89 |
* | dd the envy24 driver as is to the tree. It's not connected to the build | netchild | 2006-06-17 | 1 | -0/+2445 |