index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
usb-ohci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename check_time() to check_tsc().
Kevin O'Connor
2010-05-23
1
-4
/
+4
*
Refactor USB hub code.
Kevin O'Connor
2010-03-28
1
-46
/
+34
*
Adjust debug levels of device discovery.
Kevin O'Connor
2010-03-20
1
-1
/
+1
*
Add USB EHCI controller support.
Kevin O'Connor
2010-03-09
1
-3
/
+3
*
Some USB UHCI and OHCI fixes and cleanups.
Kevin O'Connor
2010-03-09
1
-20
/
+31
*
Minor - USB OHCI interrupt queue should be one larger.
Kevin O'Connor
2010-03-09
1
-1
/
+1
*
Dynamically allocate USB controller structures.
Kevin O'Connor
2010-03-09
1
-79
/
+96
*
Replace USB encoded 'u32 endp' scheme with explicit struct fields.
Kevin O'Connor
2010-03-09
1
-22
/
+19
*
Further parallelize USB init by launching a thread per usb port.
Kevin O'Connor
2010-03-09
1
-61
/
+98
*
Prefer passing a USB "pipe" structure over a USB endp encoding.
Kevin O'Connor
2010-02-28
1
-34
/
+132
*
Don't parallelize USB OHCI root port reset.
Kevin O'Connor
2010-02-14
1
-21
/
+32
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-3
/
+3
*
Add symbolic definitions for USB delays.
Kevin O'Connor
2010-02-14
1
-2
/
+3
*
Support USB interrupt schedules on OHCI and UHCI.
Kevin O'Connor
2010-02-13
1
-10
/
+29
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-1
/
+3
*
Call yield() while waiting for USB control transfers to complete.
Kevin O'Connor
2009-10-31
1
-1
/
+1
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
1
-6
/
+6
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-4
/
+4
*
Handle tsc rollover.
Kevin O'Connor
2009-10-22
1
-2
/
+2
*
Expand USB OHCI support.
Kevin O'Connor
2009-10-17
1
-28
/
+254
*
Add stubs for USB OHCI support.
Kevin O'Connor
2009-10-12
1
-0
/
+109