CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/03/19 22:18:40
Modified files:
sys/arch/amd64/amd64: hibernate_machdep.c
sys/arch/i386/i386: hibernate_machdep.c
sys/dev/sdmmc : files.sdmmc sdhc.c sdmmc.c sdmmc_mem.c
sdmmc_scsi.c sdmmcchip.h sdmmcvar.h
Log message:
Add hibernate IO path for sdmmc(4). This requires some help from the
sdmmc chipset driver, currently only implemented in sdhc(4), but
mostly uses the regular path. sdhc(4) also needed the ability to
perform IO while cold.
ok deraadt@