| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-28 | regen | martin | |
| 2014-02-28 | Add moschip 7810 and 7820 usb serial devices | martin | |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka | |
| the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. | |||
| 2014-02-23 | Update a comment | skrll | |
| 2014-02-17 | Re-establish the default pipe after the initial reading of the device | skrll | |
| descriptor. This fixes usbd_new_device so that there is no really need to touch QHs/EDs in [eo]hci_device_request. KASSERT the address and maximum packet length now. | |||
| 2014-02-16 | move default last, add symbolic mask. | christos | |
| 2014-02-16 | whitespace police | christos | |
| 2014-02-16 | Remove duplicated comment. | nonaka | |
| 2014-02-16 | Use INFRA not ADHOC when opmode is M_STA. | nonaka | |
| 2014-02-14 | regen | christos | |
| 2014-02-14 | Add the 4G part of my modem, no driver yet. | christos | |
| 2014-02-14 | ibss and hostap support from stsp @ openbsd. | christos | |
| 2014-01-28 | Support the OHCI in the NS "SUPERIO" chip as found in hppa machines by | skrll | |
| twiddling the same bits as Linux. | |||
| 2014-01-28 | Initialize a variable earlier, so it is not used unitialized in an | martin | |
| error path. | |||
| 2014-01-28 | Quell maybe-uninitialized false positives from gcc 4.8 | martin | |
| 2014-01-25 | close uhidev only when it was successfully opened. | mlelstv | |
| 2014-01-16 | Add another XXX comment, I'm not in a postition to fix the code. | dsl | |
| The 'cycle' bit of a LINK trb must not be changed until the cycle bit of the following trb has been set. | |||
| 2014-01-13 | Regen | reinoud | |
| 2014-01-13 | Add Atmel's SAM-BA programming port as found on Atmel's SAM3E (ARM CortexM3) | reinoud | |
| boards | |||
| 2014-01-13 | Regen | reinoud | |
| 2014-01-13 | Add Future Bits as vendor code | reinoud | |
| Add Atmel SAM3E based microcontroller board "4Pi" by Future Bits | |||
| 2013-12-26 | from "Just a Normal Person", make sure that we set things to NULL after | christos | |
| we free them. | |||
| 2013-12-25 | regen | nonaka | |
| 2013-12-25 | Added Planex GW-450D. | nonaka | |
| 2013-12-22 | Preallocate command and status buffers as auto allocation cannot | mlelstv | |
| happen in intrrupt context. | |||
| 2013-12-22 | Catch illegal memory allocations in softints. | mlelstv | |
| 2013-12-20 | Add support for the brandless "QF9700" USB 1.1 to 10Mbit/s Ethernet adapter. | jakllsch | |
| The multicast filter doesn't appear to work, so put the chip in promisc mode so that IPv6 NDP works. | |||
| 2013-12-20 | regen | jakllsch | |
| 2013-12-20 | Add QF9700 USB Ethernet. | jakllsch | |
| 2013-12-19 | Add support for FTDI FT230X. | msaitoh | |
| 2013-12-19 | regen. | msaitoh | |
| 2013-12-19 | Add FTDI FT230X. | msaitoh | |
| 2013-12-16 | Backout the ED/QH change removal in [eo]hci_device_request. | skrll | |
| Reports of the KASSERT firing mean this needs more thought/testing. | |||
| 2013-12-15 | Correct a KASSERT's logic (SET vs. GET). | jakllsch | |
| 2013-12-15 | mark variable usage, fix non DIAGNOSTIC non DEBUG build | para | |
| 2013-12-15 | Now that usbd_new_device has been fixed there is no need to touch QHs/EDs | skrll | |
| in [eo]hci_device_request. KASSERT the address and maximum packet length just in case. | |||
| 2013-12-14 | In xhci_init() use aprint_debug_dev() instead of device_printf(). | jakllsch | |
| 2013-12-12 | regen | nonaka | |
| 2013-12-12 | Added some MediaTek wifi adapters. | nonaka | |
| 2013-12-10 | Add a few comments about some perversities of the xhci specification. | dsl | |
| XXX: I can't see any code that ensures there is space in the rings. XXX: Nothing stops buffer fragments crossing 64kB boundaries. | |||
| 2013-12-07 | Remove a couple of item that have been done. | skrll | |
| 2013-12-07 | Remove a couple more items that have been (mostly) done. | skrll | |
| 2013-12-07 | Remove a couple of items that have been done. | skrll | |
| 2013-12-01 | In ehci_check_qh_intr don't treat a short control transfer as done if the | skrll | |
| status phase is still inflight. Let the hardware complete it. PR/48358: Repeated low-speed USB control transfers returning short data fail on EHCI PR/46696: uhub disables port where USB keyboard attached | |||
| 2013-12-01 | Adjust KASSERT in device_ctrl_done to polling case. | skrll | |
| PR/48213: ehci assertion failure during boot | |||
| 2013-11-30 | Simplify | skrll | |
| 2013-11-26 | Improve DEBUG message. | skrll | |
| 2013-11-25 | Improve DEBUG output. | skrll | |
| 2013-11-23 | Simplify debug/DIAGNOSTIC code. | skrll | |
| 2013-11-23 | Whitespace in DIAGNOSTIC code. | skrll | |
