raspberrypi / windows-drivers

Windows IOT drivers
MIT License
121 stars 33 forks source link

bcm2836sdhc unload #25

Closed idigdoug closed 3 years ago

idigdoug commented 3 years ago

Both sdport.sys and bcm2836sdhc.sys have bugs that prevent them from successfully unloading. Fix the bug in bcm2836sdhc.sys so that it will be able to unload correctly once sdport.sys gets fixed.

bcm2836sdhc:

rpisdhc:

mariobalanica commented 3 years ago

Thanks!