[GSoC 2018: SDHCI MMC Driver]: Week #5 | Haiku Project

Hey, here I am with another update! Last time I mentioned about splitting up the module but due to time constraint we agreed to skip that currently and move forward. After setting up the bus, I thought it would be bus manager which needs to be setted up for data transfer and other read and write operations but it turns out to few things which need to be done before that and it’s actually not the bus manager who do these operations, it will just create an instance of the interrupts and the operations to be done, and call back after it’s done. I was referring to virtio subsystem’s driver layout so wasn’t able to notice a difference between virtio and sdhc and i.e there are slots that needs to be attached to the bus(MMC bus) unlike in virtio where devices are attached.


This is a companion discussion topic for the original entry at https://www.haiku-os.org/blog/krish_iyer/2018-06-11_gsoc_2018_sdhci_mmc_driver_week_5/
1 Like

Thanks for your time and dedication to the project :slight_smile: :+1:

@un_spacyar still a long way to go. We need to set up some read and write operations, interrupts and also the complete bus manager. Thanks :slight_smile: