[ehci] Add support for EHCI host controllers

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-03-15 01:01:08 +00:00
parent ec0e2a7bd7
commit 8370f87745
7 changed files with 2370 additions and 0 deletions

View File

@@ -37,3 +37,6 @@ PROVIDE_REQUIRING_SYMBOL();
#ifdef USB_HCD_XHCI
REQUIRE_OBJECT ( xhci );
#endif
#ifdef USB_HCD_EHCI
REQUIRE_OBJECT ( ehci );
#endif