summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/autri.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;ratchov2012-03-301-9/+5
* 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-4/+3
* audio(4) and ac97(4) style suspend/resumejakemsr2010-09-211-4/+12
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-10/+1
* Since the changes in neo(4) work, it is very likely that the exact samederaadt2010-08-271-9/+19
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-1/+5
* 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-2/+2
* audio(9) says low level drivers are allowed to change the requestedjakemsr2008-10-251-7/+9
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-1/+2
* More comment typos from Diego Casati. Including winners like funtion, allmost,krw2007-05-261-2/+2
* "interupt" -> "interrupt" in various comments. Mostly from Diego Casati.krw2007-05-251-3/+3
* Add optional flush method to MIDI hardware interface.jsg2006-04-071-1/+2
* IBM makes a pcn card that shows up as:brad2006-02-221-3/+16
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-8/+2
* do not provide round_buffer if not needed unless explained why in commentsmickey2005-04-161-12/+2
* make sure round_blocksize does not produce 0 after alignmentmickey2005-04-141-2/+2
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-9/+9
* flag stereo channels as reversed. those rare people without swapped stereotedu2003-03-091-2/+7
* - Fix playback problem on SiS7018.fgsch2002-11-291-9/+19
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-26/+9
* do not read the codec regs, it seems to shutter the sound; from grendel@zeitbombe.org, reported and tested by rayl@spamcop.netmickey2002-10-041-1/+9
* time-bind the codec r/w loops, still does not solve problems on transmeta; tested by jason@ on sparc64; deraadt@ okmickey2002-09-261-4/+7
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-9/+8
* First round of __P removal in sysmillert2002-03-141-50/+44
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-5/+3
* choose one AC97 name and stick with it a bit more oftenderaadt2001-12-051-13/+13
* recover ugly irq print, cleanup on failure to attachmickey2001-12-011-4/+8
* remove static on functions.mickey2001-11-261-25/+25
* Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA Yoshihiko and KUROSAWA Takahiro; tested by Matt Behrens <matt@zigg.com>mickey2001-11-261-0/+1620