| Age | Commit message (Expand) | Author |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-14 | Sprinkle static. | uebayasi |
| 2009-11-12 | Simplify activation hook. | dyoung |
| 2009-11-01 | EHCI_NULL is already little-endian. No htole32() needed. Pointed out by | uebayasi |
| 2009-11-01 | Fix some whitespaces. | uebayasi |
| 2009-11-01 | Update referencial URLs. | uebayasi |
| 2009-09-04 | Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1). | dyoung |
| 2009-07-27 | Wrap ehcidebug in EHCI_DEBUG, not USB_DEBUG. | sketch |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-28 | Fixed high-speed isoc USB transfers, 64 bit capable host controllers have a d... | jmorse |
| 2008-10-14 | ehci_dump_itd and _sitd are unused | jmcneill |
| 2008-10-14 | kern/39727: race condition in ehci isoc abort xfer path | jmcneill |
| 2008-10-11 | Revert previous. | jmcneill |
| 2008-10-11 | ehci_check_itd_intr: correct logic for checking for active itds | jmcneill |
| 2008-10-06 | ehci_free_itd: use LIST_INSERT_HEAD rather than | jmcneill |
| 2008-10-05 | Fix issue where multi-transaction isoc endpoints were forced to single | jmcneill |
| 2008-09-10 | update TODO list: we have isoc support | cegger |
| 2008-09-09 | Sign over copyright of Jeremy Morse's code to TNF, OK'd by Jeremy Morse | hubertf |
| 2008-09-09 | Clarify the message printed by the kernel when a low or full speed | jmcneill |
| 2008-08-28 | add a "break" so that the isoc setup code doesn't access uninitialized | drochner |
| 2008-08-21 | use M_NOWAIT in an early allocation for consistency, from Kevin Lo | drochner |
| 2008-08-16 | fix my last commit: add missing "break"s, from Marcus Glocker | drochner |
| 2008-08-12 | fix an off-by-one in isochronous interval check, and streamline some | drochner |
| 2008-08-03 | make i386 ALL kernel compile | cegger |
| 2008-08-02 | Update copyright. | jmcneill |
| 2008-08-02 | High speed isochronous support, from Jeremy Morse as part of Google | jmcneill |
| 2008-06-28 | Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4), | bouyer |
| 2008-06-16 | fix selective port resume signaling (not used in normal operation, | drochner |
| 2008-05-21 | fix argument to usb_setup_reserve() (called from USB host adapter drivers) | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-28 | split device/softc for USB host controllers and the usb (control) | drochner |
| 2008-03-07 | Use device_t and accessors. Setup power management in the PCI | dyoung |
| 2008-02-22 | Add a method to detach child. | dyoung |
| 2008-02-03 | share some code for USB root hub emulation which is common in the 3 | drochner |
| 2008-01-28 | No need to operate in polling mode in ehci_resume. | jmcneill |
| 2008-01-28 | Ensure that we don't clear the EHCI_PS_CLEAR bits by writing 1s to them | jmcneill |
| 2008-01-28 | Release port ownership on detach, so devices will be routed to companion | jmcneill |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-05 | lockmgr -> mutex | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-08-15 | * splsoftusb, IPL_SOFTUSB, and IPL_HARDUSB defines in usbdi.h | kiyohara |
| 2007-02-26 | -in root hub emulation, return a sane value as language code | drochner |
| 2007-02-10 | The diagnostic code doesn't track busy_free correctly when a | mlelstv |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-19 | Kill the "bus powered" bit in the configuration descriptor. This doesn't | drochner |
| 2007-01-07 | Remove the code which disables port status change interrupts for 1s | drochner |
| 2006-11-30 | in the interrupt endpoint descriptor of the simulated root hub, fix the | drochner |
| 2006-11-28 | Remove the code which tried to guess the toggle bit after a short | drochner |