grml...
[seabios.git] / src / usb-uhci.c
2011-11-18 Kevin O'Connorusb-uhci: Be sure to wrap pipe->iobase in GET_FLATPTR().
2011-11-18 Paolo Bonziniusb-uhci: fix race against host controller
2011-11-18 Paolo Bonziniusb-uhci: reorganize wait_qh into wait_pipe
2011-07-10 Kevin O'ConnorMinor fix - check for malloc failure in USB cntl alloca...
2011-07-10 Kevin O'ConnorPush 'struct pci_device' into USB code (instead of...
2011-01-01 Kevin O'ConnorExtend 'usb_pipe' to track the controller and ports...
2010-05-23 Kevin O'ConnorRename check_time() to check_tsc().
2010-03-28 Kevin O'ConnorRefactor USB hub code.
2010-03-20 Kevin O'ConnorAdjust debug levels of device discovery.
2010-03-10 Kevin O'ConnorAdd USB EHCI controller support.
2010-03-10 Kevin O'ConnorSome USB UHCI and OHCI fixes and cleanups.
2010-03-10 Kevin O'ConnorReduce size of USB 'struct uhci_td'.
2010-03-10 Kevin O'ConnorDynamically allocate USB controller structures.
2010-03-10 Kevin O'ConnorReplace USB encoded 'u32 endp' scheme with explicit...
2010-03-10 Kevin O'ConnorFurther parallelize USB init by launching a thread...
2010-02-28 Kevin O'ConnorPrefer passing a USB "pipe" structure over a USB endp...
2010-02-18 Kevin O'ConnorInitial support for booting from USB drives.
2010-02-18 Kevin O'ConnorUSB UHCI cleanups.
2010-02-15 Kevin O'ConnorDon't leave USB UHCI ports disabled for extended time...
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-02-14 Kevin O'ConnorAdd symbolic definitions for USB delays.
2010-02-14 Kevin O'ConnorSupport USB interrupt schedules on OHCI and UHCI.
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-10-31 Kevin O'ConnorCall yield() while waiting for USB control transfers...
2009-10-31 Kevin O'ConnorImprove debugging info on USB UHCI qh timeout.
2009-10-24 Kevin O'ConnorAdd simple cooperative threading scheme to allow parall...
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-10-23 Kevin O'ConnorHandle tsc rollover.
2009-10-18 Kevin O'ConnorExpand USB OHCI support.
2009-10-12 Kevin O'ConnorAdd stubs for USB OHCI support.
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.