| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; | 2012-03-30 | 1 | -9/+5 | |
| | | | | | | | | just return and make the midi(4) driver retry later. UART buffers are large enough for this, except eap(4) which uses interrupts for output. help from and ok jsg@ | ||||
| * | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | 2011-07-03 | 1 | -3/+1 | |
| | | | | | | | | | that's ever used it, and it's long since been changed to use DVACT_{QUIESCE,SUSPEND,RESUME} instead. ok deraadt@, dlg@; miod@ also agreed with this idea when I brought it up a few weeks ago | ||||
| * | use nitems(); no binary change for drivers that are compiled on amd64. | 2011-04-03 | 1 | -4/+3 | |
| | | | | | ok claudio@ | ||||
| * | audio(4) and ac97(4) style suspend/resume | 2010-09-21 | 1 | -4/+12 | |
| | | |||||
| * | remove the powerhook code. All architectures now use the ca_activate tree | 2010-09-07 | 1 | -10/+1 | |
| | | | | | | traversal code to suspend/resume ok oga kettenis blambert | ||||
| * | Since the changes in neo(4) work, it is very likely that the exact same | 2010-08-27 | 1 | -9/+19 | |
| | | | | | | mechnical changes work in these drivers too. Testing can occur after this commit. | ||||
| * | add two new members to structs audio_encoding and audio_prinfo. | 2010-07-15 | 1 | -1/+5 | |
| | | | | | | | | | | | for both structs, the new members are 'bps' and 'msb', which describe the number of bytes per sample and data alignment in the sample, respectively. drivers must properly set these fields in the 'query_encoding', 'set_parameters' and 'get_default_params' hardware interface methods. discussed with ratchov, deraadt | ||||
| * | these files don't need to include proc.h anymore. ok oga for agp | 2010-04-08 | 1 | -2/+1 | |
| | | |||||
| * | make various strings ("can't map mem space" and similar) more consistent | 2009-03-29 | 1 | -2/+2 | |
| | | | | | | | | between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work). ok deraadt, kettenis, "why not" miod. | ||||
| * | audio(9) says low level drivers are allowed to change the requested | 2008-10-25 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | | values of the audio_params structure during AUDIO_SETINFO if the hardware cannot be set to exactly the requested mode. some drivers do this sometimes. others always return EINVAL if there isn't an exact match. be more consistent. only return EINVAL if an absurd parameter was requested, otherwise return a supported set of parameters, as close as possible to what was requested. with/ok ratchov@ | ||||
| * | allow low level audio drivers to specify a default sample format, | 2008-04-21 | 1 | -1/+2 | |
| | | | | | | | | | | instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@ | ||||
| * | More comment typos from Diego Casati. Including winners like funtion, allmost, | 2007-05-26 | 1 | -2/+2 | |
| | | | | | oustside, seqencer, toghether, nessissary, etc. | ||||
| * | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | 2007-05-25 | 1 | -3/+3 | |
| | | |||||
| * | Add optional flush method to MIDI hardware interface. | 2006-04-07 | 1 | -1/+2 | |
| | | | | | | | | Allow umidi(4) to send multiple events in a single USB transfer. This greatly improves the number of interrupts umidi is able to generate. From Alexandre Ratchov. | ||||
| * | IBM makes a pcn card that shows up as: | 2006-02-22 | 1 | -3/+16 | |
| | | | | | | | | | | | Trident Microsystems 4DWAVE DX (ethernet network, revision 0x25) Unfortunately, this is an autri sound card. Special case the match routines for both drivers so if_pcn properly picks it up and autri does not. From NetBSD ok mickey@, tested by martin@ | ||||
| * | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok | 2005-08-09 | 1 | -8/+2 | |
| | | |||||
| * | do not provide round_buffer if not needed unless explained why in comments | 2005-04-16 | 1 | -12/+2 | |
| | | |||||
| * | make sure round_blocksize does not produce 0 after alignment | 2005-04-14 | 1 | -2/+2 | |
| | | |||||
| * | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | 2003-04-27 | 1 | -9/+9 | |
| | | |||||
| * | flag stereo channels as reversed. those rare people without swapped stereo | 2003-03-09 | 1 | -2/+7 | |
| | | | | | | | can use config -e to set flags to 0x0001. ok deraadt@ mickey@ | ||||
| * | - Fix playback problem on SiS7018. | 2002-11-29 | 1 | -9/+19 | |
| | | | | | | | | | - mute the volume for interrupt channel. - add some improvements for device initialization. - Fix recording problem on SiS7018. From NetBSD via Gabriel Gonzalez. | ||||
| * | Add a simplistic table driven lookup routine and use it where appropriate. | 2002-11-19 | 1 | -26/+9 | |
| | | |||||
| * | do not read the codec regs, it seems to shutter the sound; from grendel@zeitbombe.org, reported and tested by rayl@spamcop.net | 2002-10-04 | 1 | -1/+9 | |
| | | |||||
| * | time-bind the codec r/w loops, still does not solve problems on transmeta; tested by jason@ on sparc64; deraadt@ ok | 2002-09-26 | 1 | -4/+7 | |
| | | |||||
| * | Final __P removal plus some cosmetic fixups | 2002-03-14 | 1 | -9/+8 | |
| | | |||||
| * | First round of __P removal in sys | 2002-03-14 | 1 | -50/+44 | |
| | | |||||
| * | make all audio drivers use the new allocm and round_buffersize decl's. | 2002-01-20 | 1 | -5/+3 | |
| | | | | | will ease porting, and generally cleans up a bit | ||||
| * | choose one AC97 name and stick with it a bit more often | 2001-12-05 | 1 | -13/+13 | |
| | | |||||
| * | recover ugly irq print, cleanup on failure to attach | 2001-12-01 | 1 | -4/+8 | |
| | | |||||
| * | remove static on functions. | 2001-11-26 | 1 | -25/+25 | |
| | | | | | | | from netbsd: Don't use a static variable in the power hook. It doesn't work with more than one device. | ||||
| * | Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA Yoshihiko and KUROSAWA Takahiro; tested by Matt Behrens <matt@zigg.com> | 2001-11-26 | 1 | -0/+1620 | |
