summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/dev/octhci.c
AgeCommit message (Expand)Author
2015-02-11Fix DIAGNOSTIC build. Trim blank lines.Masao Uebayashi
2014-07-13Keep track of port connections and port resets.Paul Irofti
2014-07-13Start handling host channel interrupts.Paul Irofti
2014-07-12Fix USB connect freeze by clearing the host port interrupt.Paul Irofti
2014-07-12WhitespacePaul Irofti
2014-07-12Fix root hub descriptors by matching ehci(4)'s descriptors.Paul Irofti
2014-07-12Implement Set Port Feature request support.Paul Irofti
2014-07-12Add support for Get Port Status requests.Paul Irofti
2014-07-12Add support for Get Hub Descriptor requests.Paul Irofti
2014-07-12I don't need to treat the (half-)empty Tx and Rx FIFO cases.Paul Irofti
2014-07-12Add support for the CLEAR FEATURE requests.Paul Irofti
2014-07-11Enable the interrupt routine.Paul Irofti
2014-07-10panic() doesn't need a newlineJasper Lievisse Adriaanse
2014-07-10Add missing dmesg colon after probe information.Paul Irofti
2014-07-10Add bus and root hub routines to prevent panic at attach.Paul Irofti
2014-07-10Align octhci(4) with the other HC drivers and add it as a commented entryMartin Pieuchot
2014-07-09Add work-in-progress octeon USB host controller support.Paul Irofti