summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/eso.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* eso(4): do not retake audio_lock during draincheloha2020-01-191-7/+5
* eso(4): msleep(9) -> msleep_nsec(9)cheloha2020-01-191-7/+9
* Add sizes for free() in eso(4).fcambus2019-12-141-3/+3
* Fix confusion between NMIDI > 0 and NMPU > 0. From jsg@.ratchov2018-04-111-2/+2
* Remove unused getdev() audio driver functions.ratchov2016-09-191-21/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-75/+2
* add brackets to avoid an operator precedence bugjsg2016-01-141-2/+2
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-60/+13
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-1/+4
* Since audio code is mp safe, establish isa and pci audio interruptsratchov2013-05-241-3/+3
* Introduce a global interrupt-aware mutex protecting dataratchov2013-05-151-45/+57
* much better suspend/resume supportjakemsr2010-09-211-62/+114
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-13/+1
* Since the changes in neo(4) work, it is very likely that the exact samederaadt2010-08-271-7/+21
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-1/+7
* rely on __alpha__, __amd64__, and __i386__ insteadderaadt2010-05-231-3/+3
* s/amd64/__amd64__/, s/i386/__i386__, no binary change.kettenis2010-04-281-2/+2
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-4/+4
* audio(9) says low level drivers are allowed to change the requestedjakemsr2008-10-251-6/+9
* specify alternate default audio parameters to make the default expansionjakemsr2008-05-291-2/+14
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-1/+2
* some cleaning.brad2008-02-171-279/+155
* bring in ~7 years worth of improvements and bug fixes from NetBSDjakemsr2007-11-111-148/+396
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-7/+1
* make sure round_blocksize does not produce 0 after alignmentmickey2005-04-141-2/+2
* - initialize sc_pa before using itjason2003-05-011-23/+8
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-82/+116
* fix resuming the eso through the powerhook; from marius aamodt eriksen <marius@gone.crockster.net> via pr2704; from the #40 trainmickey2002-06-091-63/+106
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-5/+5
* First round of __P removal in sysmillert2002-03-141-36/+36
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-13/+1
* Change the audio_hm_if->mappage interface to return paddr_t and take off_tart2001-10-311-4/+4
* Correct some pryntf() usage: get the correct number of arguments in themiod2001-09-211-3/+2
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-6/+6
* As in NetBSD, added direction to allocm/round_buffer_size APIs.csapuntz2000-07-191-31/+15
* fix dmesg outputderaadt2000-04-031-2/+2
* off by onederaadt2000-01-111-2/+2
* Pass device mode to query_encoding in the structure to fill, soespie1999-12-051-22/+51
* rev E namederaadt1999-12-041-2/+3
* dmesg output correctionsderaadt1999-08-081-13/+11
* simplify dmesg reportingderaadt1999-08-051-4/+3
* Use config_defer when a silicon bug hitsniklas1999-08-051-5/+1
* mv isa/mpu401var.h ic/mpuvar.hderaadt1999-08-051-5/+1
* ESS Solo-1 PCI audio card driver, from NetBSDniklas1999-08-041-0/+1890