aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/isa/mss.c
Commit message (Expand)AuthorAgeFilesLines
* Retire snd_mss ISA sound card driverEd Maste2022-06-211-2295/+0
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-4/+4
* pcm mss: Quiet unused variable warnings.John Baldwin2022-04-081-3/+8
* Add deprecation notices to ISA sound cardsEd Maste2022-03-191-0/+1
* sound(4): Remove pointless Giant from bus_dma_tag_create().Alexander Motin2021-09-041-1/+1
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+0
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-25/+0
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-7/+7
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-8/+10
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-30/+34
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-4/+1
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-1/+1
* Fix detection of PC-9821 V166 internal sound card.Joel Dahl2007-05-191-1/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+1
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-151-1/+1
* MFp4 (114068):Alexander Leidinger2007-02-231-1/+2
* Clean up the BSD license to match the preferred license inJoel Dahl2007-02-021-2/+2
* Fix memory leak in some failure cases.Alexander Leidinger2006-02-051-2/+6
* Fix kernel panic caused by double mss_unlock().Ariff Abdullah2005-11-071-1/+1
* more #ifndef PC98. This really fix the pc98 tinderbox.Yoshihiro Takahashi2005-09-121-0/+4
* Since opti_detect is now only called on !PC98 machines, only declareWarner Losh2005-09-121-0/+4
* Add some ad_wait_init() calls to fix some problems in some configs (e.g.Alexander Leidinger2005-09-111-1/+5
* Allow to record non 8bit-mono formats even in half-duplex configurations.Alexander Leidinger2005-09-111-1/+2
* Fix misdetection of the sound chip on PC98 systems. The submitter doesn'tAlexander Leidinger2005-09-111-0/+2
* - Fixup the locking.Alexander Leidinger2005-07-311-2/+14
* Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI onlyJohn Baldwin2005-07-131-1/+0
* Use mss_{format,speed}() rather than chn_set{format,speed}() and holdMatthew N. Dodd2005-02-271-2/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Re-add an acpi attachment for the legacy probe that was inadvertentlyNate Lawson2004-10-151-0/+1
* Audio drivers failed to detect failure condition and attempted toPyun YongHyeon2004-10-131-1/+2
* * Remove the acpi attachment from the es1888. It has an identify methodNate Lawson2004-10-121-1/+1
* Rename the sound device drivers:Seigo Tanimura2004-07-161-3/+3
* s/DDB/BVDDB/gMarcel Moolenaar2004-07-101-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVBrian Feldman2004-04-141-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-14/+16
* update my email address.Cameron Grant2003-09-071-1/+1
* Mega busdma API commit.Scott Long2003-07-011-2/+3
* - Clean up ISA DMA supports.Yoshihiro Takahashi2003-02-071-3/+5
* - GC a few more hand-rolled 'abs' macros.Matthew N. Dodd2003-01-151-1/+0
* - Add acpi module binding.Matthew N. Dodd2003-01-081-3/+12
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Do not return(foo()) in void function.Semen Ustimenko2002-12-181-4/+4
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-261-1/+1
* Add lock type arguments to callers of snd_mtxcreate().John Baldwin2002-04-041-1/+1
* Add support for the Aztech 2320 chip.Thomas Gellekum2002-02-051-0/+45
* Fixes apparent hang at probe time due to an extremely long timeoutPierre Beyssac2001-12-211-1/+1
* release isa dma channels on unload.Cameron Grant2001-09-291-3/+7