Initial support for booting from USB drives.
[seabios.git] / src / usb.c
2010-02-18 Kevin O'ConnorInitial support for booting from USB drives.
2010-02-18 Kevin O'ConnorIntroduce helper functions for finding USB end-points.
2010-02-15 Kevin O'ConnorInitial support for USB hubs.
2010-02-15 Kevin O'ConnorMinor - increase debug level of some USB debug statements.
2010-02-14 Kevin O'ConnorAdd symbolic definitions for USB delays.
2010-02-14 Kevin O'ConnorSupport USB interrupt schedules on OHCI and UHCI.
2010-02-13 Kevin O'ConnorAdd some ASSERT32FLAT() to help compiler eliminate...
2010-02-12 Kevin O'ConnorSupport USB keyboard auto-repeat.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
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-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.