summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/cs4280.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansify and de'register some prototypesdhill2012-01-111-144/+52
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* silly me. use the switch() variable, not the case value.jakemsr2010-09-121-3/+3
* use audio(4) DVACT_{QUIESCE,RESUME}jakemsr2010-09-121-19/+13
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-11/+1
* Since the changes in neo(4) work, it is very likely that the exact samederaadt2010-08-271-23/+21
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-1/+6
* Don't use (type *)var as an lvalue, it's incorrect. No functional changes.grange2009-01-201-8/+15
* audio(9) says low level drivers are allowed to change the requestedjakemsr2008-10-251-25/+21
* 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-5/+5
* Use pci_set_powerstate(), shrinking the code and unifying the differentfgsch2007-10-221-11/+2
* bring device back from power save mode if needed. fixes a problem reportedfgsch2007-10-211-1/+13
* deliverd -> delivered.miod2007-08-011-2/+2
* Add optional flush method to MIDI hardware interface.jsg2006-04-071-2/+3
* from the diffs so old they're growing mold dept:tedu2005-11-291-2/+3
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+1
* shorten codederaadt2004-12-191-4/+2
* filesystem firmware loading written over the pacific 2 weeks ago, testedderaadt2004-12-191-36/+74
* tom broke the kernel, and is being scoldedderaadt2004-01-081-2/+1
* sys/types.h is not really needed w/ sys/param.hmickey2003-08-211-2/+1
* remove extra header file <sys/systm.h>. ok mickey@kevlo2003-08-211-3/+2
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-9/+9
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-12/+9
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-8/+8
* First round of __P removal in sysmillert2002-03-141-45/+45
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-8/+10
* correct irq messagederaadt2001-12-011-2/+2
* 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
* register save/restore fix from art via Chuck Cranormarc2001-05-021-3/+3
* match formats in read_codec w/ write_codecmickey2001-03-141-3/+3
* constify BA1mickey2001-01-261-3/+3
* Only check defined bits when waiting for valid AC97 input slotmarc2000-09-171-10/+11
* let us assume for now this workse with the other 3 chip modelsderaadt2000-07-191-7/+5
* Change to match OpenBSD output format.fgsch2000-07-121-20/+15
* Fix two bugs.art2000-07-121-4/+8
* Driver for the cs4280 Crystal Clear audio found on some laptops.art2000-06-301-0/+1947