Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce size of USB 'struct uhci_td'. | Kevin O'Connor | 2010-03-09 | 1 | -3/+0 |
* | Dynamically allocate USB controller structures. | Kevin O'Connor | 2010-03-09 | 1 | -1/+1 |
* | Replace USB encoded 'u32 endp' scheme with explicit struct fields. | Kevin O'Connor | 2010-03-09 | 1 | -7/+7 |
* | Prefer passing a USB "pipe" structure over a USB endp encoding. | Kevin O'Connor | 2010-02-28 | 1 | -8/+4 |
* | Initial support for booting from USB drives. | Kevin O'Connor | 2010-02-17 | 1 | -0/+2 |
* | USB UHCI cleanups. | Kevin O'Connor | 2010-02-17 | 1 | -1/+1 |
* | Support USB interrupt schedules on OHCI and UHCI. | Kevin O'Connor | 2010-02-13 | 1 | -1/+1 |
* | Add simple cooperative threading scheme to allow parallel hw init. | Kevin O'Connor | 2009-10-24 | 1 | -1/+1 |
* | Add stubs for USB OHCI support. | Kevin O'Connor | 2009-10-12 | 1 | -3/+5 |
* | Initial support for USB, UHCI, and USB Keyboards. | Kevin O'Connor | 2009-09-28 | 1 | -0/+131 |