summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/neo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add mixer save/restore capability to the audio(4) driver andratchov2018-04-111-2/+1
* Remove unused getdev() audio driver functions.ratchov2016-09-191-16/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-39/+2
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-74/+7
* ansify some function definitions.brad2013-11-151-88/+29
* 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/+11
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-13/+1
* Mangle neo_power's contents into a neo_activate function, then makederaadt2010-08-271-9/+20
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-10/+15
* audio(9) says low level drivers are allowed to change the requestedjakemsr2008-10-251-3/+1
* 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-1/+2
* audio encoding conversion cleanupjakemsr2007-11-051-6/+6
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-7/+1
* remove old microcode includederaadt2004-12-121-2/+1
* filesystem firmware loadingderaadt2004-11-221-5/+18
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-9/+9
* install a powerhook to restore the AC97 state after suspend;jason2003-03-211-2/+19
* remove unused variabletedu2003-02-211-3/+2
* formatting, grammar, spaces; from grendel@zeitbombe.orgmickey2002-10-041-50/+46
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-7/+7
* First round of __P removal in sysmillert2002-03-141-27/+27
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-6/+4
* Typos in comments.art2001-09-161-4/+4
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* more more microcode (so it does not end up installed in includes, for one)deraadt2001-06-181-2/+2
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-3/+3
* use AC97_HOST_DONT_READANY since some machines are unreliablederaadt2001-03-031-2/+2
* As in NetBSD, added direction to allocm/round_buffer_size APIs.csapuntz2000-07-191-19/+28
* Some documentation for future generations of maintainerscsapuntz2000-04-141-1/+68
* Remove printf from interrupt handler...csapuntz2000-04-131-23/+42
* NeoMagic 256AV/ZX audio drivercsapuntz2000-04-131-0/+1001