Module Name: src
Committed By: jmcneill
Date: Sat Oct 4 18:09:33 UTC 2014
Modified Files:
src/sys/dev/sdmmc: sdhc.c sdhcvar.h
Log Message:
pass sdhc_softc instead of sdhc_host to sc_vendor_transfer_data_dma, since the
vendor specific code has no visibility into struct sdhc_host and can easily do
device_private(sdhc_softc->sc_dev)
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/sdmmc/sdhc.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/sdmmc/sdhcvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.