Module Name: src Committed By: riastradh Date: Wed Dec 12 06:24:02 UTC 2012
Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Avoid the 16-bit read in sdhc_host_found for 32-bit-only devices. This change makes sdhc_host_found allocate hp up front before showing the identification, in order to avoid having to open-code a copy of HREAD2 before hp is available. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/sdmmc/sdhc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.