Age | Commit message (Collapse) | Author |
|
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).
|
|
Reported by mitja@muzenic.net
|
|
needs adjustment. Allows the integrated speakers to work.
from Alexey Suslikov
|
|
PR #5033; gcc 2.95 will need a similar fix (soon).
|
|
last process running.
|
|
|
|
OK: henning@
|
|
OK: claudio@ henning@
|
|
ok ajacoutot@
|
|
This is necessary because DNS resolution is not possible from a chroot.
Cleanup the aldap interface a bit.
|
|
|
|
ok steven@
|
|
MODULE is used
"go ahead" robert@
|
|
Fix an undo error in previous commit
|
|
prompted and ok dlg
|
|
Fix set hotspare that didn't always work.
Fix several very subtle bugs because of firmware lies
Fix disk size that sometimes was incorrect
Only poke drives if something changed so it makes bio way faster on subsequent calls
Tested by several folks, thanks
Ok dlg
|