Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-22 | make data LED blink upon TX. | Damien Bergamini | |
2006-10-22 | make sure ni->ni_txrate is always initialized to a meaningful value by | Damien Bergamini | |
redefining ic->ic_newassoc. this should prevent "bogus xmit rate" panics when operating in HostAP mode. | |||
2006-10-22 | do per-node rate control. | Damien Bergamini | |
2006-10-21 | some extra const disease damien was testing slipped in; ok damien | Theo de Raadt | |
2006-10-21 | huge diff to bring zyd(4) into a working state. | Damien Bergamini | |
should work with ZD1211 (not ZD1211B!) adapters with either a RFMD or AL2230 radio chip. does not support IBSS or HostAP modes yet. committed over a Billion 3011G (ZD1211/AL2230). "commit it!" deraadt@ | |||
2006-10-19 | regen | Jonathan Gray | |
2006-10-19 | Support later versions of the ASUS WL-167g which have switched | Jonathan Gray | |
from ural to rum. From Jason Crawford <jasonrcrawford@gmail.com> | |||
2006-10-16 | Fix some "is is"s. ok otto@. | Tom Cosgrove | |
2006-10-14 | Apply some formatting. | Marc Balmer | |
2006-10-11 | Make the timedelta sensor appear right when a device is plugged-in, with a | Marc Balmer | |
status of SENSOR_S_UNKNOWN. Do not set the SENSOR_FINVALID bit, sysctl hw.sensors does not list sensors with this flags set and we want to the sensor when the device is present. ok henning | |||
2006-10-08 | Implement bus searching. | Alexander Yurchenko | |
2006-10-08 | Add status register bits string for pretty %b printf. | Alexander Yurchenko | |
2006-10-03 | make sure to call SLIST_INIT on sc->rx_freelist. | Damien Bergamini | |
sanity check length field in RX descriptors. | |||
2006-10-03 | don't use IF_PREPEND() on altq's. | Damien Bergamini | |
use IFQ_POLL()/IFQ_DEQUEUE() logic instead as described in altq(4). tested by jolan@ on macppc "diffs look ok" brad@ | |||
2006-09-30 | Implement match rom command. | Alexander Yurchenko | |
2006-09-30 | Reset device on errors. | Alexander Yurchenko | |
2006-09-30 | Pretty. | Alexander Yurchenko | |
2006-09-30 | More useful error messages. | Alexander Yurchenko | |
2006-09-30 | Reset device on attach. | Alexander Yurchenko | |
2006-09-30 | Add new parameter to uow_cmd() to set command type. | Alexander Yurchenko | |
Create aliases uow_ctlcmd(), uow_commcmd() and uow_modecmd() for sending control, communication and mode commands. No functional changes. | |||
2006-09-29 | Implement block read/write operations. | Alexander Yurchenko | |
2006-09-29 | Add command and data FIFO size constants. | Alexander Yurchenko | |
2006-09-29 | regen | Jonathan Gray | |
2006-09-29 | Add support for HenTong WK-668, and match the generic DM9601 id | Jonathan Gray | |
while here. WK-668 id reported by mk at freeweb.ozi.nu | |||
2006-09-27 | Add remaining communication command codes and embedded parameter bits. | Alexander Yurchenko | |
2006-09-27 | Implement 1-wire byte read/write. | Alexander Yurchenko | |
2006-09-27 | Move bulk-in transfer to the separate function. | Alexander Yurchenko | |
2006-09-27 | Allocate xfer for bulk transfers only once on attach. | Alexander Yurchenko | |
2006-09-27 | Protect detach function with splusb. | Alexander Yurchenko | |
Call usbd_abort_pipe before closing pipe. | |||
2006-09-27 | Add missing <sys/device.h>. | Alexander Yurchenko | |
2006-09-27 | Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. | Alexander Yurchenko | |
2006-09-26 | regen | Jonathan Gray | |
2006-09-26 | Match ELECOM LD-USB20 | Jonathan Gray | |
From redzonemiata at yahoo.co.jp via FreeBSD PR 86195 | |||
2006-09-23 | sync | Marcus Glocker | |
2006-09-23 | Add TRENDnet TEW-429UB A. | Marcus Glocker | |
2006-09-20 | implement a zero-copy RX data path. | Damien Bergamini | |
instead of copying the xfer buffer's content into a mbuf cluster, attach the xfer buffer as a mbuf external storage and pass it to the net80211 layer as is. maintain a reference count on the softc structure and wait in detach() until all references have been released by the network layer. | |||
2006-09-18 | fix my 1.7 commit. | Damien Bergamini | |
in uath_reset(), return on error if tsleep() fails. | |||
2006-09-18 | better uath_set_rates(). | Damien Bergamini | |
2006-09-18 | cleanup the list of supported devices. | Damien Bergamini | |
2006-09-18 | don't use IF_PREPEND() on altq's. | Damien Bergamini | |
use IFQ_POLL()/IFQ_DEQUEUE() logic instead as described in altq(4). | |||
2006-09-18 | get rid of the usb_port.h macros that wrap our kthread create functions. | David Gwynne | |
looks ok pascoe@ | |||
2006-09-18 | More uath devices, also properly mark some of the UB52/AR5005UX devices | Jonathan Gray | |
with the dual band flag. | |||
2006-09-18 | regen | Jonathan Gray | |
2006-09-18 | More uath devices. | Jonathan Gray | |
2006-09-16 | add new uath(4) ids and fix existing ones. | Damien Bergamini | |
ok deraadt@ | |||
2006-09-16 | sync (uath) | Damien Bergamini | |
2006-09-16 | add new uath(4) ids and fix existing ones. | Damien Bergamini | |
ok deraadt@ | |||
2006-09-16 | sync (uath) | Damien Bergamini | |
2006-09-16 | more uath(4) usb ids. | Damien Bergamini | |
from jsg@ | |||
2006-09-16 | indent | Damien Bergamini | |