EHCI bios handoff
Posted: Tue Dec 16, 2014 8:27 pm
Im facing an issue related to the bios handoff
On the computer im using to test the my OS, the Host Controller Capability Registers report the Capability Parameters being at offset 0x68 in the pci configuration space. so far the value look good and should be ok to use.
but doing so, the pci read result in an NMI
Im guessing the device(EHCI controler) doesnt have anything to be read at this offset? or is it something my OS should ignore?
right now my kernel panic when it receive the NMI.
thx for any advice!
On the computer im using to test the my OS, the Host Controller Capability Registers report the Capability Parameters being at offset 0x68 in the pci configuration space. so far the value look good and should be ok to use.
but doing so, the pci read result in an NMI
Im guessing the device(EHCI controler) doesnt have anything to be read at this offset? or is it something my OS should ignore?
right now my kernel panic when it receive the NMI.
thx for any advice!