summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/yds.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't free() part of a struct.krw2020-03-271-2/+1
* Remove unused getdev() audio driver functions.ratchov2016-09-191-17/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-55/+2
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-6/+6
* sizes for free(); ok sthenderaadt2015-09-101-7/+7
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-88/+6
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Nuke yet more obvious #include duplications.krw2014-11-181-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-8/+8
* unbreak build: exchange %b args order, from miod@ratchov2014-05-171-2/+2
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-3/+4
* Use %z* for size_tsf2013-10-011-2/+2
* 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-7/+14
* Don't print the device name again in attach error messages occuring beforemiod2012-03-031-5/+4
* ansify and de'register some prototypesdhill2012-01-111-124/+44
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* use audio(4) DVACT_{QUIESCE,RESUME}jakemsr2010-09-171-22/+37
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-10/+1
* All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}deraadt2010-09-061-2/+2
* Since the changes in neo(4) work, it is very likely that the exact samederaadt2010-08-271-21/+18
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-9/+15
* update a random sampling of drivers after the proc.h -> systm.h movetedu2010-04-061-2/+1
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
* audio(9) says low level drivers are allowed to change the requestedjakemsr2008-10-251-5/+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
* make microcode file byte-order independent so that the file is the samederaadt2007-01-061-6/+27
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-9/+1
* nuke vtophys crapjason2005-05-271-8/+1
* Let yds_init() return a meaningful value.miod2004-12-301-2/+2
* firmware loading from the filesystem. pci subsystem type thingsderaadt2004-12-201-37/+47
* do not bother w/ void pci_devinfo() calls and free resources on failuresmickey2004-05-241-5/+5
* fix typo, KNFmarkus2004-02-191-5/+4
* don't disable the Sound Blaster legacy mode by default, as this breaksmarkus2004-02-191-2/+7
* avaliable -> availablemiod2003-09-291-2/+2
* Nuke more commons: ac97_id2, tinfo_tjason2003-05-141-1/+3
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-10/+10
* move NULLification to end so it's useful.tedu2003-02-251-2/+2
* In typical linux style, set a magic bit that makes the floppy work onjason2003-02-201-2/+2
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-8/+8
* First round of __P removal in sysmillert2002-03-141-49/+49
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-8/+10
* remove bogus diagnostic check.ericj2002-01-061-11/+1
* add 600x read for 744 rev < 2 - from netbsdericj2002-01-041-5/+10
* add powerhook support to handle APM resumes correctly, fixes PR 1814jcs2001-12-201-85/+140
* bitmask_snprintf goes awayderaadt2001-12-071-8/+9
* Switch everything to the new bus_dmamap_sync API.art2001-11-051-64/+81
* Change the audio_hm_if->mappage interface to return paddr_t and take off_tart2001-10-311-4/+4
* Yup, I managed to fat finger all three of these while doing bus_dmamap_sync()jason2001-08-261-5/+5