enable dwmmc(4)
authorjsg <jsg@openbsd.org>
Thu, 6 May 2021 04:09:41 +0000 (04:09 +0000)
committerjsg <jsg@openbsd.org>
Thu, 6 May 2021 04:09:41 +0000 (04:09 +0000)
sys/arch/riscv64/conf/GENERIC
sys/arch/riscv64/conf/RAMDISK
sys/arch/riscv64/conf/files.riscv64

index 1aac99a..bacf03a 100644 (file)
@@ -51,6 +51,9 @@ sfcc*         at fdt? early 1
 syscon*                at fdt? early 1
 gfrtc*         at fdt?
 
+dwmmc*         at fdt?
+sdmmc*         at dwmmc?
+
 scsibus*        at scsi?
 sd*            at scsibus?
 cd*            at scsibus?
index 6c9f1a2..b8b94ff 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.7 2021/05/05 19:26:51 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.8 2021/05/06 04:09:41 jsg Exp $
 #
 # GENERIC machine description file
 #
@@ -70,6 +70,9 @@ sfcc*         at fdt? early 1
 syscon*                at fdt? early 1
 gfrtc*         at fdt?
 
+dwmmc*         at fdt?
+sdmmc*         at dwmmc?
+
 scsibus*        at scsi?
 sd*            at scsibus?
 cd*            at scsibus?
index f137da9..b2988a3 100644 (file)
@@ -102,6 +102,7 @@ include "dev/i2c/files.i2c"
 # FDT now requires drm (which is part of pci)
 include "dev/mii/files.mii"
 include "dev/pci/files.pci"
+include "dev/sdmmc/files.sdmmc"
 
 # FDT support
 include "dev/ofw/files.ofw"
@@ -111,5 +112,3 @@ include "dev/fdt/files.fdt"
 
 # Machine-independent SCSI drivers
 include "scsi/files.scsi"
-
-# XXX ofwbus