On Thu, Apr 13, 2017 at 08:18:00AM -0600, Todd C. Miller wrote:
> The problem is that the sdmmc driver is not present in the RAMDISK
> kernel, ony in GENERIC.  We have sdmmc in RAMDISK for arm and octeon.
> It should probably be added to amd64 (and i386?) RAMDISK as well.
> 
> Without the device in the RAMDISK kernel you won't be able to
> install.
> 
>  - todd
> 

It was added some time ago including 5.9.

/sys/arch/i386/conf/RAMDISK_CD:sdhc*            at pci?                 # SD 
Host Controller
/sys/arch/i386/conf/RAMDISK_CD:sdmmc*           at sdhc?                # 
SD/MMC bus
/sys/arch/i386/conf/RAMDISK_CD:sdmmc*           at rtsx?                # 
SD/MMC bus
/sys/arch/amd64/conf/RAMDISK_CD:sdhc*           at acpi?
/sys/arch/amd64/conf/RAMDISK_CD:sdhc*           at pci?                 # SD 
Host Controller
/sys/arch/amd64/conf/RAMDISK_CD:sdmmc*          at sdhc?                # 
SD/MMC bus
/sys/arch/amd64/conf/RAMDISK_CD:sdmmc*          at rtsx?                # 
SD/MMC bus

Reply via email to