EHCI port initialisation

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
SanderR
Member
Member
Posts: 69
Joined: Tue Aug 30, 2016 1:31 pm
Freenode IRC: SDR

EHCI port initialisation

Post by SanderR »

I try to make an EHCI driver read the USB I have been booting from (real hardware).
The test computer I have has UHCI and EHCI PCI entries.
My OS can detect that there is something attached: the status code of this port is 0x100500.
After resetting the port and everything, the status code remains 0x100500.
what am I doing wrong?

The following URL goes to my code: https://github.com/AdeRegt/SanderOSUSB/ ... dev/EHCI.c

Thank you in advantage!
Post Reply