EHCI Interrupts not working (on VBOX & Real hardware)

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.
devc1
Member
Member
Posts: 439
Joined: Fri Feb 11, 2022 4:55 am
Location: behind the keyboard

Re: EHCI Interrupts not working (on VBOX & Real hardware)

Post by devc1 »

Thank you all ! This is true. With some changes, the controller reported a connect status change on Real Hardware (without interrupts). I'll try to make some changes on the async queue head to make it works. Currently, the setup request does not work on it (the active bit is 1 forever and no error is detected).

However, thanks another time for the explanation. I need to do alot of things before making my OS run a graphical user interface. I planned to create some drivers (All USB controllers, AHCI, NVME, ATAPI CDROMS), and some simple graphic drivers like Vmware SVGA to get a simple knowledge on graphics acceleration, then the Direct Graphics Driver ( or the software controller of what happens like monitors, gpus and display settings), and finally the graphical user interface on which I'll try my best to make it the best appearing with very complex graphics.
Post Reply