Page MenuHomeFreeBSD

Add a generic EHCI driver.
ClosedPublic

Authored by andrew on Jul 28 2016, 4:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 29, 5:18 PM
Unknown Object (File)
Mon, Aug 19, 5:12 AM
Unknown Object (File)
Sun, Aug 18, 1:07 AM
Unknown Object (File)
Wed, Aug 14, 7:19 AM
Unknown Object (File)
Aug 12 2024, 7:54 AM
Unknown Object (File)
Aug 8 2024, 10:50 PM
Unknown Object (File)
Jul 30 2024, 4:37 AM
Unknown Object (File)
Jul 14 2024, 9:47 AM
Subscribers

Details

Summary

Add a generic EHCI USB driver based on the Allwinner A10 driver.
It is ACPI only for now, but wouldn't be too difficult to add
support for FDT.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew retitled this revision from to Add a generic EHCI driver..
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)
andrew added a reviewer: hselasky.
andrew added a subscriber: emaste.
sys/dev/usb/controller/generic_ehci.c
32 ↗(On Diff #18852)

EHCI or OHCI?

79 ↗(On Diff #18852)

same here

Looks good.

s/OHCI/EHCI some places like suggested by @emaste

--HPS

andrew edited edge metadata.

s/OHCI/EHCI/g

This revision is now accepted and ready to land.Jul 28 2016, 6:55 PM
This revision was automatically updated to reflect the committed changes.