aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-238-8/+8
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2511-11/+11
* sb_probe: eliminate write only variable rWarner Losh2022-10-021-3/+3
* sb16_probe: eliminate write only variable rWarner Losh2022-10-021-3/+3
* ess_probe: eliminate write only variable rWarner Losh2022-10-021-3/+3
* Add deprecation notices to ISA sound cardsEd Maste2022-05-167-0/+7
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-019-35/+1
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-294-4/+4
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-283-93/+0
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-4/+4
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-125-22/+22
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-185-10/+10
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-273-18/+33
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-4/+4
* Remove check for obsolete FreeBSD versionsBaptiste Daroussin2014-11-033-14/+0
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-4/+2
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-078-117/+140
* Spelling fix for interupt -> interruptKevin Lo2007-10-122-5/+5
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-175-19/+5
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-115-5/+5
* Fix broken binary issues with latest gcc 4.x due to bitfield signessAriff Abdullah2007-05-271-1/+2
* 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-185-5/+5
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-153-3/+5
* - Compile time compatibility for pre/post newbus API (intr filter)Ariff Abdullah2007-02-232-8/+25
* MFp4 (114068):Alexander Leidinger2007-02-235-5/+10
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-7/+15
* Remove dead email address.Joel Dahl2007-02-022-2/+2
* Clean up the BSD license to match the preferred license inJoel Dahl2007-02-026-17/+13
* Add a standard BSD license to these files.Joel Dahl2007-02-022-5/+52
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-3/+0
* Remove the snd_ess identify routine for the sound device in Alpha PWSJohn Baldwin2006-05-121-177/+0
* Recover (?) support for AD1815 based ISA soundcards.Ariff Abdullah2006-03-211-0/+3
* Fix memory leak in some failure cases.Alexander Leidinger2006-02-051-2/+6
* Fix broken capabilites. There are possible calculation errors withinAriff Abdullah2006-01-161-2/+2
* Fix left/right channel mixed-up during recording by splitting recdevAriff Abdullah2005-11-141-13/+22
* 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
* Fix panic caused by full duplex operation.Alexander Leidinger2005-09-101-2/+3
* Style fix.Alexander Leidinger2005-07-311-1/+1
* - Fixup the locking.Alexander Leidinger2005-07-311-3/+17
* - Fixup the locking.Alexander Leidinger2005-07-313-4/+26
* Add another ID.Alexander Leidinger2005-07-311-0/+1