<div dir="ltr"><div>hi</div><div>I am trying to develop a usb ehci.</div><div>So I Added code.</div><div><br></div><div>1.Registered EHCI Device in the VBoxDeviceRegister() Fucntion.</div><div>2.create ehci confignode and attach the status driver.</div>
<div>3.create DevEHCI.cpp file</div><div>    ehciR3Construct function has been modified as follows. </div><div>     PCIDevSetVendorId (& pEhci-> PciDev, 0x8086);</div><div>     PCIDevSetDeviceId (& pEhci-> PciDev, 0x265c);</div>
<div>     PCIDevSetClassProg (& pEhci-> PciDev, 0x20);</div><div><br></div><div>But, host controller has not been successfully loaded</div><div>and usb root hub has not been registered.</div><div><br></div><div>What should I do now consider the progres?</div>
<div><br></div><div>please help me.. :(</div></div>