index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
octeon
/
dev
/
octhci.c
Age
Commit message (
Expand
)
Author
2015-02-11
Fix DIAGNOSTIC build. Trim blank lines.
Masao Uebayashi
2014-07-13
Keep track of port connections and port resets.
Paul Irofti
2014-07-13
Start handling host channel interrupts.
Paul Irofti
2014-07-12
Fix USB connect freeze by clearing the host port interrupt.
Paul Irofti
2014-07-12
Whitespace
Paul Irofti
2014-07-12
Fix root hub descriptors by matching ehci(4)'s descriptors.
Paul Irofti
2014-07-12
Implement Set Port Feature request support.
Paul Irofti
2014-07-12
Add support for Get Port Status requests.
Paul Irofti
2014-07-12
Add support for Get Hub Descriptor requests.
Paul Irofti
2014-07-12
I don't need to treat the (half-)empty Tx and Rx FIFO cases.
Paul Irofti
2014-07-12
Add support for the CLEAR FEATURE requests.
Paul Irofti
2014-07-11
Enable the interrupt routine.
Paul Irofti
2014-07-10
panic() doesn't need a newline
Jasper Lievisse Adriaanse
2014-07-10
Add missing dmesg colon after probe information.
Paul Irofti
2014-07-10
Add bus and root hub routines to prevent panic at attach.
Paul Irofti
2014-07-10
Align octhci(4) with the other HC drivers and add it as a commented entry
Martin Pieuchot
2014-07-09
Add work-in-progress octeon USB host controller support.
Paul Irofti