summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/esa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mark some suspend/resume functions always returning zero as void; ok ratchov@miko2018-09-141-10/+7
* Add mixer save/restore capability to the audio(4) driver andratchov2018-04-111-2/+1
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Remove (likely wrong) code commented since revision 1.1. Fromratchov2016-12-121-8/+1
* Remove unused getdev() audio driver functions.ratchov2016-09-191-18/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-50/+2
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-54/+8
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-5/+5
* 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-8/+14
* remove pci_set_powerstate() calls that are not needed, since the pcideraadt2012-10-111-6/+1
* Make sure we only return 1 from the interrupt handler if the interruptkettenis2011-12-071-3/+5
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-15/+1
* Since the changes in neo(4) work, it is very likely that the exact samederaadt2010-08-271-8/+16
* kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberderaadt2010-08-271-2/+1
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-14/+17
* sizeof -> nitems, found by parfait; ok dlgderaadt2009-11-131-6/+6
* The two "firmware" arrays only contained 16 bit values, but were beingderaadt2009-06-021-4/+4
* audio(9) says low level drivers are allowed to change the requestedjakemsr2008-10-251-6/+9
* use ac97 default parameters for these ac97 based drivers.jakemsr2008-05-291-2/+9
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-2/+3
* Use pci_set_powerstate(), shrinking the code and unifying the differentfgsch2007-10-221-22/+4
* Some bzero() -> M_ZERO. ok jakemsr@krw2007-09-171-3/+2
* Wow, this is clearly wrong (found in esa_set_params):brad2006-01-251-2/+2
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-7/+1
* use PCI_PMCSR instead of some magic value.fgsch2003-10-071-3/+3
* make dmesg prints closer to the rest of the driversmickey2003-08-111-12/+6
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-2/+2
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-14/+8
* free resources on failures in attach, kill some spaces; from grendel@zeitbombe.orgmickey2002-10-041-15/+25
* Use & to test if bits are set, not &&; art@ ok.aaron2002-08-081-2/+2
* tag repairderaadt2002-04-081-1/+1
* Allegro-1 and Maestro 3 driver ported from netbsdfrantzen2002-04-081-0/+1735