CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/03/27 12:49:41
Modified files: sys/dev/sdmmc : sdhc.c sdhcvar.h Log message: Make it possible to override the standard card detect mechanism. The SD controller on Intel's Bay Trail SoC tends to be used in a way where a separate gpio is used that signals the presence of a card in a slot. This change allows us to support that mode. ok stsp@