Age | Commit message (Expand) | Author |
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 |
2004-10-31 | from netbsd: ehci.c revision 1.83 | David Gwynne |
2004-10-31 | from netbsd: ehci.c revision 1.82 | David Gwynne |
2004-10-27 | update todo to better reflect reality | David Gwynne |
2004-10-20 | interrupt transfer support on usb2 controllers. allows the use of usb2 hubs | David Gwynne |
2004-10-19 | suspend/resume support | David Gwynne |
2004-09-30 | spelling nit | David Gwynne |
2004-08-11 | a few debug cleanups: | David Gwynne |
2004-08-11 | slight KNF and ANSI | David Gwynne |
2004-07-12 | merge error; loki | Theo de Raadt |
2004-07-10 | from loki@animata.net: | Theo de Raadt |
2004-07-10 | from netbsd, via loki@animata.net, revision 1.67 | Theo de Raadt |
2004-07-07 | use the do { .. } while(0) wrapper | Theo de Raadt |
2004-07-07 | a bit more silence during bus handovers; loki@animata.net | Theo de Raadt |
2004-07-07 | copyright dates sync; loki@animata.net | Theo de Raadt |
2004-07-07 | Changes EHCI_QTD_TOGGLE to EHCI_QTD_TOGGLE_MASK; loki@animata.net | Theo de Raadt |
2004-07-06 | from netbsd, via loki@animata.net: revision 1.62. Log message: | Theo de Raadt |
2004-07-06 | sent in by loki@animata.net: This includes all the changes from netbsd | Theo de Raadt |
2004-07-06 | from netbsd, via loki@animata.net, ehci.c revision 1.58 without some | Theo de Raadt |
2004-07-06 | from netbsd, via loki@animata.net, ehci.c revision 1.56 sans some debugging | Theo de Raadt |
2004-07-05 | This fixes a couple of spelling errors (EHCI_HCS_P_INCICATOR to | Theo de Raadt |
2004-06-24 | endian fix from chris pascoe | Jolan Luff |