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-uhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename check_time() to check_tsc().
Kevin O'Connor
2010-05-23
1
-3
/
+3
*
Refactor USB hub code.
Kevin O'Connor
2010-03-28
1
-41
/
+36
*
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
-4
/
+4
*
Some USB UHCI and OHCI fixes and cleanups.
Kevin O'Connor
2010-03-09
1
-6
/
+15
*
Reduce size of USB 'struct uhci_td'.
Kevin O'Connor
2010-03-09
1
-7
/
+8
*
Dynamically allocate USB controller structures.
Kevin O'Connor
2010-03-09
1
-77
/
+95
*
Replace USB encoded 'u32 endp' scheme with explicit struct fields.
Kevin O'Connor
2010-03-09
1
-37
/
+36
*
Further parallelize USB init by launching a thread per usb port.
Kevin O'Connor
2010-03-09
1
-48
/
+76
*
Prefer passing a USB "pipe" structure over a USB endp encoding.
Kevin O'Connor
2010-02-28
1
-52
/
+143
*
Initial support for booting from USB drives.
Kevin O'Connor
2010-02-17
1
-0
/
+114
*
USB UHCI cleanups.
Kevin O'Connor
2010-02-17
1
-7
/
+23
*
Don't leave USB UHCI ports disabled for extended time during reset.
Kevin O'Connor
2010-02-14
1
-3
/
+9
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-1
/
+2
*
Add symbolic definitions for USB delays.
Kevin O'Connor
2010-02-14
1
-2
/
+2
*
Support USB interrupt schedules on OHCI and UHCI.
Kevin O'Connor
2010-02-13
1
-19
/
+39
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-2
/
+5
*
Call yield() while waiting for USB control transfers to complete.
Kevin O'Connor
2009-10-31
1
-1
/
+1
*
Improve debugging info on USB UHCI qh timeout.
Kevin O'Connor
2009-10-30
1
-3
/
+7
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
1
-6
/
+4
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-2
/
+2
*
Handle tsc rollover.
Kevin O'Connor
2009-10-22
1
-1
/
+1
*
Expand USB OHCI support.
Kevin O'Connor
2009-10-17
1
-3
/
+2
*
Add stubs for USB OHCI support.
Kevin O'Connor
2009-10-12
1
-31
/
+33
*
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
2009-09-28
1
-0
/
+299