summaryrefslogtreecommitdiff
path: root/sys/dev/sound/isa
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-15Retire ISA sound card DMA supportEd Maste
2022-06-21Retire snd_sbc ISA sound card driverEd Maste
2022-06-21Retire snd_mss ISA sound card driverEd Maste
2022-06-21Retire snd_gusc ISA sound card driverEd Maste
2022-06-21Retire snd_ess ISA sound card driverEd Maste
2022-06-21Retire snd_ad1816 ISA sound card driverEd Maste
2022-05-06sound: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin
2022-04-07pcm mss: Quiet unused variable warnings.John Baldwin
2022-04-04sb_probe: eliminate write only variable rWarner Losh
2022-04-04sb16_probe: eliminate write only variable rWarner Losh
2022-04-04ess_probe: eliminate write only variable rWarner Losh
2022-03-19Add deprecation notices to ISA sound cardsEd Maste
2021-09-04sound(4): Remove pointless Giant from bus_dma_tag_create().Alexander Motin
2020-09-01sound: clean up empty lines in .c and .h filesMateusz Guzik
2018-01-29Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh
2017-12-27kernel: Fix several typos and minor errorsEitan Adler
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-04-12Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni
2016-03-18Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2014-11-03Remove check for obsolete FreeBSD versionsBaptiste Daroussin
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2009-06-07Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah
2007-10-12Spelling fix for interupt -> interruptKevin Lo
2007-06-17Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah
2007-06-11Filter/compress the amount of channel trigger. This should reduceAriff Abdullah
2007-05-27Fix broken binary issues with latest gcc 4.x due to bitfield signessAriff Abdullah
2007-05-19Fix detection of PC-9821 V166 internal sound card.Joel Dahl
2007-04-18sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah
2007-03-15Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah
2007-02-23- Compile time compatibility for pre/post newbus API (intr filter)Ariff Abdullah
2007-02-23MFp4 (114068):Alexander Leidinger
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-02-02Remove dead email address.Joel Dahl
2007-02-02Clean up the BSD license to match the preferred license inJoel Dahl
2007-02-02Add a standard BSD license to these files.Joel Dahl
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2006-05-12Remove the snd_ess identify routine for the sound device in Alpha PWSJohn Baldwin
2006-03-21Recover (?) support for AD1815 based ISA soundcards.Ariff Abdullah
2006-02-05Fix memory leak in some failure cases.Alexander Leidinger
2006-01-16Fix broken capabilites. There are possible calculation errors withinAriff Abdullah
2005-11-14Fix left/right channel mixed-up during recording by splitting recdevAriff Abdullah
2005-11-07Fix kernel panic caused by double mss_unlock().Ariff Abdullah
2005-09-12more #ifndef PC98. This really fix the pc98 tinderbox.Yoshihiro Takahashi