Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-14 | sync | Theo de Raadt | |
2005-03-14 | support jvc mp-prx1; iedowse | Theo de Raadt | |
2005-03-13 | Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd. | Christopher Pascoe | |
Supports bulk, control and interrupt pipes, letting USB1 keyboards and most network interfaces work when connected to a USB2 hub. ok dlg@ | |||
2005-03-13 | Order the top-level interrupt heads in the periodic framelist such that | Christopher Pascoe | |
downstream interupt heads have an even temporal distribution. ok dlg@ | |||
2005-03-13 | Be even more liberal in what we accept as a completed transaction, as | Christopher Pascoe | |
XActErr is not the only qH warning bit that "sticks" during a transaction. ok dlg@ | |||
2005-03-12 | Typos. | Thierry Deval | |
2005-03-10 | regen | David Gwynne | |
2005-03-10 | Cisco-Linksys Wireless-G USB Network Adapter | David Gwynne | |
2005-03-09 | sync | Theo de Raadt | |
2005-03-09 | in this case, clarity is required | Theo de Raadt | |
2005-03-09 | sync | Theo de Raadt | |
2005-03-09 | a long cable usb repeater... | Theo de Raadt | |
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-08 | only print if we hit the via quirk timeout when debugging | David Gwynne | |
ok pascoe@ | |||
2005-03-08 | add support for the new firmwares and the devices that use them | David Gwynne | |
2005-03-08 | regen | David Gwynne | |
2005-03-08 | even more atu | David Gwynne | |
2005-03-08 | lots of new devices found in a linux driver | David Gwynne | |
2005-03-08 | regen | David Gwynne | |
2005-03-08 | add (lots of) extra devices for atu found in a linux driver | David Gwynne | |
ok jsg@ | |||
2005-03-08 | Initialise the alternate next pointer in the queue head with EHCI_NULL, not | Christopher Pascoe | |
zero. The host controller should, in theory, never follow this pointer, but it is a minor spec violation. ok dlg@ | |||
2005-03-08 | From FreeBSD rev1.30: | Christopher Pascoe | |
- always initialise the pipe multiplier to a valid value - do not unchain the the interrupt QHs immediately after initialisation ok dlg@ | |||
2005-03-07 | Ignore XactErr status if the host controller also indicates that the | Christopher Pascoe | |
transaction completed successfully on retry. ok dlg@ | |||
2005-03-07 | Add a workaround for VIA EHCI controllers which, under load, signal qTD | Christopher Pascoe | |
completion before they have performed writeback from the overlay qTD. This condition would exhibit itself as a umass stall that never recovers. ok dlg@ | |||
2005-03-06 | Wait for the bulk transfer to complete before returning if we are in polled | Christopher Pascoe | |
mode. ok dlg@ | |||
2005-03-06 | ohci_rhsc_enable calls usb_transfer_complete via ohci_rhsc - we need to be | Christopher Pascoe | |
at splusb, not splsoftclock. ok dlg@ | |||
2005-03-06 | Fix incorrect comment about interrupt threshold control level. | Christopher Pascoe | |
ok dlg@ | |||
2005-03-06 | In [eo]hci_waitintr, xfer->timeout is in ms, not hz. | Christopher Pascoe | |
ok dlg@ | |||
2005-03-05 | regen | Jun-ichiro itojun Hagino | |
2005-03-05 | OQO/0003 is bluetooth interface | Jun-ichiro itojun Hagino | |
2005-03-03 | sort devices and remove a duplicate | David Gwynne | |
2005-03-03 | properly implement hardware wep support. mostly done by jesse off with | David Gwynne | |
some minor cleanup by me | |||
2005-03-03 | some mbuf handling fixes from netbsd | David Gwynne | |
2005-03-03 | OQO model 01 internal wireless. help from many, ok by dlg | Jun-ichiro itojun Hagino | |
2005-03-03 | ethernet on OQO model 01 device cable. dlg ok | Jun-ichiro itojun Hagino | |
2005-03-03 | regen | Jun-ichiro itojun Hagino | |
2005-03-03 | OQO model 01 devices | Jun-ichiro itojun Hagino | |
2005-02-28 | Fix minor KNF nit that hurts every time I analyse this code. | Christopher Pascoe | |
ok dlg@ | |||
2005-02-28 | another fix from netbsd pointed out by jsg@ | David Gwynne | |
Clear IFF_RUNNING flag before aborting usb pipes in atu_stop(). | |||
2005-02-28 | Do not incorrectly emit "too many" message in debugging code. | Christopher Pascoe | |
ok dlg@ | |||
2005-02-24 | fixes inspired by netbsd and pointed out by jsg@ | David Gwynne | |
- make sure the interface is up before continuing in atu_start - use IFQ_DEQUEUE instead of IF_DEQUEUE | |||
2005-02-23 | sync | Theo de Raadt | |
2005-02-23 | palm zire 31; pr 4113, jamesw@bsdhosting.co.za | Theo de Raadt | |
2005-02-18 | Internal wireless on PCChips A535 laptop found in a dmesg from | Jonathan Gray | |
Fabio Olive Leite <foleite at yahoo dot com dot br> and some additional wi devices found in linux-wlan driver. | |||
2005-02-18 | regen | Jonathan Gray | |
2005-02-18 | Internal wireless on PCChips A535 laptop found in a dmesg from | Jonathan Gray | |
Fabio Olive Leite <foleite at yahoo dot com dot br> and some additional wi devices found in linux-wlan driver. | |||
2005-02-17 | derived from NetBSD: | Reyk Floeter | |
--- Make the node table into an LRU cache: least-recently used nodes are at the end of the node queue. Change the reference-counting discipline: ni->ni_refcnt indicates how many times net80211 has granted ni to the driver. Every node in the table with ni_refcnt=0 is eligible to be garbage-collected. The mere presence of a node in the table does not any longer indicate its auth/assoc state; nodes have a ni_state variable, now. While I am here, patch ieee80211_find_node_for_beacon to do a "best match" by bssid/ssid/channel, not a "perfect match." This keeps net80211 from caching duplicate nodes in the table. --- ok deraadt@ dlg@, looks good jsg@ | |||
2005-02-12 | Additional axe devices found in Linux driver. | Jonathan Gray | |
2005-02-12 | regen | Jonathan Gray | |
2005-02-12 | Additional axe devices found in Linux driver. | Jonathan Gray | |