Hello Alexander!
04.02.2016, 13:56, "Alexander Boettcher" <alexander.boettcher@...1...>:
Hello,
On 04.02.2016 11:23, Igor wrote:
03.02.2016, 18:52, "Igor" <freescalereg@...129...>:
Environment: Genode: 15.11 MB: ASUS Sabertooth Z87
Driver successfully finds my HD, creates appropriate ATA_driver, and that's all. With verbose messages turning on all went ok but it's impossible to work normally in that mode.
may you please use the current Genode master branch instead of 15.11 release and add following patch [0]. ([1] may also be of interest to you
- seems you don't have IOMMU support in your CPU). Does this help ?
Cheers,
Alex.
[0] https://github.com/alex-ab/genode/commit/af5617aba7a18b3b107d363dd1b60095c52...
[1] https://github.com/alex-ab/genode/commit/57958470384c6cbdaa5e0d02a52c9651b47...
Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ genode-main mailing list genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
Yes, regarding AHCI it works! But assign_pci fix does not work, two constructors requires more parameters than existed in this patch (namely, lines 166 and 759 in pci_session_component.h).
Side notes: 1) My previuos attempts with USB stick were not fully successful: it seems that usb_drv not always correctly writes data, because after second opening of "/" from disk/not from cache (while vbox should rewrite *.vbox file) rump panics ("mangled entry"). So that stick is one-off, so to speak. 2) It would be nice to have system-wide "shutdown" procedure, at least for unmounting purposes.
Thank you for help!