Age | Commit message (Collapse) | Author |
|
instead of using unsolicited events.
Already supported codecs with custom unsolicited event handlers
are not affected, yet.
from Alexey Suslikov, thanks
|
|
explicitly pass the command buffer to the command functions.
|
|
sizes and rates.
from NetBSD via brad@
Also,
* use a single variable to hold the number of format variations (from NetBSD)
* initialize a variable (f->frequency_type) before use (from NetBSD)
* fix a typo
from Alexey Suslikov, thanks
|
|
r1.51
pointed out by Alexey Suslikov, thanks
|
|
|
|
tested by many on many archs including several alpha test.
ok tedu@ go for it deraadt@
|
|
|
|
|
|
while here, remove an obsolete url.
diff tweaked by jmc@; sent upstream to FreeBSD people.
ok jmc@
|
|
|
|
the size of a full blown struct cpu_info, instead of the first few fields.
|
|
even in non-MP kernels, to avoid unnecessary tlb flushes later when
pmap operates on shared pages.
|
|
Some ideas taken from upstream.
|
|
|
|
|
|
no show the hotspares.
|
|
and block based audio i/o (arithmetic constraints). For now round the
frequency to a supported one, (ie 8kHz, 11.025kHz, 12kHz multiple), and get
the the block size from a table.
fixes problem reported by Robert <robert _at_ openbsd.pap.st>
ok jakemsr
|
|
aucat should be started automatically yet at system startup
help from jmc@
|
|
PR 5609, and revisited with dlg. Tested on all platforms.
ok miod
|
|
address. This cvs commit introduces a queue that buffers a small
burst of packets and resending the packets in correct order when
the ethernet address is resolved. Code written by Armin Wolfermann
<aw@osn.de>.
OK: claudio@ henning@
|
|
|
|
* Serialize access to the ehci intrlist.
* Change the ehci intrlist to a tailq so xfers are not queued out of order.
* In ehci_check_itd_intr, don't treat a transfer error as an indication
that the xfer is no longer active.
This also fixes "ehci_allocx not free" errors seen recently.
Tested and OK brad@, kevlo@
|
|
|
|
tested by me, from ratchov@, please commit ratchov@
|
|
playback parameters (like the macppc i2s devices), be sure to
synchronise recording parameters to playback parameters when
configuring for full-duplex operation, as audio(4) dictates.
ok ratchov
|
|
umask = 0, this allows one user to start the server and another
user to use it (eg. _mpd).
ok todd, deraadt, jakemsr
|
|
|
|
(openlunatic at gmail).
tested by Dawe (dawedawe at gmx de), thanks, and me. does not disturb
currenlty working emu(4) devices.
|
|
|
|
Based on cac(4) bio support from NetBSD which is derived from
OpenBSD's ciss(4) bio support.
Tested by otto@ jbg@
ok marco@
|
|
|
|
|
|
|
|
tried and how many actually succeeded.
|
|
|
|
|
|
ok ratchov@
|
|
- Move the extended FIFO workaround from the capabilities field to the
workaround field.
- Add General purpose register 1 defines for the workarounds.
- Enable a workaround for CRC errors that can be experienced with A2 revision
adapters.
- Add a workaround for packet loss that can be experienced with A2 revision
adapters when in 10/100 mode with half duplex.
From DraonFly
- Rename the workaround flags so they describe what is being worked around.
ok jsg@
|
|
|
|
|
|
mulaw mono, which few can even do.
"Please just get this in." brad@
|
|
|
|
once is impossible; ok oga
|
|
no carpdev configured.
I don't see how we can run into this at all, but let's
leave this test for a a little extra safety.
OK henning@
|
|
|
|
says according to ratchov@. Make it so, and crank major.
ok ratchov@
|
|
We could re-embed the scope-id before we do the route lookup,
but then we would just find the very interface we've received
the packet on anyway.
OK markus@, claudio@, henning@
|
|
|
|
|
|
the two SImode subregs of the DImode destination operand, this confuses
the register life analysis and causes gcc to emit wrong warning about
values not being initialized.
Unfortunately, the fallback logic infers a worse sequence (mov + cmp against
zero + ext of the cmp signedness bit, instead of mov + ext of the sign bit),
which wastes an instruction and a register.
This is hopefully a temporary measure until a nonconfusing flavour of the
fast expansion is devised (preferrably one which does not expose the
optimize_reg_copy_3 big-endian bug as well).
|