Age | Commit message (Expand) | Author |
2007-06-15 | Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTS | Marc Balmer |
2007-06-14 | Move the mstohz macro out of ubs_port.h and to the three places where it is | Marc Balmer |
2007-06-14 | Move the inclusion of sys/timeout.h from usb_port.h to the drivers that | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-04 | Last part of FreeBSD/NetBSD sepcific code removal. | Marc Balmer |
2007-05-21 | Remove le{16,32}toh macros | Jonathan Gray |
2007-05-20 | Convert ehci and ucom to rwlock. | Jonathan Gray |
2006-08-22 | Deactivate the QTDs when removing a queue head to prevent the host | Christopher Pascoe |
2006-08-22 | Be more aggressive about waiting for the host controller doorbell, | Christopher Pascoe |
2006-08-17 | EHCI_NULL is already endian swapped. Don't swap it back. | Christopher Pascoe |
2006-08-14 | Pull in abort path code from FreeBSD. Without this, the hardware data toggle | Christopher Pascoe |
2006-08-14 | Fix mismerge in PWR_RESUME path. | Christopher Pascoe |
2006-08-06 | Minor spelling and whitespace fixes - for diff reduction. | Christopher Pascoe |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-05-31 | make non debug kernels compile again | David Gwynne |
2006-05-31 | Let the EHCI hardware track the toggle state for bulk and interrupt | Christopher Pascoe |
2006-05-31 | Save and restore the data toggle value when a pipe to an endpoint | Christopher Pascoe |
2006-05-30 | If a zero-length bulk or interrupt transfer is requested then assume | Christopher Pascoe |
2006-05-29 | Eliminate variable shadowing. | Christopher Pascoe |
2006-05-29 | Make sure all physical addresses are filled in the qTD even when we have | Christopher Pascoe |
2006-05-28 | Make sure to honor the USBD_FORCE_SHORT_XFER flag and generate an empty | Christopher Pascoe |
2005-12-03 | Allow strings descriptor 0 to be fetched. It's the default language index. | Brad Smith |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat |
2005-10-04 | Make sure we don't enable host controller interrupts until all | Brad Smith |
2005-09-24 | Force takeover of host ports after hibernate/resume, otherwise devices will | Christopher Pascoe |
2005-04-11 | get rid of the lines on ehci attach that show the version and the companion | David Gwynne |
2005-04-10 | mostly knf while here remove the todo item regarding deferring attach of | David Gwynne |
2005-04-10 | properly handle suspend/resume of ports with devices attached. devices | David Gwynne |
2005-03-13 | Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd. | Christopher Pascoe |
2005-03-13 | Order the top-level interrupt heads in the periodic framelist such that | Christopher Pascoe |
2005-03-13 | Be even more liberal in what we accept as a completed transaction, as | Christopher Pascoe |
2005-03-08 | only print if we hit the via quirk timeout when debugging | David Gwynne |
2005-03-08 | Initialise the alternate next pointer in the queue head with EHCI_NULL, not | Christopher Pascoe |
2005-03-08 | From FreeBSD rev1.30: | Christopher Pascoe |
2005-03-07 | Ignore XactErr status if the host controller also indicates that the | Christopher Pascoe |
2005-03-07 | Add a workaround for VIA EHCI controllers which, under load, signal qTD | Christopher Pascoe |
2005-03-06 | Fix incorrect comment about interrupt threshold control level. | Christopher Pascoe |
2005-03-06 | In [eo]hci_waitintr, xfer->timeout is in ms, not hz. | Christopher Pascoe |
2005-02-28 | Fix minor KNF nit that hurts every time I analyse this code. | Christopher Pascoe |
2005-02-28 | Do not incorrectly emit "too many" message in debugging code. | Christopher Pascoe |
2004-12-29 | from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3 | David Gwynne |
2004-10-31 | from netbsd: ehci.c revision 1.84 | David Gwynne |
2004-10-31 | fix some comments, spelling and printfs | David Gwynne |
2004-10-31 | netbsd reduced their difference to us in revision 1.76. they use usb_lockmgr | David Gwynne |
2004-10-31 | from netbsd: ehci.c revision 1.69 | David Gwynne |
2004-10-31 | from netbsd: ehci.c revisions 1.185 and 1.187: | David Gwynne |