Age | Commit message (Expand) | Author |
2015-03-27 | simply do if_input() between splnet() and splx(), like other drivers | uaa |
2015-03-25 | Expand ehci_{add,del}_intr_list() macros. | Martin Pieuchot |
2015-03-25 | Merge ehci_device_request() into ehci_device_ctrl_start() to match | Martin Pieuchot |
2015-03-25 | Remove more DPRINTFs, this file is almost in a readable state now. | Martin Pieuchot |
2015-03-25 | Use KASSERT() to check when/if URQ_REQUEST is correctly set just like | Martin Pieuchot |
2015-03-25 | Remove EHCI_DEBUG chunks that make things harder to understand. | Martin Pieuchot |
2015-03-24 | Convert to if_input(). Tested by jsg@ who found that at least one his | Martin Pieuchot |
2015-03-23 | unlock MII on smsc_miibus_writereg error | Jonathan Gray |
2015-03-23 | Return an error if getting the config descriptor failed. | Jonathan Gray |
2015-03-23 | Convert to if_input(), tested by jsg@, thanks! | Martin Pieuchot |
2015-03-20 | Convert to if_input(), tested by Fabian Raetz, thanks! | Martin Pieuchot |
2015-03-19 | Let it compile. | Martin Pieuchot |
2015-03-19 | Abort tasks are run in their own thead, that's why they need a special | Martin Pieuchot |
2015-03-19 | Use the same workaround as ehci(4) and ohci(4) in setaddr() to deal with | Martin Pieuchot |
2015-03-19 | unlock MII on smsc_miibus_readreg error | Jonathan Gray |
2015-03-17 | Prevent a race resulting in an infinite loop printing "ehci_idone" messages. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-11 | Convert to if_input(). | Martin Pieuchot |
2015-03-06 | Revert previous, the fix is not right and causes a regression as | Martin Pieuchot |
2015-03-02 | Remove stray ')' from athn(4) "firmware command timed out" error message. | Stefan Sperling |
2015-03-02 | athn(4) USB drops received frames larger than MCLBYTES. | Stefan Sperling |
2015-03-02 | Fix re-associations with athn(4) USB devices in station mode. | Stefan Sperling |
2015-03-02 | Rework ath(4) USB firmware command handling. | Stefan Sperling |
2015-03-02 | Fix scanning with athn(4) USB devices. | Stefan Sperling |
2015-03-02 | In athn(4), set USB pipe pointers to NULL after closing pipes. Not really | Stefan Sperling |
2015-03-02 | Teach athn(4) about USB reference counting to prevent it from causing major | Stefan Sperling |
2015-02-28 | Prevent a race resulting in an infinite loop printing "ehci_idone" messages. | Martin Pieuchot |
2015-02-28 | Fix uhidev_get_report_async() from David Higgs. | Martin Pieuchot |
2015-02-16 | allow Arduino Leonardo to attach to umodem(4), from Gregor Best | Stuart Henderson |
2015-02-16 | sync | Stuart Henderson |
2015-02-16 | add Arduino Leonardo, from Gregor Best (plus typo+ordering fix) | Stuart Henderson |
2015-02-14 | Define UPS_PORT_TEST as FreeBSD/NetBSD do. | Masao Uebayashi |
2015-02-14 | Handle (poll) HCD interrupt right after initialization to immediately mark | Masao Uebayashi |
2015-02-12 | Convert to if_input(). | Martin Pieuchot |
2015-02-12 | Fix typos. | Masao Uebayashi |
2015-02-12 | Provide interface for external DMA address configuration. | Masao Uebayashi |
2015-02-12 | Convert to if_input(). | Martin Pieuchot |
2015-02-12 | Remove a stray ;. | Masao Uebayashi |
2015-02-12 | Move register accessor macros to saner place. | Masao Uebayashi |
2015-02-12 | De-static for backtracing, but using #define to not change indent (for now). | Masao Uebayashi |
2015-02-12 | Simplify debug ifdefs. | Masao Uebayashi |
2015-02-12 | Don't panic even if parent port doesn't exist. | Masao Uebayashi |
2015-02-12 | KNF. | Masao Uebayashi |
2015-02-11 | - Fix thinko about struct usbd_xfer allocation. | Masao Uebayashi |
2015-02-11 | Fix debug build, etc. | Masao Uebayashi |
2015-02-11 | Catch up with the new taskq_create(9) API. | Masao Uebayashi |
2015-02-10 | Adjust usb(9) API differences to at least compile. | Masao Uebayashi |
2015-02-10 | Adjust various kernel API differences. | Masao Uebayashi |
2015-02-10 | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' | Martin Pieuchot |
2015-02-10 | Convert tsleep(9)/wakeup(9) usages. | Masao Uebayashi |