Module Name:    src
Committed By:   skrll
Date:           Sat Jan 20 08:04:35 UTC 2024

Modified Files:
        src/sys/arch/riscv/conf: GENERIC64

Log Message:
Add DesignWare SD/MMC attachment.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/riscv/conf/GENERIC64
diff -u src/sys/arch/riscv/conf/GENERIC64:1.4 src/sys/arch/riscv/conf/GENERIC64:1.5
--- src/sys/arch/riscv/conf/GENERIC64:1.4	Thu Jan 18 07:48:56 2024
+++ src/sys/arch/riscv/conf/GENERIC64	Sat Jan 20 08:04:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC64,v 1.4 2024/01/18 07:48:56 skrll Exp $
+# $NetBSD: GENERIC64,v 1.5 2024/01/20 08:04:35 skrll Exp $
 #
 # GENERIC machine description file
 #
@@ -52,6 +52,10 @@ ccache* 	at fdt?			# SiFive FU[57]40 L2 
 # Clock controller
 jh7100clkc* 	at fdt?	pass 2		# StarFive JH7100 clock controller
 
+# SDMMC
+dwcmmc* 	at fdt?			# DesignWare SD/MMC
+sdmmc*		at sdmmcbus?
+
 # USB
 jh71x0usb* 	at fdt?			# StarFive JH71x0 usb
 

Reply via email to