Age | Commit message (Collapse) | Author |
|
mode (set mode for multi-mode interfaces) and chan (set the radio channel).
some additional output will be printed by "ifconfig -m".
ok deraadt@ millert@ damien@
|
|
|
|
|
|
firmware (apparently new firmwares coming soon). Agreement worked
out with rbisset@atmel -- the marketing director :)
Thanks Atmel, I am working on a driver.
|
|
Generated from the firmware binaries for T3 series CF adapter.
Obtained from Tim Gardner <timg@tpi.com> who developed the Linux driver.
And approved by Brad Lefore <blefore@sj.symbol.com> to redistribute it
with BSD license.
|
|
not 70 :(
From: Jorden Verwer <J.Verwer@inter.NL.net>
|
|
|
|
|
|
let very verbose mode show moving files around.
|
|
let pkg_add -r compute a replaced package and store its plist in the new
package plist, so that replacement has a chance to proceed.
Not finished yet. Missing:
- real lib depends checks;
- restoring package dependencies after replacement.
|
|
|
|
|
|
check that linknames match while we're at it.
|
|
|
|
|
|
Let pkg_add -r do extraction first, and finish installation later.
|
|
next to their final locations.
XXX: doesn't work with hard links, yet.
|
|
to use local variables.
|
|
ok pedro@ tedu@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in pkg_add -r mode, it's just a question of removing the old package
from the virtual filesystem early, so that we can still check for collisions.
Help getting OpenBSD::Delete self-contained while we're there...
|
|
|
|
usbdi_util.h (1.29), uhid.c (1.62), ugen.c (1.68), usb_subr.c (1.114)
Yes, some devices return incorrect lengths in their string
descriptors. Rather than losing, do what Windows does: just
request the maximum size, and allow a shorter response. Obsoletes
the need for UQ_NO_STRINGS, and therefore these "quirks" are removed.
usb_subr.c (1.116)
In the "seemed like a good idea until I found the fatal flaw"
department... Attempting to read a maximum-size string descriptor
causes my kue device to go completely apeshit. So, go back to the
original method, but allow the device to return a shorter string than
it claimed.
|
|
reruns ldconfig -R (okay, we don't check that -m would be enough, so what ?)
First hooks for -r: check that replacement should work.
|
|
and document it. cleanup some unused/unneeded variables while there.
idea & ok henning@
|
|
Only delay interrupt my 2 miucroframes instead of 8. This improves
Ethernet performance.
|
|
be usable by pkg_add -r.
|
|
|
|
like us, so get rid of the ifdefs.
|
|
hcpriv is not actually used here. Remove references to it.
|
|
Follow the spec more closely when updating the overlay qTD in the QH.
Preserve some bits in the overlay qTD.
|
|
|
|
No need to generate an interrupt at the data part of a control transfer,
it's generated by the status transfer.
|
|
Make sure to update the data toggle on short transfers.
This makes my Ethernet adapter much happier.
|
|
Add support for BCM5705K
rev 1.74
Add support for the BCM5750/5751. Unfortunately the documentation
I have from Broadcom does not give much information on these devices,
so the Broadcom Linux driver was used for clues to what these chips
support. It turns out they are similar to the 5705 with the 5751
being the PCI-Express version and needing special work-arounds and
settings.
From FreeBSD
|
|
|
|
|
|
|
|
those are not relevant to RAID.
Some cleanup.
|
|
patch submitted and tested by Steffen Schütz, schuetz.steffen at melle de
ok tedu@
|
|
|
|
Migrate float exception code to 64 bit. Add a few new "uniplemented".
|
|
|
|
|